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 10793d1756 arch/esp32c3-legacy/hardware: migrate license to ASF
add 970d1a1f7c esp32[c3|c6|h2]: Add efuse support
add 35ace4196f esp32[c3|c6|h2]: Add efuse simulation support
add a49a5df5ba esp32[c3|c6|h2]: Update docs for efuse driver
No new revisions were added by this update.
Summary of changes:
.../esp32c3/boards/esp32c3-generic/index.rst | 37 ++++++
Documentation/platforms/risc-v/esp32c3/index.rst | 2 +-
.../esp32c6/boards/esp32c6-devkitc/index.rst | 37 ++++++
.../esp32c6/boards/esp32c6-devkitm/index.rst | 37 ++++++
Documentation/platforms/risc-v/esp32c6/index.rst | 2 +-
.../risc-v/esp32h2/boards/esp32h2-devkit/index.rst | 37 ++++++
Documentation/platforms/risc-v/esp32h2/index.rst | 2 +-
arch/risc-v/src/common/espressif/Kconfig | 13 ++
arch/risc-v/src/common/espressif/Make.defs | 6 +-
.../espressif/esp_efuse.c} | 142 ++++++++++++---------
.../bl808_spi.h => common/espressif/esp_efuse.h} | 29 ++---
arch/xtensa/src/esp32/Make.defs | 2 +-
arch/xtensa/src/esp32s2/Make.defs | 2 +-
arch/xtensa/src/esp32s3/Make.defs | 2 +-
.../esp32c3/common/scripts/esp32c3_sections.ld | 2 +
.../configs/{mcuboot_nsh => efuse}/defconfig | 3 +-
.../esp32c3/esp32c3-generic/src/esp32c3_bringup.c | 12 ++
.../esp32c6/common/scripts/esp32c6_sections.ld | 2 +
.../configs/{mcuboot_nsh => efuse}/defconfig | 3 +-
.../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 12 ++
.../configs/{nsh => efuse}/defconfig | 2 +
.../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c | 12 ++
.../esp32h2/common/scripts/esp32h2_sections.ld | 2 +
.../configs/{nsh => efuse}/defconfig | 2 +
.../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c | 12 ++
25 files changed, 328 insertions(+), 86 deletions(-)
copy arch/risc-v/src/{esp32c3-legacy/esp32c3_efuse_lowerhalf.c =>
common/espressif/esp_efuse.c} (58%)
copy arch/risc-v/src/{bl808/bl808_spi.h => common/espressif/esp_efuse.h} (73%)
copy boards/risc-v/esp32c3/esp32c3-generic/configs/{mcuboot_nsh =>
efuse}/defconfig (96%)
copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{mcuboot_nsh =>
efuse}/defconfig (97%)
copy boards/risc-v/esp32c6/esp32c6-devkitm/configs/{nsh => efuse}/defconfig
(97%)
copy boards/risc-v/esp32h2/esp32h2-devkit/configs/{nsh => efuse}/defconfig
(97%)