tests: arm thread swap: increase Idle Stack size for no-opt test-case

Executing the ARM thread swap test with NO_OPTIMIZATIONS
option set, leads to Idle thread stack overflow in certain
platforms. We increase the size of the Idle thread stack to
address this.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-09-22 23:35:29 +02:00 committed by Andrew Boie
commit 6093f0acc0

View file

@ -8,6 +8,7 @@ tests:
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_IDLE_STACK_SIZE=512
tags: arm
min_flash: 192
arch.arm.swap.common.fp_sharing:
@ -24,5 +25,6 @@ tests:
- CONFIG_FLOAT=y
- CONFIG_FP_SHARING=y
- CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_IDLE_STACK_SIZE=512
tags: arm
min_flash: 192