mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
This commit moidifies the TWDT as follows: - Adds a feature to allows subscribing arbitrary users to the TWDT - Changes esp_task_wdt_init() API to accept configuration structure - Changes esp_task_wdt_init() and esp_task_wdt_deinit() to subscribe/unsubscribe idle tasks of various cores. - Adds support for SMP FreeRTOS idle tasks - Updates startup code TWDT initialization - Updates API documentation