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 07792a6 RV64: handle relocation type R_RISCV_CALL_PLT in PIC build.
new afad13d esp32: Refactor QEMU image generation on POSTBUILD
new 053a560 esp32: Make esp32 boards share a common Config.mk with
POSTBUILD command
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:
boards/xtensa/esp32/common/Kconfig | 6 +++
boards/xtensa/esp32/esp32-devkitc/Kconfig | 6 +--
.../xtensa/esp32/esp32-devkitc/scripts/Make.defs | 2 +-
boards/xtensa/esp32/esp32-ethernet-kit/Kconfig | 6 +--
.../esp32/esp32-ethernet-kit/scripts/Config.mk | 62 ----------------------
.../esp32/esp32-ethernet-kit/scripts/Make.defs | 2 +-
boards/xtensa/esp32/esp32-wrover-kit/Kconfig | 6 +--
.../esp32/esp32-wrover-kit/scripts/Config.mk | 62 ----------------------
.../esp32/esp32-wrover-kit/scripts/Make.defs | 2 +-
.../scripts => tools/esp32}/Config.mk | 22 ++++----
tools/esp32/mk_qemu_img.sh | 60 +++++++++++++++++++++
11 files changed, 81 insertions(+), 155 deletions(-)
delete mode 100644 boards/xtensa/esp32/esp32-ethernet-kit/scripts/Config.mk
delete mode 100644 boards/xtensa/esp32/esp32-wrover-kit/scripts/Config.mk
rename {boards/xtensa/esp32/esp32-devkitc/scripts => tools/esp32}/Config.mk
(71%)
create mode 100755 tools/esp32/mk_qemu_img.sh