zephyr/samples/kernel.rst
Anas Nashif fc6137001b doc: move documetnation context to root directory
This will allow inclusion of documentation files that exist outside of
doc/ and will make it possible to add rst files across the tree,
especially for boards, samples and tests.

Change-Id: I7afcf92d99f504b2bc0b2b7e3452acb2f8e08294
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-06 22:51:31 +00:00

19 lines
216 B
ReStructuredText

Kernel Samples
##############
The following are kernel samples that can be run on any of the supported
plaforms:
.. toctree::
:maxdepth: 1
:glob:
hello_world/*
synchronization/*
philosophers/*