zephyr/doc/api/api.rst
Anas Nashif 73fcb9f503 doc: move device driver to a new section
Put all device drivers and device model documentation into one
section.

Change-Id: Iba6a50796b02b7f9234c23dca706be62fd7b4259
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-12 22:52:42 +00:00

25 lines
656 B
ReStructuredText

.. _api:
API Documentation
#################
Welcome to the Zephyr Project's
:abbr:`API (Application Programing Interface)` documentation.
This section contains the API documentation automatically extracted from the
code. To ease navigation, we have split the APis in nanokernel APIs and
microkernel APIs. If you are looking for a specific API, enter it on the
search box. The search results display all sections containing information
about that API.
The use of the Zephyr APIs is the same for all platforms and boards.
.. toctree::
:maxdepth: 2
nanokernel_api.rst
microkernel_api.rst
device.rst
io_interfaces.rst
event_logger.rst