nuttx/arch/xtensa/src/esp32s3
Gustavo Henrique Nihei b49ee3d4ed xtensa/esp32s3: Add support for Main System Watchdog Timers
Support for RTC Watchdog Timer is currently in place, but not yet
functional due to not yet implemented RTC driver.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-02-25 02:13:00 +08:00
..
hardware xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
.gitignore
Bootloader.mk
chip_macros.h
chip_memory.h
chip.h
esp32s3_allocateheap.c
esp32s3_clockconfig.c
esp32s3_clockconfig.h
esp32s3_config.h
esp32s3_gpio.c
esp32s3_gpio.h
esp32s3_idle.c
esp32s3_irq.c xtensa/esp32s3: Use the running CPU ID for enabling internal interrupts 2022-02-24 17:43:39 +01:00
esp32s3_irq.h
esp32s3_lowputc.c
esp32s3_lowputc.h
esp32s3_region.c
esp32s3_region.h
esp32s3_serial.c
esp32s3_start.c
esp32s3_start.h
esp32s3_systemreset.c
esp32s3_tim_lowerhalf.c xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_tim_lowerhalf.h xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_tim.c xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_tim.h xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_timerisr.c
esp32s3_user.c
esp32s3_wdt_lowerhalf.c xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wdt_lowerhalf.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wdt.c xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wdt.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
Kconfig xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
Make.defs xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00