You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/19 02:11:43 UTC

[nuttx] branch master updated (530e67ba4b -> 11e401c0bc)

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 530e67ba4b fs: Define DT_xxx to number directly
     add ed91c97f93 xtensa/esp32: Remove deprecated CONFIGFILE variable
     add 2436065096 espressif: Add missing Apache Foundation copyright header
     add 5a25b46b8b esp32[c3|s3]: Improve documentation of Linker Scripts
     add 11e401c0bc esp32[c3|s3]: Fix relative path in file header

No new revisions were added by this update.

Summary of changes:
 .../risc-v/esp32c3/common/scripts/esp32c3_rom.ld   | 16 ++++++++++++++
 .../risc-v/esp32c3/common/scripts/flat_memory.ld   |  7 +++---
 .../risc-v/esp32c3/common/scripts/kernel-space.ld  |  2 +-
 boards/risc-v/esp32c3/common/scripts/user-space.ld |  2 +-
 boards/xtensa/esp32/common/scripts/esp32_rom.ld    | 20 +++++++++++++++++
 boards/xtensa/esp32/esp32-devkitc/src/Make.defs    |  2 --
 .../xtensa/esp32/esp32-ethernet-kit/src/Make.defs  |  2 --
 boards/xtensa/esp32/esp32-lyrat/src/Make.defs      |  2 --
 .../xtensa/esp32/esp32-sparrow-kit/src/Make.defs   |  2 --
 boards/xtensa/esp32/esp32-wrover-kit/src/Make.defs |  2 --
 .../esp32/lilygo_tbeam_lora_gps/src/Make.defs      |  2 --
 boards/xtensa/esp32/ttgo_eink5_v2/src/Make.defs    |  2 --
 boards/xtensa/esp32/ttgo_lora_esp32/src/Make.defs  |  2 --
 .../esp32/ttgo_t_display_esp32/src/Make.defs       |  2 --
 .../esp32s2/common/scripts/esp32s2_peripherals.ld  | 16 ++++++++++++++
 .../xtensa/esp32s2/common/scripts/esp32s2_rom.ld   | 16 ++++++++++++++
 .../xtensa/esp32s2/common/scripts/flat_memory.ld   | 19 ++++++++++++++++
 .../esp32s2/common/scripts/legacy_sections.ld      | 16 ++++++++++++++
 .../esp32s3/common/scripts/esp32s3_peripherals.ld  | 16 ++++++++++++++
 .../xtensa/esp32s3/common/scripts/esp32s3_rom.ld   | 16 ++++++++++++++
 .../xtensa/esp32s3/common/scripts/flat_memory.ld   | 25 +++++++++++++++++++---
 .../esp32s3/common/scripts/legacy_sections.ld      | 16 ++++++++++++++
 .../esp32s3/common/scripts/mcuboot_sections.ld     |  2 +-
 23 files changed, 180 insertions(+), 27 deletions(-)