esp-idf/components/esp_system/port/arch/riscv
Omar Chebib 53c7dd4efc WDT: implement interrupt wdt and task wdt for ESP32-C2
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-09-15 14:37:59 +08:00
..
debug_stubs.c esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
expression_with_stack_asm.S arch: move shared stack implementation to esp_system 2021-02-26 13:34:29 +08:00
expression_with_stack.c arch: move shared stack implementation to esp_system 2021-02-26 13:34:29 +08:00
panic_arch.c WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00