zephyr/samples/index.rst
Stephanos Ioannidis 8c94410022 samples: cpp: Relocate samples/subsys/cpp to samples/cpp
This commit moves the C++ samples under `samples/subsys/cpp` to
`samples/cpp` because the C++ language and standard library support is
not a "subsystem" (aka. API) in conventional sense and the samples
demonstrating them should belong directly under the top samples
directory as does POSIX support.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2023-01-13 17:42:55 -05:00

34 lines
554 B
ReStructuredText

.. _samples-and-demos:
Samples and Demos
#################
.. toctree::
:maxdepth: 2
:glob:
sample_definition_and_criteria
classic
basic/*
userspace/*
subsys/subsys.rst
net/net.rst
bluetooth/bluetooth.rst
sensor/*
arch/*
boards/*
drivers/drivers.rst
application_development/*
shields/*
cpp/*
posix/*
kernel/*
tfm_integration/tfm_integration.rst
modules/*
compression/*
.. comment
To add a new sample document, please use the template available under
``doc/templates/sample.tmpl``