zephyr/samples/index.rst
Karl Zhang fec5ed6077 trusted-firmware-m: Add initial plumbing for TFM
This commits adds a config option to build a PSA trusted-firmware-m
(TF-M) application image for the secure processing environment, and
configures the Zephyr application image for the non-secure processing
environment. The secure and non-secure environment images will be
linked together via the veneer function table that is produced as an
artifact of the TF-M build process.

Signed-off-by: Karl Zhang <karl.zhang@linaro.org>
2020-05-09 16:21:51 +02:00

34 lines
533 B
ReStructuredText

.. _samples-and-demos:
Samples and Demos
#################
.. toctree::
:maxdepth: 2
:glob:
classic
basic/*
userspace/*
subsys/subsys.rst
net/net.rst
bluetooth/bluetooth.rst
sensor/*
boards/*
mpu/*
drivers/drivers.rst
application_development/*
display/*
shields/*
portability/*
posix/*
video/*
scheduler/*
smp/*
tfm_integration/tfm_integration.rst
.. comment
To add a new sample document, please use the template available under
``doc/templates/sample.tmpl``