OVMS3-idf/docs/api-reference
Darian Leung 616baa239d esp32: New Task Watchdog API
Legacy API of task watchdog used the same function esp_task_wdt_feed() to add
and feed a task. This caused issues of implicitly adding a task to the wdt list
if the function was used in shared code.

The new API introduces init, adding, feeding, deleting, deinit functions. Tasks
must now be explicitly added to the task watchdog using their handles. Deletion
must also be explicit using task handles. This resolves the issue of implicit
task additions to the task watchdog due to shared code calling
esp_task_wdt_feed().

Task watchdog is now fully configurable at runtime by calling the init and
deinit functions.

Also added functions to get the handles of idle tasks of the other core. This
helps when adding idle tasks to the watchdog at run time.

Configuring the task watchdog using menu config is still available, however
menu config will only result in calling the init and add functions for idle
tasks shortly after the scheduler starts.

Menu config also allows for using legacy behavior, however the legacy behavior
willcall the new API functions but with slight variations to make them legacy
compatible.

Documentation and example have also been updated

gcov_rtio.c headers updated to prevent error of freertos header files being
included in the wrong order.

Resolves issue TW#13265
2017-09-29 23:10:55 +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 Updated sigma delta API documenation and example 2017-09-25 21:31:09 +02: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 esp32: New Task Watchdog API 2017-09-29 23:10:55 +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