This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ecede04 arch/*/src/Makefile: Generate dependencies for head files. new be12c79 xtensa/esp32: Changes in rtc driver to support rtc wdt driver new add46d0 xtensa/esp32: Added support for RTC WDT 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: arch/xtensa/src/esp32/Kconfig | 11 ++ arch/xtensa/src/esp32/esp32_rtc.c | 160 +++++++++------------ arch/xtensa/src/esp32/esp32_rtc.h | 107 ++++++++++++++ arch/xtensa/src/esp32/esp32_wtd.c | 97 ++++++------- arch/xtensa/src/esp32/esp32_wtd_lowerhalf.c | 2 +- arch/xtensa/src/esp32/hardware/esp32_rtccntl.h | 2 +- .../esp32/esp32-devkitc/configs/watchdog/defconfig | 1 + 7 files changed, 231 insertions(+), 149 deletions(-)