zephyr/doc/kernel/kernel.rst
Anas Nashif ebe9771d02 doc: move kernel_v2 to kernel
Change-Id: I6caa94bc1a3d1986966652cd0a24bf22f3697481
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-24 01:53:16 +00:00

21 lines
548 B
ReStructuredText

.. _kernel:
Zephyr Kernel Primer (version 2)
################################
This document provides a general introduction of the Zephyr kernel's
key capabilties and services. Additional details can be found by consulting
the :ref:`api` and :ref:`apps_kernel_conf` documentation, and by examining
the code in the Zephyr source tree.
.. toctree::
:maxdepth: 2
overview/overview.rst
threads/threads.rst
timing/timing.rst
memory/memory.rst
synchronization/synchronization.rst
data_passing/data_passing.rst
other/other.rst