mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 07:35:22 +00:00
Docs need a label at the top so we can use :ref:`labelname` to create a link to that doc from other docs. Change-Id: I7d7b98f3a9d22350ca983b3558bf83f77fd6e379 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
16 lines
232 B
ReStructuredText
16 lines
232 B
ReStructuredText
.. _kernel-samples:
|
|
|
|
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/*
|