You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/15 11:32:45 UTC

[incubator-nuttx] branch master updated (bcc876e -> e29d14a)

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/incubator-nuttx.git.


    from bcc876e  Delete fakesensor init.
     add e45facf  boards/xtensa/esp32: Move the linker scripts to the common directory.
     add 0aa3585  boards/xtensa/esp32: Update Make.defs to account for the new location of the linker scripts.
     add a6632f9  boards/xtensa/esp32: Make board level linker script take precedence over the common scripts. This allows having a more costumized linker script per board.
     add e29d14a  boards/xtensa/esp32: Delete the drivers directory, it's empty, the build system will pick the common dummy one.

No new revisions were added by this update.

Summary of changes:
 .../{esp32-devkitc => common}/scripts/esp32.ld     |   2 +-
 .../scripts/esp32.template.ld                      |   2 +-
 boards/xtensa/esp32/drivers/Kconfig                |   4 -
 .../xtensa/esp32/esp32-devkitc/scripts/Make.defs   |  36 ++-
 boards/xtensa/esp32/esp32-devkitc/src/Make.defs    |   9 +-
 .../esp32/esp32-ethernet-kit/scripts/Make.defs     |  36 ++-
 .../esp32/esp32-ethernet-kit/scripts/esp32.ld      | 242 ---------------------
 .../esp32-ethernet-kit/scripts/esp32.template.ld   | 113 ----------
 .../xtensa/esp32/esp32-ethernet-kit/src/Make.defs  |   9 +-
 .../esp32/esp32-wrover-kit/scripts/Make.defs       |  36 ++-
 .../xtensa/esp32/esp32-wrover-kit/scripts/esp32.ld | 242 ---------------------
 .../esp32-wrover-kit/scripts/esp32.template.ld     | 113 ----------
 boards/xtensa/esp32/esp32-wrover-kit/src/Make.defs |   9 +-
 13 files changed, 98 insertions(+), 755 deletions(-)
 rename boards/xtensa/esp32/{esp32-devkitc => common}/scripts/esp32.ld (99%)
 rename boards/xtensa/esp32/{esp32-devkitc => common}/scripts/esp32.template.ld (98%)
 delete mode 100644 boards/xtensa/esp32/drivers/Kconfig
 delete mode 100644 boards/xtensa/esp32/esp32-ethernet-kit/scripts/esp32.ld
 delete mode 100644 boards/xtensa/esp32/esp32-ethernet-kit/scripts/esp32.template.ld
 delete mode 100644 boards/xtensa/esp32/esp32-wrover-kit/scripts/esp32.ld
 delete mode 100644 boards/xtensa/esp32/esp32-wrover-kit/scripts/esp32.template.ld