mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:32:55 +00:00
Change-Id: I6495e7578a2ce6bda23b53567f14a0d544bb1704 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
21 lines
551 B
ReStructuredText
21 lines
551 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
|
|
timing/timing.rst
|
|
memory/memory.rst
|
|
synchronization/synchronization.rst
|
|
data_passing/data_passing.rst
|
|
other/other.rst
|