esp-idf/components/esp_system/task_wdt
Omar Chebib 30d12af191 TWDT: refactor the TWDT to be driver agnostic
This refactoring brings a private API for the TWDT implementation, which
can now use a hardware timer (Timer Group) or a software timer (esp_timer)
2022-09-15 14:37:59 +08:00
..
task_wdt.c TWDT: refactor the TWDT to be driver agnostic 2022-09-15 14:37:59 +08:00
task_wdt_impl_esp_timer.c TWDT: refactor the TWDT to be driver agnostic 2022-09-15 14:37:59 +08:00
task_wdt_impl_timergroup.c TWDT: refactor the TWDT to be driver agnostic 2022-09-15 14:37:59 +08:00