mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 07:25:47 +00:00
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>
18 lines
368 B
ReStructuredText
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
|