zephyr/doc/kernel/common/common.rst
Allan Stephens 0be860ad1a doc: Add information about atomic APIs
Describes atomic operations, including concepts, examples,
and APIs.

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

15 lines
298 B
ReStructuredText

.. _common_kernel_services:
Common Kernel Services
######################
This section describes kernel services that are provided in both
microkernel applications and nanokernel applications.
.. toctree::
:maxdepth: 1
common_contexts.rst
common_kernel_clocks.rst
common_atomic.rst