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/nuttx.git


    from 122558a1de arch/armv8-m: Fix typo error for 
NVIC_SYSHCON_HARDFAULTPENDED
     new cc10c54f6c xtensa/esp32s3: Support partition and OTA device
     new b6e09955dd xtensa/esp32s3: Support multiple PHY init data bin

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                    |  74 +++
 arch/xtensa/src/esp32s3/Make.defs                  |   4 +
 .../src/esp32s3/esp32s3_partition.c}               | 250 +++++++--
 .../esp32s3_partition.h}                           |  50 +-
 arch/xtensa/src/esp32s3/esp32s3_wifi_adapter.c     |  16 +-
 arch/xtensa/src/esp32s3/esp32s3_wireless.c         | 619 ++++++++++++++++++++-
 arch/xtensa/src/esp32s3/esp32s3_wireless.h         |  20 +-
 .../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c   |  29 +-
 8 files changed, 968 insertions(+), 94 deletions(-)
 copy arch/{risc-v/src/esp32c3/esp32c3_partition.c => 
xtensa/src/esp32s3/esp32s3_partition.c} (72%)
 copy arch/xtensa/src/{esp32s2/esp32s2_spiflash_mtd.h => 
esp32s3/esp32s3_partition.h} (66%)

Reply via email to