mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
91841a53ff
This commit updates the watchdog timers (MWDT and RWDT) in the following ways: - Add seprate LL for MWDT and RWDT. - Add a combined WDT HAL for all Watchdog Timers - Update int_wdt.c and task_wdt.c to use WDT HAL - Remove most dependencies on LL or direct register access in other components. They will now use the WDT HAL - Update use of watchdogs (including RTC WDT) in bootloader and startup code to use the HAL layer. |
||
---|---|---|
.. | ||
esp_private | ||
esp_assert.h | ||
esp_bit_defs.h | ||
esp_compiler.h | ||
esp_crc.h | ||
esp_err.h | ||
esp_expression_with_stack.h | ||
esp_fault.h | ||
esp_freertos_hooks.h | ||
esp_idf_version.h | ||
esp_int_wdt.h | ||
esp_interface.h | ||
esp_ipc.h | ||
esp_pm.h | ||
esp_task_wdt.h | ||
esp_task.h | ||
esp_types.h |