mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 12:21:57 +00:00
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>
21 lines
472 B
ReStructuredText
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
|