This is an automated email from the ASF dual-hosted git repository.

yamamoto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from b2563b9  fs/littlefs: Suppport the duplication function
     new cc23bde  boards/xtensa/esp32: Add a section in external memory to hold 
some BSS data.
     new fcafacb  esp32_allocateheap.c: Adjust the region of the heap coming 
from the external memory when a BSS section is allowed to reside there.

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/src/common/xtensa.h                            |  2 ++
 arch/xtensa/src/common/xtensa_attr.h                       | 14 ++++++++++++++
 arch/xtensa/src/esp32/esp32_allocateheap.c                 | 13 +++++++++----
 arch/xtensa/src/esp32/esp32_start.c                        |  8 ++++++++
 .../xtensa/esp32/esp32-devkitc/scripts/esp32.template.ld   |  4 ++++
 boards/xtensa/esp32/esp32-devkitc/scripts/esp32_flash.ld   | 10 ++++++++++
 .../esp32/esp32-ethernet-kit/scripts/esp32.template.ld     |  4 ++++
 .../xtensa/esp32/esp32-ethernet-kit/scripts/esp32_flash.ld | 10 ++++++++++
 .../esp32/esp32-wrover-kit/scripts/esp32.template.ld       |  4 ++++
 .../xtensa/esp32/esp32-wrover-kit/scripts/esp32_flash.ld   | 10 ++++++++++
 11 files changed, 82 insertions(+), 4 deletions(-)

Reply via email to