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 2024/01/25 14:22:47 UTC

(nuttx) branch master updated (ebef20ee17 -> c4f76ff867)

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


    from ebef20ee17 docs: revising comments and documents
     add 7ac14b544e risc-v/espressif: Select simple boot by default for RISC-V
     add ec3714c816 esp32: Improve selection of the bootloader being used on Kconfig
     add 1e1ea7bb5d esp32s2: Improve selection of the bootloader being used on Kconfig
     add 641a0df27f esp32s3: Improve selection of the bootloader being used on Kconfig
     add a2673d3bcd esp32c3: Improve selection of the bootloader being used on Kconfig
     add c4f76ff867 esp32c3: Fix building native MCUboot from sources

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Bootloader.mk              | 57 +++++++++++-------
 arch/risc-v/src/esp32c3/Kconfig                    | 70 +++++++++++++---------
 arch/risc-v/src/esp32c3/Make.defs                  | 31 +++++++++-
 arch/risc-v/src/espressif/Kconfig                  | 26 ++------
 arch/xtensa/src/esp32/Bootloader.mk                | 10 +---
 arch/xtensa/src/esp32/Kconfig                      | 65 +++++++++++---------
 arch/xtensa/src/esp32s2/Bootloader.mk              | 10 +---
 arch/xtensa/src/esp32s2/Kconfig                    | 66 +++++++++++---------
 arch/xtensa/src/esp32s3/Bootloader.mk              | 12 ----
 arch/xtensa/src/esp32s3/Kconfig                    | 69 ++++++++++++---------
 .../esp32-devkitc/configs/mcuboot_nsh/defconfig    |  1 -
 .../configs/mcuboot_update_agent/defconfig         |  1 -
 .../esp32s2-saola-1/configs/mcuboot_nsh/defconfig  |  1 -
 .../esp32s3-devkit/configs/mcuboot_nsh/defconfig   |  1 -
 14 files changed, 233 insertions(+), 187 deletions(-)