tests: cmsis_rtos_v2: limit number of CPUs to 1
Some of the thread tests are hard-coded with assumption that there is only one CPU. So limit the number of CPUs to 1 via kconfig. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
e07329a482
commit
ca0a48cd9e
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@ CONFIG_CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT=10
|
|||
CONFIG_TIMEOUT_64BIT=n
|
||||
CONFIG_CMSIS_V2_THREAD_MAX_STACK_SIZE=1024
|
||||
CONFIG_CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE=1024
|
||||
CONFIG_MP_NUM_CPUS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue