8c94410022
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>
34 lines
554 B
ReStructuredText
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``
|