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 d69cf37  boards/arm/samv7: fix typos left after file renaming
     add 9d5b13c  xtensa/esp32s3: Add SPI-Flash support.
     add c820085  arch/xtensa/esp32s3: Add encrypted support for SPI FLASH.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Kconfig                    |  34 +++
 arch/xtensa/src/esp32s3/Make.defs                  |   8 +
 .../src/esp32s3/esp32s3_spiflash.c}                | 191 +++++-----------
 .../src/esp32s3/esp32s3_spiflash.h}                |  52 +----
 .../src/esp32s3/esp32s3_spiflash_mtd.c}            | 220 +++++++++---------
 .../src/esp32s3/esp32s3_spiflash_mtd.h}            |  24 +-
 .../src/esp32s3/rom/esp32s3_spiflash.h}            |  26 +--
 boards/xtensa/esp32s3/common/src/Make.defs         |   4 +
 .../common/src/esp32s3_board_spiflash.c}           | 250 +++------------------
 boards/xtensa/esp32s3/esp32s3-devkit/Kconfig       |  43 ++++
 .../configs/{nsh => spiflash}/defconfig            |   3 +
 .../esp32s3/esp32s3-devkit/src/esp32s3-devkit.h    |  12 +
 .../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c   |   8 +
 13 files changed, 340 insertions(+), 535 deletions(-)
 copy arch/{risc-v/src/esp32c3/esp32c3_spiflash.c => 
xtensa/src/esp32s3/esp32s3_spiflash.c} (69%)
 copy arch/{risc-v/src/esp32c3/esp32c3_spiflash.h => 
xtensa/src/esp32s3/esp32s3_spiflash.h} (67%)
 copy arch/{risc-v/src/esp32c3/esp32c3_spiflash_mtd.c => 
xtensa/src/esp32s3/esp32s3_spiflash_mtd.c} (79%)
 copy arch/{risc-v/src/esp32c3/esp32c3_spiflash_mtd.h => 
xtensa/src/esp32s3/esp32s3_spiflash_mtd.h} (82%)
 copy arch/{risc-v/src/esp32c3/rom/esp32c3_spiflash.h => 
xtensa/src/esp32s3/rom/esp32s3_spiflash.h} (98%)
 copy boards/xtensa/{esp32/common/src/esp32_board_spiflash.c => 
esp32s3/common/src/esp32s3_board_spiflash.c} (57%)
 copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{nsh => spiflash}/defconfig 
(94%)

Reply via email to