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>
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_NUM_PREEMPT_PRIORITIES=30
|
|
CONFIG_NUM_COOP_PRIORITIES=30
|
|
#CONFIG_SCHED_SCALABLE=y
|
|
CONFIG_MAX_THREAD_BYTES=6
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|