esp-idf/components/esp_pm
Darian Leung 5953bca376 esp_system: Add arbitrary user feature to TWDT
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
2022-05-13 18:01:28 +08:00
..
include
test gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig
linker.lf esp_system: Add arbitrary user feature to TWDT 2022-05-13 18:01:28 +08:00
pm_impl.c uart: add default source clock for all targets 2022-05-09 11:26:30 +08:00
pm_locks.c
pm_trace.c
sdkconfig.rename