mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
tests: explicitly disable HW Stack Protection when needed
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>
This commit is contained in:
committed by
Maureen Helm
parent
8a58a44f22
commit
8ef34566ed
@@ -4,6 +4,8 @@ CONFIG_PRINTK=y
|
||||
CONFIG_THREAD_MONITOR=y
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||
# Disable HW Stack Protection (see #28664)
|
||||
CONFIG_HW_STACK_PROTECTION=n
|
||||
# to check idle thread
|
||||
CONFIG_SYS_POWER_MANAGEMENT=y
|
||||
CONFIG_SYS_POWER_SLEEP_STATES=y
|
||||
|
||||
Reference in New Issue
Block a user