zephyr/doc/kernel_v2/kernel.rst
Benjamin Walsh e135a273ec unified/doc: Kernel primer for unified kernel
Work by: Allan Stephens

Change-Id: I1f936cd6e7d592969f65330a6d204729ab0f32db
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-05 14:54:47 +00:00

22 lines
580 B
ReStructuredText

.. _kernel_v2:
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
interrupts/interrupts.rst
timing/timing.rst
memory/memory.rst
synchronization/synchronization.rst
data_passing/data_passing.rst
other/other.rst