zephyr/doc/object/microkernel.rst
Rodrigo Caballero ccea9d3581 DOC: Split the microkernel object document into a file per object type.
Split the contents of microkernel.rst into several files. Each file
contains only the information of a specific object type. Labels have
been added to accomodate cross-references to each object type. Changed
the tables that did not comply with a 100 character line length.

Change-Id: I983bc76a89b1cf01442de53737de4f76a5262264
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
2016-02-05 20:14:37 -05:00

30 lines
713 B
ReStructuredText

.. _microkernel_objects:
Microkernel Objects
###################
Section Scope
*************
This section provides an overview of the most important microkernel
objects, and their operation.
Each object contains a definition, a function description, and a table
of Application Program Interfaces (API) including the context that may
call them. Please refer to the API documentation for further details
regarding each object's functionality.
Objects Documentation
*********************
.. toctree::
:maxdepth: 3
microkernel_events
microkernel_fifos
microkernel_mailboxes
microkernel_memory_maps
microkernel_memory_pools
microkernel_mutexes
microkernel_pipes
microkernel_semaphores