mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 13:25:22 +00:00
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>
19 lines
216 B
ReStructuredText
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/*
|
|
|
|
|
|
|
|
|
|
|