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/incubator-nuttx.git.
from 01517b2 libc/gettext: Support the plural format
new 140dc24 xtensa/esp32s2: Add support for Main System Watchdog Timers
new c164324 esp32s2-saola-1: Initialize Watchdog Timers on bringup
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/esp32s2/Kconfig | 4 -
arch/xtensa/src/esp32s2/Make.defs | 6 +-
arch/xtensa/src/esp32s2/esp32s2_wdt.c | 872 ++++++++++++++++++++-
arch/xtensa/src/esp32s2/esp32s2_wdt.h | 115 +++
.../esp32s2_wdt_lowerhalf.c} | 213 +++--
.../esp32s2_wdt_lowerhalf.h} | 14 +-
arch/xtensa/src/esp32s2/hardware/esp32s2_rtccntl.h | 23 +-
arch/xtensa/src/esp32s2/hardware/esp32s2_tim.h | 24 +-
.../common/include/esp32s2_board_wdt.h} | 8 +-
boards/xtensa/esp32s2/common/src/Make.defs | 4 +
.../common/src/esp32s2_board_wdt.c} | 28 +-
.../configs/{oneshot => watchdog}/defconfig | 10 +-
.../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c | 14 +
13 files changed, 1190 insertions(+), 145 deletions(-)
copy arch/xtensa/src/{esp32s3/esp32s3_wdt_lowerhalf.c =>
esp32s2/esp32s2_wdt_lowerhalf.c} (79%)
copy arch/xtensa/src/{esp32s3/esp32s3_wdt_lowerhalf.h =>
esp32s2/esp32s2_wdt_lowerhalf.h} (85%)
copy boards/xtensa/{esp32s3/common/include/esp32s3_board_wdt.h =>
esp32s2/common/include/esp32s2_board_wdt.h} (89%)
copy boards/xtensa/{esp32s3/common/src/esp32s3_board_wdt.c =>
esp32s2/common/src/esp32s2_board_wdt.c} (81%)
copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{oneshot =>
watchdog}/defconfig (90%)