zephyr/doc/reference/index.rst
Martin Jäger 1aaf508bde task_wdt: add task-level watchdog subsystem
This new subsystem can be used to supervise individual threads. It
is based on a regularly updated kernel timer, whose ISR is never
actually called in regular system operation.

An existing hardware watchdog can be used as an optional fallback if
the task watchdog itself gets stuck.

Signed-off-by: Martin Jäger <martin@libre.solar>
2021-03-15 12:24:54 +01:00

40 lines
789 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
edac/index.rst
file_system/index.rst
misc/formatted_output.rst
kernel/index.rst
logging/index.rst
misc/index
misc/data_structures.rst
networking/index.rst
peripherals/index.rst
power_management/index.rst
random/index.rst
resource_management/index.rst
shell/index.rst
storage/index.rst
task_wdt/index.rst
misc/timeutil.rst
usb/index.rst
usermode/index.rst
util/index.rst
settings/index.rst
timing_functions/index.rst
virtualization/index.rst