tests: arm: increase idle thread stack size for no-opt test-cases
In the arch/arm test suite there are tests running with CONFIG_NO_OPTIMIZATIONS enabled, and may require a larger idle thread stack size. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
407c76d54f
commit
8e5e719b17
2 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,4 @@ CONFIG_ZTEST=y
|
|||
CONFIG_DYNAMIC_INTERRUPTS=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||
CONFIG_IDLE_STACK_SIZE=512
|
||||
|
|
|
@ -3,3 +3,4 @@ CONFIG_DYNAMIC_INTERRUPTS=y
|
|||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_IDLE_STACK_SIZE=512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue