esp-idf/docs/api-reference
Darian Leung 9d63e1da4a New Task Watchdog API (Revert of Revert)
This commit reverts the revert on the new task watchdog API. It also
fixes the following bug which caused the reversion.

- sdkconfig TASK_WDT_TIMEOUT_S has been reverted from the unit of ms back to the
unit of seconds. Fixes bug where projects using the new API without rebuilding sdkconfig
would cause the old default value of 5 to be interpreted in ms.

This commit also adds the following features to the task watchdog

- Updated idle hook registration to be compatible with dual core hooks

- Updated dual core hooks to support deregistration for cpu

- Legacy mode has been removed and esp_task_wdt_feed() is now replaced by
  esp_task_wdt_reset().  esp_task_wdt_feed() is deprecated

- Idle hooks to reset are now registered/deregistered when the idle tasks are
  added/deleted from the Task Watchdog instead of at Task Watchdog init/deinit

- Updated example
2017-11-02 16:47:51 +08:00
..
bluetooth docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
ethernet docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
peripherals Small updates of documentation 2017-10-31 07:36:55 +01:00
protocols docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00
storage Add SPIFFS Component to IDF 2017-09-11 19:56:40 +03:00
system New Task Watchdog API (Revert of Revert) 2017-11-02 16:47:51 +08:00
wifi Resolved docs formatting issues that sneak into documentation with MR 1061 2017-09-13 21:00:48 +02:00
index.rst docs: generate documentation for Kconfig options 2017-08-22 15:12:34 +08:00
kconfig.rst build system: Document --warn-undefined-variables and add a config item for it 2017-09-05 16:11:03 +10:00
template.rst docs: Generate Doxygen directives for API documentation 2017-05-19 18:26:02 +02:00