zephyr/doc/kernel/kernel.rst
David B. Kinder 9d4c2748db doc: remove kernel version 2 wording
Version 1 kernel (release 1.5 and earlier) is far enough from memory now
to remove the "version 2" wording in the kernel documentation and just
call it "the kernel".

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2017-05-04 18:25:14 -04:00

21 lines
520 B
ReStructuredText

.. _kernel:
Zephyr Kernel Primer
####################
This document provides a general introduction of the Zephyr kernel's
key capabilities and services. Additional details can be found by consulting
the :ref:`api` and :ref:`application` 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