Move logging out of misc/ to its own subsystem. Anything related to logging and any new logging features or backends could be added here instead of the generic location in misc/ which is overcrowded with options that are not related to eachother. Jira: ZEP-1467 Change-Id: If6a3ea625c3a3562a7a61a0ba5fd7e6ca75518ba Signed-off-by: Anas Nashif <anas.nashif@intel.com>
27 lines
605 B
ReStructuredText
27 lines
605 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. 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 Zephyr APIs are used the same way on all SoCs and boards.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
kernel_api.rst
|
|
device.rst
|
|
bluetooth.rst
|
|
io_interfaces.rst
|
|
event_logger.rst
|
|
power_management_api
|
|
file_system
|
|
testing
|