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/incubator-nuttx.git.
from 6d8d5af libc/dirname: Handle the consecutive '/' correctly
new 03d3816 boards/xtensa/esp32: Use the common gnu-elf.ld file from
binfmt/libelf instead of keeping the same file for each board.
new 11ed857 boards/rsic-v/esp32c3: Use the common gnu-elf.ld file from
binfmt/libelf instead of keeping the same file for each board.
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:
.../esp32c3/esp32c3-devkit/scripts/Make.defs | 4 +-
.../esp32c3/esp32c3-devkit/scripts/gnu-elf.ld | 115 ---------------------
.../xtensa/esp32/esp32-devkitc/scripts/Make.defs | 4 +-
.../xtensa/esp32/esp32-devkitc/scripts/gnu-elf.ld | 115 ---------------------
.../esp32/esp32-ethernet-kit/scripts/Make.defs | 4 +-
.../esp32/esp32-ethernet-kit/scripts/gnu-elf.ld | 115 ---------------------
.../esp32/esp32-wrover-kit/scripts/Make.defs | 4 +-
.../esp32/esp32-wrover-kit/scripts/gnu-elf.ld | 115 ---------------------
8 files changed, 8 insertions(+), 468 deletions(-)
delete mode 100644 boards/risc-v/esp32c3/esp32c3-devkit/scripts/gnu-elf.ld
delete mode 100644 boards/xtensa/esp32/esp32-devkitc/scripts/gnu-elf.ld
delete mode 100644 boards/xtensa/esp32/esp32-ethernet-kit/scripts/gnu-elf.ld
delete mode 100644 boards/xtensa/esp32/esp32-wrover-kit/scripts/gnu-elf.ld