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 dc08798764 libs/libc/pthread: add the implementation of
pthread_getcpuclockid
add 1d88d5a370 ESP32S2: Add support to SPI Flash
add 357dc9c6f4 esp32s2-saola-1: Add SPI Flash example
No new revisions were added by this update.
Summary of changes:
arch/xtensa/src/esp32s2/Kconfig | 33 +++
arch/xtensa/src/esp32s2/Make.defs | 16 ++
.../esp32s2_spiflash.c} | 245 ++++++++++-----------
.../esp32s2_spiflash.h} | 12 +-
.../esp32s2_spiflash_mtd.c} | 182 +++++++--------
.../esp32s2_spiflash_mtd.h} | 20 +-
.../src/esp32s2/hardware/esp32s2_spi_mem_reg.h | 2 +
arch/xtensa/src/esp32s2/hardware/esp32s2_system.h | 29 +++
arch/xtensa/src/esp32s2/rom/esp32s2_spiflash.h | 18 +-
boards/xtensa/esp32s2/common/Kconfig | 41 ++++
.../xtensa/esp32s2/common/scripts/esp32s2_rom.ld | 6 +-
boards/xtensa/esp32s2/common/src/Make.defs | 4 +
.../common/src/esp32s2_board_spiflash.c} | 44 ++--
.../configs/{watchdog => spiflash}/defconfig | 17 +-
.../esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h | 12 +
.../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c | 8 +
16 files changed, 420 insertions(+), 269 deletions(-)
copy arch/xtensa/src/{esp32s3/esp32s3_spiflash.c =>
esp32s2/esp32s2_spiflash.c} (82%)
copy arch/xtensa/src/{esp32s3/esp32s3_spiflash.h =>
esp32s2/esp32s2_spiflash.h} (90%)
copy arch/xtensa/src/{esp32s3/esp32s3_spiflash_mtd.c =>
esp32s2/esp32s2_spiflash_mtd.c} (81%)
copy arch/xtensa/src/{esp32s3/esp32s3_spiflash_mtd.h =>
esp32s2/esp32s2_spiflash_mtd.h} (85%)
copy boards/xtensa/{esp32s3/common/src/esp32s3_board_spiflash.c =>
esp32s2/common/src/esp32s2_board_spiflash.c} (89%)
copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{watchdog =>
spiflash}/defconfig (81%)