mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 14:35:53 +00:00
Adds a short section describing the nanokernel's background task. This section is modelled on the section for microkernel tasks, but excludes areas that aren't applicable to the background task. Change-Id: Id209bad8ada222347cfcd01a3c822ca486bb48db Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
19 lines
416 B
ReStructuredText
19 lines
416 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
|