This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 9603b8f Add DAC2 configuration for stm32f405.
new b49ee3d xtensa/esp32s3: Add support for Main System Watchdog Timers
new 3511ec8 esp32s3-devkit: 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/esp32s3/Kconfig | 31 +
arch/xtensa/src/esp32s3/Make.defs | 4 +
arch/xtensa/src/esp32s3/esp32s3_wdt.c | 879 ++++++++++-
arch/xtensa/src/esp32s3/esp32s3_wdt.h | 115 ++
.../src/esp32s3/esp32s3_wdt_lowerhalf.c} | 298 ++--
.../src/esp32s3/esp32s3_wdt_lowerhalf.h} | 19 +-
.../hardware/esp32s3_efuse.h} | 1599 ++++++++++----------
arch/xtensa/src/esp32s3/hardware/esp32s3_rtccntl.h | 37 +
.../common/include/esp32s3_board_wdt.h} | 10 +-
boards/xtensa/esp32s3/common/src/Make.defs | 4 +
.../esp32s3/common/src/esp32s3_board_wdt.c} | 39 +-
.../configs/{nsh => watchdog}/defconfig | 4 +
.../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c | 14 +
13 files changed, 2045 insertions(+), 1008 deletions(-)
copy arch/{risc-v/src/esp32c3/esp32c3_wdt_lowerhalf.c =>
xtensa/src/esp32s3/esp32s3_wdt_lowerhalf.c} (67%)
copy arch/{risc-v/src/esp32c3/esp32c3_wdt_lowerhalf.h =>
xtensa/src/esp32s3/esp32s3_wdt_lowerhalf.h} (78%)
copy arch/xtensa/src/{esp32s2/hardware/esp32s2_efuse.h =>
esp32s3/hardware/esp32s3_efuse.h} (66%)
copy boards/xtensa/{esp32/common/include/esp32_board_wdt.h =>
esp32s3/common/include/esp32s3_board_wdt.h} (87%)
copy boards/{risc-v/esp32c3/esp32c3-devkit/src/esp32c3_wdt.c =>
xtensa/esp32s3/common/src/esp32s3_board_wdt.c} (72%)
copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{nsh => watchdog}/defconfig
(93%)