This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
48c21fab93
zephyr
/
samples
/
arch
/
mpu
/
mpu_test
/
prj_single.conf
4 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add an MPU test suite This patch contains a MPU test with a set of options to check the correct MPU configuration against the following security issues: * Read at an address that is reserved in the memory map. * Write into the boot Flash/ROM. * Run code located in SRAM. The MPU test application uses the Zephyr shell. Change-Id: Ib40dc76b082b800884fd636a1509a0712227d681 Signed-off-by: Marc Moreno <marc.morenoberengue@linaro.org> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2017-03-09 19:12:48 +08:00
CONFIG_MULTITHREADING=n
samples: mpu: migrate sample to the new shell Migrate mpu example to use the new shell. Fixed scripts/checkpatch.pl warnings. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-10-15 19:36:23 +08:00
CONFIG_SHELL=y
CONFIG_LOG=y