mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 23:26:23 +00:00
This patch adds the Thread Stack Guards configuration option to the synchronization sample. This is meant to be an easy way to prove that the MPU can be dynamically programmed on the supported platforms. Change-Id: I77fbe6af3303ff8a2904768abd4cc9797f03c092 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
|