Adds a short section to make clear that microkernel applications can utilize fibers, and can even use them with a few microkernel object types. Revises some link names to account for the fact that there are now 2 sections describing fiber services. Change-Id: I5960aea8b3959bb4a383f919882419effff5917d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
20 lines
427 B
ReStructuredText
20 lines
427 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_fibers.rst
|
|
microkernel_timers
|
|
microkernel_memory
|
|
microkernel_synchronization
|
|
microkernel_data
|
|
microkernel_task_irqs.rst
|