esp-idf/components/esp_system/task_wdt
Omar Chebib 1840c48538 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-12-01 10:45:35 +00:00
..
task_wdt_impl_esp_timer.c TWDT: refactor the TWDT to be driver agnostic 2022-12-01 10:45:35 +00:00
task_wdt_impl_timergroup.c TWDT: refactor the TWDT to be driver agnostic 2022-12-01 10:45:35 +00:00
task_wdt.c TWDT: refactor the TWDT to be driver agnostic 2022-12-01 10:45:35 +00:00