Skip to content

Commit

Permalink
tests: rtio_api: update default MAX_THREAD_BYTES TO 3
Browse files Browse the repository at this point in the history
This is needed on some platforms where number of k_objects
created surpasses the allowed.

Signed-off-by: Aastha Grover <[email protected]>
  • Loading branch information
aasthagr authored and nashif committed Jun 20, 2023
1 parent 732dd48 commit fb1651f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/subsys/rtio/rtio_api/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_LOG=y
CONFIG_RTIO=y
CONFIG_RTIO_SYS_MEM_BLOCKS=y
CONFIG_TIMING_FUNCTIONS=y
CONFIG_MAX_THREAD_BYTES=3

0 comments on commit fb1651f

Please sign in to comment.