arch: arm64: Fix cmsis_rtos tests

The cmsis_rtos tests are failing because the stack size used by CMSIS is
too small. Customize the stack size for the aarch64 architecture and
re-enable the tests.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2020-01-20 16:26:53 +01:00 committed by Anas Nashif
commit 3cdead707d
2 changed files with 9 additions and 1 deletions

View file

@ -52,6 +52,15 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
config OFFLOAD_WORKQUEUE_STACK_SIZE config OFFLOAD_WORKQUEUE_STACK_SIZE
default 4096 default 4096
config CMSIS_THREAD_MAX_STACK_SIZE
default 4096
config CMSIS_V2_THREAD_MAX_STACK_SIZE
default 4096
config CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE
default 4096
if CPU_CORTEX_A if CPU_CORTEX_A
config ARMV8_A config ARMV8_A

View file

@ -9,7 +9,6 @@ toolchain:
ram: 128 ram: 128
testing: testing:
ignore_tags: ignore_tags:
- cmsis_rtos
- console - console
- drivers - drivers
- interrupt - interrupt