esp-idf/components/esp_pm
Omar Chebib 53c7dd4efc WDT: implement interrupt wdt and task wdt for ESP32-C2
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-09-15 14:37:59 +08:00
..
include esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test pm: update pm test cases to support esp32c2 2022-08-08 14:45:53 +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 esp_pm: Disable esp_pm when SMP FreeRTOS is enabled 2022-06-15 16:17:59 +08:00
linker.lf WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
pm_impl.c uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
pm_locks.c esp_pm: Label each column of lock dump 2021-02-11 18:44:51 +05:30
pm_trace.c sigmadelta: change gpio number from u8 to int 2022-03-29 11:53:31 +08:00
sdkconfig.rename esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 2021-04-07 17:53:37 +08:00