Restructures the top level sections to ease finding information. Change-Id: I09de0a0d665fc77dea92797be8ef29970fe8a393 Jira: ZEP-245 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
27 lines
681 B
ReStructuredText
27 lines
681 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
|
|
power_management_api
|
|
|