esp-idf/components/esp32
Darian Leung 91841a53ff WDT: Add LL and HAL for watchdog timers
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.
2020-03-26 02:14:02 +08:00
..
include
ld
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
Kconfig
Makefile.projbuild
cache_err_int.c
cache_sram_mmu.c
clk.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
component.mk
cpu_start.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
crosscore_int.c
dport_access.c
esp_clk_internal.h
esp_himem.c
hw_random.c
intr_alloc.c
linker.lf
pm_esp32.c
pm_trace.c
project_include.cmake
sdkconfig.rename
sleep_modes.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
spiram.c
spiram_psram.c
spiram_psram.h
system_api_esp32.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00