mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:52:26 +00:00
Change-Id: I8131a91e6109c8cbe2b00c644a92005191827966 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
33 lines
1.4 KiB
ReStructuredText
33 lines
1.4 KiB
ReStructuredText
.. _zephyr_primer:
|
|
|
|
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
|
|
|
|
.. 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 |
|
|
+---------------+-------------------------------------------------------------------+
|