zephyr/doc/kernel/nanokernel/nanokernel.rst
Allan Stephens 61fa627f74 doc: Terminology change - signalling -> synchronization
The kernel's services previously referred to as "signalling services",
which include object types such as semaphores, events, and mutexes,
are now referred to as "synchronization services". This term more
clearly conveys their use as a means to synchronize the operation
of two or more entities within the kernel.

Change-Id: Id24b96f2daf7d866a2d134c222e3d0b6fc568f5a
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:15:26 -05:00

18 lines
368 B
ReStructuredText

.. _nanokernel:
Nanokernel Services
###################
This section describes the various services provided by the nanokernel.
These services are available in both microkernel applications and
nanokernel applications.
.. toctree::
:maxdepth: 1
nanokernel_fibers
nanokernel_timers
nanokernel_synchronization
nanokernel_data
nanokernel_interrupts