zephyr/doc/reference/index.rst
Peter Bigot fadd98aad2 sys: add generic asynchronous notification infrastructure
k_poll() for a signal is often desired for notification of completion
of asynchronous operations, but there are APIs where it may be
necessary to invoke "asynchronous" operations from contexts where
sleep is disallowed, or before the kernel has been initialized.
Extract the general notification solution from the on-off service into
a utility that can be used for other APIs.

Also move documentation out to a resource management section.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-04-06 16:41:41 +02:00

33 lines
595 B
ReStructuredText

.. _api_reference:
API Reference
#############
.. toctree::
:maxdepth: 1
overview.rst
terminology.rst
audio/index.rst
misc/notify.rst
bluetooth/index.rst
kconfig/index.rst
crypto/index.rst
devicetree/index.rst
drivers/index.rst
display/index.rst
file_system/index.rst
kernel/index.rst
logging/index.rst
misc/index
networking/index.rst
peripherals/index.rst
power_management/index.rst
random/index.rst
resource_management/index.rst
shell/index.rst
storage/index.rst
usb/index.rst
usermode/index.rst
settings/index.rst