This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 846f86e011b boards/risc-v/esp32c3: Corrected the names of #include
guards
new 0835b345e89 arch/risc-v: flash encryption support for ESP32-C3|C6|H2
new 3a74b82e093 arch/xtensa: flash encryption support for ESP32|S2|S3
new 151776f0a5c arch/xtensa: change .bss clear location on start
new 8f42a6f6d70 arch/xtensa: add critical section on e-fuse bringup
new 49d6177c68e espressif: automate build system for flash enc
new 37521ebf1de documentation: update flash encryption docs for Espressif
devices
The 6 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:
Documentation/platforms/risc-v/esp32c3/index.rst | 161 +++----
Documentation/platforms/risc-v/esp32c6/index.rst | 113 ++++-
Documentation/platforms/risc-v/esp32h2/index.rst | 231 +++++++++-
Documentation/platforms/xtensa/esp32/index.rst | 144 ++++--
Documentation/platforms/xtensa/esp32s2/index.rst | 217 +++++----
Documentation/platforms/xtensa/esp32s3/index.rst | 115 ++++-
arch/risc-v/src/common/espressif/Bootloader.mk | 7 +-
arch/risc-v/src/common/espressif/Kconfig | 119 ++++-
arch/risc-v/src/common/espressif/esp_spiflash.c | 484 +++++++++++++++++++-
arch/risc-v/src/esp32c6/hal_esp32c6.mk | 4 +-
arch/risc-v/src/esp32h2/hal_esp32h2.mk | 4 +-
arch/xtensa/src/common/espressif/Kconfig | 115 ++++-
arch/xtensa/src/common/espressif/esp_efuse.c | 3 +
arch/xtensa/src/common/espressif/esp_spiflash.c | 492 ++++++++++++++++++++-
arch/xtensa/src/esp32/Bootloader.mk | 4 +-
arch/xtensa/src/esp32/Kconfig | 16 +-
arch/xtensa/src/esp32/Kconfig.security | 41 ++
arch/xtensa/src/esp32/Make.defs | 2 +-
arch/xtensa/src/esp32/esp32_start.c | 13 +
arch/xtensa/src/esp32/hal.mk | 6 +-
arch/xtensa/src/esp32s2/Bootloader.mk | 10 +-
arch/xtensa/src/esp32s2/Kconfig | 2 +-
arch/xtensa/src/esp32s2/Kconfig.security | 40 ++
arch/xtensa/src/esp32s2/hal.mk | 6 +-
arch/xtensa/src/esp32s3/Bootloader.mk | 9 +-
arch/xtensa/src/esp32s3/Kconfig | 2 +-
arch/xtensa/src/esp32s3/esp32s3_start.c | 34 +-
.../xtensa/esp32/common/scripts/esp32_sections.ld | 2 +
.../xtensa/esp32/common/src/esp32_board_spiflash.c | 8 +-
tools/esp32/Config.mk | 90 +++-
tools/esp32s2/Config.mk | 92 +++-
tools/esp32s3/Config.mk | 89 +++-
tools/espressif/Config.mk | 91 +++-
33 files changed, 2430 insertions(+), 336 deletions(-)