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 e953bbd47c3 Dockerfile: fix matter build error
     new 843b21c6541 boards/xtensa/esp32s3: Add missing board_memorymap.h
     new 60ca804b561 esp32s3: Fix bug related to the PSRAM-allocated task stack
     new d250808c1c0 esp32s3/elf: Fix ELF loader on ESP32-S3 when using 
external PSRAM

The 3 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/Kconfig                                |   2 +
 arch/xtensa/src/esp32s3/Kconfig                    |   8 +-
 arch/xtensa/src/esp32s3/Make.defs                  |   2 +-
 .../xtensa/src/esp32s3/esp32s3_cache.c             | 277 +++++++++++----------
 arch/xtensa/src/esp32s3/esp32s3_textheap.c         |   6 +-
 arch/xtensa/src/esp32s3/hal.mk                     |   4 +-
 .../esp32s3/common/scripts/esp32s3_rom_aliases.ld  |   9 +
 .../esp32s3-devkit/configs/mbedtls/defconfig       |   4 +-
 .../esp32s3-devkit/configs/psram_usrheap/defconfig |   3 +-
 .../esp32s3-devkit/configs/toywasm/defconfig       |   2 +-
 .../include/board_memorymap.h                      |   8 +-
 .../include/board_memorymap.h                      |   8 +-
 libs/libc/elf/elf_bind.c                           |   1 +
 libs/libc/machine/xtensa/arch_elf.c                |   2 +-
 14 files changed, 185 insertions(+), 151 deletions(-)
 copy include/nuttx/cache.h => arch/xtensa/src/esp32s3/esp32s3_cache.c (69%)
 copy boards/xtensa/esp32s3/{esp32s3-box => 
esp32s3-eye}/include/board_memorymap.h (93%)
 copy boards/xtensa/esp32s3/{esp32s3-devkit => 
esp32s3-meadow}/include/board_memorymap.h (93%)

Reply via email to