This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a11cb59af6 tc32/Make.defs: fix build break after merge
unblock/block_task
new 7df663bff8 docs/boards/esp32s2-saola-1: Fix watchdog example
new 1e3af48fff arch/xtensa/esp32s2: Add support for RTC IRQs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../esp32s2/boards/esp32s2-saola-1/index.rst | 4 +-
arch/xtensa/include/esp32s2/irq.h | 46 +++++-
arch/xtensa/src/esp32s2/Kconfig | 7 +
arch/xtensa/src/esp32s2/esp32s2_irq.c | 5 +
arch/xtensa/src/esp32s2/esp32s2_rtc_gpio.c | 183 +++++++++++++++++++++
arch/xtensa/src/esp32s2/esp32s2_rtc_gpio.h | 43 +++++
arch/xtensa/src/esp32s2/esp32s2_wdt.c | 78 ++++++---
7 files changed, 339 insertions(+), 27 deletions(-)