Very simple test for thread CPU masks. While this is a SMP feature, the implementation doesn't actually depend on SMP so we can test it right here in the thread_apis test. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_THREAD_MONITOR=y
|
|
CONFIG_THREAD_CUSTOM_DATA=y
|
|
CONFIG_THREAD_NAME=y
|
|
CONFIG_THREAD_STACK_INFO=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_TEST_EXTRA_STACKSIZE=256
|
|
CONFIG_SCHED_CPU_MASK=y |