mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 17:46:08 +00:00
The contents are split in two: Zephyr Kernel and Zephyr Project. Under Zephyr Kernel is all the content directly about the code base. Under Zephyr Project is all the content about the development of the kernel and of applications. Only the Doxygen document needed to be split. The output of the in-code comments was placed under the Zephyr Kernel while all the Doxygen guidelines and the extraction process information were placed under the Zephyr Project. Change-Id: I4f7b674d19449968e976b63f40bcaa9737cc0ecb Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
17 lines
342 B
ReStructuredText
17 lines
342 B
ReStructuredText
.. _zephyr_kernel:
|
|
|
|
The Zephyr Kernel
|
|
#################
|
|
|
|
This section contains the information about the kernel's code.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation/installation.rst
|
|
architecture/architecture.rst
|
|
object/object.rst
|
|
net/network.rst
|
|
platform/platform.rst
|
|
doxygen/doxygen_output.rst
|
|
development/development.rst |