zephyr/doc/kernel/nanokernel/nanokernel.rst
Rodrigo Caballero 8b10e6d382 doc: Update and include nanokernel_example.rst
This file was updated and included in the nanokernel
primer information. It showcases the simple use of
nanokernel semaphores, timers and fibers.

Change-Id: Iaaa961eccf4f0df5d4c009d053b9d28e96c8d87d
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
2016-02-19 11:18:49 -06:00

21 lines
472 B
ReStructuredText

.. _nanokernel:
Nanokernel Services
###################
This section describes the various services provided by the nanokernel.
Unless otherwise noted, these services are available in both microkernel
applications and nanokernel applications.
.. toctree::
:maxdepth: 1
nanokernel_tasks.rst
nanokernel_fibers
nanokernel_timers
nanokernel_synchronization
nanokernel_data
nanokernel_interrupts
nanokernel_kernel_event_logger
nanokernel_example