2016-12-22 21:24:02 +08:00
|
|
|
.. _kernel:
|
2016-09-03 03:54:16 +08:00
|
|
|
|
2017-05-05 05:49:43 +08:00
|
|
|
Zephyr Kernel Primer
|
|
|
|
####################
|
2016-09-03 03:54:16 +08:00
|
|
|
|
|
|
|
This document provides a general introduction of the Zephyr kernel's
|
2017-02-28 03:46:53 +08:00
|
|
|
key capabilities and services. Additional details can be found by consulting
|
2016-12-22 23:47:01 +08:00
|
|
|
the :ref:`api` and :ref:`application` documentation, and by examining
|
2016-09-03 03:54:16 +08:00
|
|
|
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
|