OVMS3-idf/components/esp_common/src
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
..
brownout.c esp32, esp32s2beta: move brownout.c to esp_common 2020-01-23 13:44:19 +01:00
dbg_stubs.c apptrace: Renames Kconfig options 2019-11-13 15:24:01 +03:00
esp_err.c newlib: move abort to newlib 2020-03-10 19:56:24 +08:00
esp_err_to_name.c esp_tls_wolfssl: 1) Fix SNI for wolfSSL 2020-02-27 15:20:22 +05:30
esp_err_to_name.c.in Fix includes in esp_err_to_name.c.in. 2019-05-06 14:52:13 +02:00
freertos_hooks.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
int_wdt.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
ipc.c esp_common: IPC refactor 2019-11-01 13:41:25 +08:00
mac_addr.c esp_wifi: fix esp32s2 ap mac address can not find. 2020-03-17 21:33:59 +08:00
pm_locks.c esp_pm: esp_pm_dump_locks: don't print from a critical section 2020-02-17 16:03:47 +01:00
stack_check.c Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
task_wdt.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00