mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 12:16:23 +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>
27 lines
398 B
ReStructuredText
27 lines
398 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
kernel
|
|
basic/*
|
|
subsys/subsys.rst
|
|
mpu_test/*
|
|
mpu_stack_guard_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`
|