zephyr/doc/kernel/microkernel/microkernel.rst
Allan Stephens 10ba8f7e6e doc: Improve accessibility of microkernel and nanokernel info
Removes an unnecessary level of headings in the microkernel and
nanokernel sections of the Zephyr kernel documentation, providing
users with direct access to the major service areas of the
microkernel and nanokernel from the main kernel web page. Also
greatly reduces the introductory text for these 2 sections,
since users can now easily find out what the various subsections
provide by simply clicking on them.

Change-Id: Ibc5858daad49cfb6567dfad285b7a1d5a755d149
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:15:21 -05:00

19 lines
395 B
ReStructuredText

.. _microkernel:
Microkernel Services
####################
This section describes the various services provided by the microkernel.
These services are available in microkernel applications, but not
nanokernel applications.
.. toctree::
:maxdepth: 1
microkernel_tasks
microkernel_timers
microkernel_memory
microkernel_signaling
microkernel_data
microkernel_task_irqs.rst