mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 11:01:57 +00:00
Fixed file's reference label. Fixed cross-reference labels. Change-Id: Id397aa9a142c692f4e2e552c9bebff626e4692a0 Signed-off-by: Gerardo Aceves <gerardo.aceves@intel.com>
34 lines
1.4 KiB
ReStructuredText
34 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
|
|
networking/networking.rst
|
|
devices/synchronous_call.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 |
|
|
+---------------+-------------------------------------------------------------------+
|