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/nuttx.git
from b81c4d3aa6 boards/nucleo-c071rb: add watchdog support
new 622355b5c3 arch/xtensa/esp32s3: Fix bug regarding SPI flash operation
mode
new 9967593009 boards/esp32s3-devkit: Update ESP32-S3's WROOM-2-N32R8V
defconfigs
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 | 1 +
arch/xtensa/src/esp32s3/Make.defs | 2 +-
arch/xtensa/src/esp32s3/esp32s3_psram_octal.c | 68 +-----
arch/xtensa/src/esp32s3/esp32s3_spiflash.c | 233 +++++++++++++++++----
arch/xtensa/src/esp32s3/esp32s3_start.c | 44 +++-
arch/xtensa/src/esp32s3/hal.mk | 10 +-
.../esp32s3/common/scripts/esp32s3_rom_aliases.ld | 5 +
.../esp32s3/common/scripts/esp32s3_sections.ld | 8 +
.../esp32s3-devkit/configs/python/defconfig | 2 +
.../esp32s3-devkit/configs/toywasm/defconfig | 3 +-
tools/esp32s3/Config.mk | 2 +
11 files changed, 257 insertions(+), 121 deletions(-)