zephyr/samples/classic.rst
Joakim Andersson 54ce249548 samples: cpp_synchronization: Change sample description to rst format
Rename README.txt to README.rst and change format to rst.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-05-15 17:18:56 +02:00

17 lines
254 B
ReStructuredText

.. _classic_samples:
Classic Samples
###############
The following are samples that can be run on any of the supported
platforms:
.. toctree::
:maxdepth: 1
:glob:
hello_world/*
synchronization/*
cpp_synchronization/*
philosophers/*