esp-idf/components/esp_common/include
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
..
esp_private WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
esp_assert.h
esp_bit_defs.h
esp_compiler.h esp-compiler: add designated init macros to make esp configuration pattern viable under C++ 2020-02-10 19:40:28 +01:00
esp_crc.h
esp_err.h
esp_expression_with_stack.h shared_stack: using watchpoint 1 to monitor the shared_stack instead of watchpoint 0 2020-02-10 12:03:30 -03:00
esp_fault.h bootloader: Add fault injection resistance to Secure Boot bootloader verification 2020-02-27 14:37:19 +05:30
esp_freertos_hooks.h
esp_idf_version.h global: bump version to 4.2 2020-01-15 10:22:22 +08:00
esp_int_wdt.h
esp_interface.h
esp_ipc.h
esp_pm.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_task.h
esp_task_wdt.h
esp_types.h