mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 04:25:26 +00:00
Add sensors and networking into the new section and seperate those from the kernel documentation. Change-Id: I585845c3ba09173ced7caa0b7fbc1f1a81a26f96 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
32 lines
1.4 KiB
ReStructuredText
32 lines
1.4 KiB
ReStructuredText
.. _kernel:
|
|
|
|
Zephyr Kernel Primer
|
|
####################
|
|
|
|
This section describes the major features of the Zephyr kernel
|
|
and how to use them.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview/overview.rst
|
|
common/common.rst
|
|
microkernel/microkernel.rst
|
|
nanokernel/nanokernel.rst
|
|
|
|
.. rubric:: Abbreviations
|
|
|
|
+---------------+-------------------------------------------------------------------+
|
|
| Abbreviations | Definition |
|
|
+===============+===================================================================+
|
|
| API | Application Program Interface: typically a defined set |
|
|
| | of routines and protocols for building software inputs and output |
|
|
| | mechanisms. |
|
|
+---------------+-------------------------------------------------------------------+
|
|
| ISR | Interrupt Service Routine |
|
|
+---------------+-------------------------------------------------------------------+
|
|
| IDT | Interrupt Descriptor Table |
|
|
+---------------+-------------------------------------------------------------------+
|
|
| XIP | eXecute In Place |
|
|
+---------------+-------------------------------------------------------------------+
|