esp-idf/components/app_trace
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
..
gcov WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
include
sys_view global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt
Kconfig
app_trace.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
app_trace_util.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
component.mk
heap_trace_tohost.c
host_file_io.c
linker.lf
project_include.cmake
sdkconfig.rename