mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 04:02:31 +00:00
This patch adds the mpu_stack_guard_test to the available samples. The purpose of this test is to exercize the thread stack guard enabled via MPU on arm platforms. Change-Id: I4665a20956d9e6d0dd4b5cc862e82040a53afafc Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_MPU_STACK_GUARD=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_DEFAULT_LEVEL=4
|
|
CONFIG_SYS_LOG_OVERRIDE_LEVEL=4
|