summaryrefslogtreecommitdiff
path: root/samples/kernel.rst
blob: 1c11eb85bf408382dccbd7f47c05e3ddd5ba7788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _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/*