zephyr/tests/arch/arm/arm_interrupt/testcase.yaml
Krzysztof Chruscinski 4b1103547c tests: arch: arm: arm_interrupt: Increase stack size
Increase stack size for test thread. With no optimization
default stack size may not be enough.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-08-11 12:15:11 +02:00

19 lines
622 B
YAML

common:
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
tags: arm fpu interrupt ignore_faults
arch_allow: arm
tests:
arch.interrupt.arm:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
arch.interrupt.no_optimizations:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_IDLE_STACK_SIZE=512
- CONFIG_MAIN_STACK_SIZE=2048
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
arch.interrupt.extra_exception_info:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
extra_configs:
- CONFIG_EXTRA_EXCEPTION_INFO=y