mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 07:45:44 +00:00
This initial batch of documentation describes policies and mechanism related to kernel objects and system calls. Some details on porting user mode to a new arch have been provided in the architecture porting guide. Thread documentation updated with some user mode consideration. This is not the final documentation, more to come in subsequent patches. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
22 lines
545 B
ReStructuredText
22 lines
545 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
|
|
usermode/usermode.rst
|
|
other/other.rst
|