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 4af8927829 drivers/pty: Support get and set local mode of pty
new 60fdc9cb72 arch/xtensa/esp32: Update MCUboot build process
new 4bcc930535 arch/xtensa/esp32s2: Update MCUboot build process
new e02b203311 arch/xtensa/esp32s3: Update MCUboot build process
new 1bd2595be8 boards/risc-v/esp32c3-generic: Fix MCUboot config name
The 4 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:
.../xtensa/esp32/boards/esp32-devkitc/index.rst | 7 +++
.../esp32s2/boards/esp32s2-saola-1/index.rst | 6 +--
.../xtensa/esp32s3/boards/esp32s3-devkit/index.rst | 6 +--
arch/xtensa/src/esp32/.gitignore | 1 +
arch/xtensa/src/esp32/Bootloader.mk | 38 +++++++++++----
arch/xtensa/src/esp32/Kconfig | 5 ++
arch/xtensa/src/esp32/Make.defs | 31 +++++++++++-
arch/xtensa/src/esp32/bootloader/.gitignore | 1 +
arch/xtensa/src/esp32s2/.gitignore | 4 +-
arch/xtensa/src/esp32s2/Bootloader.mk | 56 +++++++++++++++-------
arch/xtensa/src/esp32s2/Kconfig | 5 ++
arch/xtensa/src/esp32s2/Make.defs | 31 +++++++++++-
arch/xtensa/src/esp32s3/.gitignore | 3 +-
arch/xtensa/src/esp32s3/Bootloader.mk | 54 +++++++++++++++------
arch/xtensa/src/esp32s3/Kconfig | 5 ++
arch/xtensa/src/esp32s3/Make.defs | 41 ++++++++++++++--
arch/xtensa/src/esp32s3/Wireless.mk | 21 --------
.../configs/{mcuboot-nsh => mcuboot_nsh}/defconfig | 0
.../configs/{random => mcuboot_nsh}/defconfig | 5 +-
.../esp32s2-saola-1/configs/mcuboot_nsh/defconfig | 1 +
.../xtensa/esp32s3/common/scripts/flat_memory.ld | 7 ++-
.../esp32s3-devkit/configs/mcuboot_nsh/defconfig | 1 +
22 files changed, 248 insertions(+), 81 deletions(-)
rename boards/risc-v/espressif/esp32c3-generic/configs/{mcuboot-nsh =>
mcuboot_nsh}/defconfig (100%)
copy boards/xtensa/esp32/esp32-devkitc/configs/{random =>
mcuboot_nsh}/defconfig (94%)