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 660ac63b92 stm32h7/serial: Do not wait on TXDMA semaphore
     new 8d94c1b3cb xtensa/esp32s3: Support malloc from external RAM and 
internal RAM
     new 5239d01dba xtensa/esp32s3: Disable psram as task stack

The 2 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                                |   7 ++
 arch/xtensa/include/arch.h                         |  59 +++++++++-
 arch/xtensa/include/esp32s3/memory_layout.h        |  83 +++++++++++++
 arch/xtensa/src/common/xtensa_mm.h                 |  18 ++-
 arch/xtensa/src/esp32s3/Kconfig                    |  25 ++++
 arch/xtensa/src/esp32s3/Make.defs                  |   8 ++
 arch/xtensa/src/esp32s3/esp32s3_allocateheap.c     | 129 ++++++++++++++++-----
 .../xtensa/src/esp32s3/esp32s3_extraheaps.c        |  16 +--
 .../{esp32/esp32_imm.c => esp32s3/esp32s3_imm.c}   |  64 ++++++++--
 boards/Kconfig                                     |   2 +-
 .../esp32s3/common/scripts/legacy_sections.ld      |   7 ++
 .../{psram_octal => psram_usrheap}/defconfig       |  11 +-
 12 files changed, 369 insertions(+), 60 deletions(-)
 create mode 100644 arch/xtensa/include/esp32s3/memory_layout.h
 copy mm/umm_heap/umm_checkcorruption.c => 
arch/xtensa/src/esp32s3/esp32s3_extraheaps.c (86%)
 copy arch/xtensa/src/{esp32/esp32_imm.c => esp32s3/esp32s3_imm.c} (77%)
 copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{psram_octal => 
psram_usrheap}/defconfig (87%)

Reply via email to