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 664277039e arch: cxd56xx: Fix bug that causes wake-up by unused gpio interrupt new 3f8cde728d boards/xtensa: fixes SPI Flash for MCUBoot usage new a7cd6bb401 arch/xtensa: add E-Fuse support on ESP32S2 new 8c932b50fb boards/risc-v: fixes SPI Flash for MCUBoot usage new 3468c8e0cf arch/risc-v: change offset for SPI Flash on Espressif devices new bbdb75b1f7 documentation: update documentation for MCUBoot on Espressif devices The 5 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: .../esp32c3/boards/esp32c3-generic/index.rst | 15 +++ Documentation/platforms/risc-v/esp32c3/index.rst | 99 +++++++++++++++++- .../esp32c6/boards/esp32c6-devkitc/index.rst | 10 +- Documentation/platforms/risc-v/esp32c6/index.rst | 89 ++++++++++++++++ .../xtensa/esp32/boards/esp32-devkitc/index.rst | 32 ++---- Documentation/platforms/xtensa/esp32/index.rst | 99 +++++++++++++++++- .../esp32s2/boards/esp32s2-saola-1/index.rst | 8 ++ Documentation/platforms/xtensa/esp32s2/index.rst | 99 +++++++++++++++++- .../xtensa/esp32s3/boards/esp32s3-devkit/index.rst | 8 ++ Documentation/platforms/xtensa/esp32s3/index.rst | 91 +++++++++++++++- arch/risc-v/src/common/espressif/Kconfig | 3 +- arch/xtensa/src/esp32/.gitignore | 1 - arch/xtensa/src/esp32/bootloader/.gitignore | 1 + arch/xtensa/src/esp32s2/hal.mk | 4 + .../risc-v/esp32c3/common/src/esp_board_spiflash.c | 101 +++++++++++++++--- .../{sta_softap => mcuboot_update_agent}/defconfig | 13 +-- .../risc-v/esp32c6/common/src/esp_board_spiflash.c | 51 ++++----- .../configs/mcuboot_update_agent}/defconfig | 9 +- .../risc-v/esp32h2/common/src/esp_board_spiflash.c | 86 +++++++++++++-- .../xtensa/esp32/common/src/esp32_board_spiflash.c | 59 ++++------- .../configs/mcuboot_update_agent/defconfig | 33 ++++-- .../esp32s2/common/src/esp32s2_board_spiflash.c | 97 +++++++++++++++-- .../{sta_softap => mcuboot_update_agent}/defconfig | 13 ++- .../esp32s3/common/src/esp32s3_board_spiflash.c | 116 +++++++++++++++++---- .../{sta_softap => mcuboot_update_agent}/defconfig | 16 +-- 25 files changed, 953 insertions(+), 200 deletions(-) copy boards/risc-v/esp32c3/esp32c3-generic/configs/{sta_softap => mcuboot_update_agent}/defconfig (88%) copy boards/risc-v/esp32c6/{esp32c6-devkitm/configs/wifi => esp32c6-devkitc/configs/mcuboot_update_agent}/defconfig (90%) copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{sta_softap => mcuboot_update_agent}/defconfig (88%) copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{sta_softap => mcuboot_update_agent}/defconfig (87%)