Skip to content

Commit 0cb307e

Browse files
committed
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 <[email protected]>
1 parent 5692ee1 commit 0cb307e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/arch/arm/arm_thread_swap/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests:
88
filter: CONFIG_ARMV7_M_ARMV8_M_MAINLINE
99
extra_configs:
1010
- CONFIG_NO_OPTIMIZATIONS=y
11+
- CONFIG_IDLE_STACK_SIZE=512
1112
tags: arm
1213
min_flash: 64
1314
arch.arm.swap.common.fp_sharing:
@@ -24,5 +25,6 @@ tests:
2425
- CONFIG_FLOAT=y
2526
- CONFIG_FP_SHARING=y
2627
- CONFIG_NO_OPTIMIZATIONS=y
28+
- CONFIG_IDLE_STACK_SIZE=512
2729
tags: arm
2830
min_flash: 64

0 commit comments

Comments
 (0)