Some ARM platforms, now, enable HW Stack Protection by default in the Board definition. So if some tests need to run without stack protection, it is not sufficient to disable TEST_HW_STACK_PROTECTION; we need to explicitly disable HW_STACK_PROTECTION. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
CONFIG_STACK_SENTINEL=y
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
# Disable HW Stack Protection (see #28664)
|
|
CONFIG_HW_STACK_PROTECTION=n
|
|
CONFIG_ZTEST=y
|
|
CONFIG_COVERAGE=n
|
|
CONFIG_TICKLESS_KERNEL=n
|
|
CONFIG_MP_NUM_CPUS=1
|