mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:12:50 +00:00
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>
26 lines
372 B
ReStructuredText
26 lines
372 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
kernel
|
|
basic/*
|
|
subsys/subsys.rst
|
|
mpu_test/*
|
|
net/net.rst
|
|
bluetooth/bluetooth.rst
|
|
sensor/*
|
|
grove/*
|
|
advanced
|
|
power/power.rst
|
|
boards/*
|
|
|
|
|
|
To add a new sample document, please use the template available under
|
|
:file:`doc/templates/sample.tmpl`
|