mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 18:06:12 +00:00
A complete rewrite of the Overview section. The revised text provides a more logical and comprehensive introduction to the main concepts and capabilities of Zephyr, without providing an excessive level of detail. (Those details should be provided by the remaining sections of the Kernel Primer.) This rewrite has also resulted in some small changes to the About Zephyr and other Kernel Primer sections. Change-Id: Idd4d5e0f0aabaaee8cd43d12563018ba4d8f7417 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
34 lines
1.4 KiB
ReStructuredText
34 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
|
|
drivers/drivers.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 |
|
|
+---------------+-------------------------------------------------------------------+
|