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:
parent
3aef85458d
commit
3cdead707d
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -9,7 +9,6 @@ toolchain:
|
||||||
ram: 128
|
ram: 128
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- cmsis_rtos
|
|
||||||
- console
|
- console
|
||||||
- drivers
|
- drivers
|
||||||
- interrupt
|
- interrupt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue