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 1a1b1cc arch:xtensa: replace include file from src/chip_xxx to chip.h
add 1dfcc6a xtensa/esp32: Enable boot from Espressif's port of MCUboot
No new revisions were added by this update.
Summary of changes:
arch/xtensa/src/esp32/Kconfig | 131 +++++++++++-
arch/xtensa/src/esp32/esp32_start.c | 220 +++++++++++++++++++--
arch/xtensa/src/esp32/hardware/esp32_dport.h | 6 +
.../xtensa/esp32/common/scripts/esp32.template.ld | 78 ++++++--
.../common/scripts/{esp32.ld => esp32_mcuboot.ld} | 187 ++++++++++++------
.../xtensa/esp32/esp32-devkitc/scripts/Make.defs | 6 +-
.../esp32/esp32-devkitc/src/esp32_spiflash.c | 102 ++++++++++
.../esp32/esp32-ethernet-kit/scripts/Make.defs | 6 +-
.../esp32/esp32-ethernet-kit/src/esp32_spiflash.c | 102 ++++++++++
.../esp32/esp32-wrover-kit/scripts/Make.defs | 6 +-
.../esp32/esp32-wrover-kit/src/esp32_spiflash.c | 102 ++++++++++
tools/esp32/Config.mk | 70 +++++--
12 files changed, 898 insertions(+), 118 deletions(-)
copy boards/xtensa/esp32/common/scripts/{esp32.ld => esp32_mcuboot.ld} (70%)