OVMS3-idf/components/bootloader_support/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
..
esp32 WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
esp32s2 esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
idf bootloader_support: initialize mbedtls_ctr_drbg_context per mbedtls v2.16.5 requirement 2020-03-20 20:48:22 +05:30
bootloader_clock.c esp32s2: fix enabling 32k XTAL clock 2020-02-17 17:33:56 +01:00
bootloader_common.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_efuse_esp32.c bootloader: move esp32 specific code from bootloader_common 2019-10-03 09:38:13 +02:00
bootloader_efuse_esp32s2.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_flash.c feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
bootloader_flash_config_esp32.c spi_flash: Force legacy mode for ESP32-S2 2019-08-13 17:14:16 +10:00
bootloader_flash_config_esp32s2.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_init.c WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
bootloader_mem.c bootloader_support: mem-related initializations using cpu abstractions 2020-02-27 07:14:21 +05:00
bootloader_random.c bootloader_support: read random from register 2020-03-06 15:32:01 +08:00
bootloader_utility.c feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
esp_image_format.c bootloader_support: force alignment of flash_read argument 2020-03-04 09:56:01 +01:00
flash_encrypt.c feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
flash_partitions.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
flash_qio_mode.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00