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 edaa074e51 include/nuttx/atomic.h: For each ATOMIC func, cast the parameters to (FAR intXX_t *) of correct size add 7a3e67d59a xtensa/esp32: Fix getting the flash mappings by openocd-esp32 add 31b6cdac6d xtensa/esp32s2: Fix getting the flash mappings by openocd-esp32 add 2bbafcacc1 xtensa/esp32s3: Fix getting the flash mappings by openocd-esp32 add c566cf51a2 risc-v/esp32c3: Fix getting the flash mappings by openocd-esp32 add cb25b45d92 risc-v/esp32c6: Fix getting the flash mappings by openocd-esp32 add 956915ff97 risc-v/esp32h2: Fix getting the flash mappings by openocd-esp32 add ca664fd431 Documentation: Update openocd-esp32 command for all Espressif Socs No new revisions were added by this update. Summary of changes: Documentation/platforms/risc-v/esp32c3/index.rst | 8 +++- Documentation/platforms/risc-v/esp32c6/index.rst | 8 +++- Documentation/platforms/risc-v/esp32h2/index.rst | 8 +++- Documentation/platforms/xtensa/esp32/index.rst | 8 +++- Documentation/platforms/xtensa/esp32s2/index.rst | 8 +++- Documentation/platforms/xtensa/esp32s3/index.rst | 8 +++- arch/risc-v/src/common/espressif/Kconfig | 2 +- arch/xtensa/src/esp32/Kconfig | 2 +- arch/xtensa/src/esp32s2/Kconfig | 2 +- arch/xtensa/src/esp32s3/Kconfig | 2 +- .../esp32c3/common/scripts/esp32c3_flat_memory.ld | 2 +- .../esp32c3/common/scripts/esp32c3_sections.ld | 45 ++++++++++++++++++++++ .../esp32c6/common/scripts/esp32c6_flat_memory.ld | 2 +- .../esp32c6/common/scripts/esp32c6_sections.ld | 45 ++++++++++++++++++++++ .../esp32h2/common/scripts/esp32h2_flat_memory.ld | 2 +- .../esp32h2/common/scripts/esp32h2_sections.ld | 45 ++++++++++++++++++++++ .../xtensa/esp32/common/scripts/esp32_sections.ld | 45 ++++++++++++++++++++++ boards/xtensa/esp32/common/scripts/flat_memory.ld | 2 +- .../esp32s2/common/scripts/esp32s2_sections.ld | 45 ++++++++++++++++++++++ .../xtensa/esp32s2/common/scripts/flat_memory.ld | 2 +- .../esp32s3/common/scripts/esp32s3_sections.ld | 45 ++++++++++++++++++++++ .../xtensa/esp32s3/common/scripts/flat_memory.ld | 2 +- 22 files changed, 322 insertions(+), 16 deletions(-)