Increase the MAX_THREAD_BYTES from 5->6 to accomodate for devices with an increased number of threads in the tests schedule_api and dynamic_thread_stack. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_SCHED_DUMB=y
|
|
CONFIG_MAX_THREAD_BYTES=6
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|