mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:11:57 +00:00
This patch add arm core MPU support to NXP MPU driver. With this feature it is now possible to enable stack guarding on NXP MPUs. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
11 lines
184 B
INI
11 lines
184 B
INI
[test]
|
|
build_only = true
|
|
tags = apps
|
|
|
|
[test_stack_guard]
|
|
build_only = true
|
|
extra_args = CONF_FILE=prj_stack_guard.conf
|
|
tags = apps
|
|
arch_whitelist = arm
|
|
filter = CONFIG_MPU_STACK_GUARD
|