OVMS3-idf/components/esp32s2
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 esp32s2: remove esp_intr.h header 2020-03-05 16:15:59 +08:00
ld soc: add USB peripheral register definitions, hal level, reg map, etc 2020-02-10 08:33:39 +00:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
cache_err_int.c esp32, esp32s2: move reset reason source to esp_system 2020-03-10 19:56:24 +08:00
clk.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
CMakeLists.txt WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
cpu_start.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
crosscore_int.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
dport_access.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_clk_internal.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
hw_random.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
intr_alloc.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
Kconfig Merge branch 'bugfix/esp32s2_support_16Mbit_psram' into 'master' 2020-03-20 00:22:49 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
pm_esp32s2.c esp32s2: sync esp_pm code from esp32 2020-02-17 16:03:47 +01:00
pm_trace.c esp32s2: sync esp_pm code from esp32 2020-02-17 16:03:47 +01:00
sleep_modes.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
spiram.c psram: add psram size auto detect for esp32s2 2020-03-19 10:53:47 +08:00
spiram_psram.c psram: add psram size auto detect for esp32s2 2020-03-19 10:53:47 +08:00
spiram_psram.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
system_api_esp32s2.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00