2015-08-13 03:46:55 +08:00
|
|
|
.. _zephyr_primer:
|
2015-05-20 23:51:50 +08:00
|
|
|
|
2015-08-13 03:46:55 +08:00
|
|
|
Zephyr Kernel Primer
|
|
|
|
####################
|
2015-05-20 23:51:50 +08:00
|
|
|
|
2015-08-13 03:46:55 +08:00
|
|
|
This section describes the major features of the Zephyr kernel
|
|
|
|
and how to use them.
|
2015-08-08 02:28:19 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
overview/overview.rst
|
2015-08-10 22:23:54 +08:00
|
|
|
common/common.rst
|
2015-08-08 02:28:19 +08:00
|
|
|
microkernel/microkernel.rst
|
|
|
|
nanokernel/nanokernel.rst
|
|
|
|
networking/networking.rst
|
2015-05-20 23:51:50 +08:00
|
|
|
|
|
|
|
.. 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 |
|
2015-08-10 22:23:54 +08:00
|
|
|
+---------------+-------------------------------------------------------------------+
|