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 54b6522  Update arch/Kconfig
     new 6c32232  xtensa/esp32: Add Secure Boot support on top of MCUboot
     new d22a2aa  xtensa/esp32: Refactor makefiles for compliance to Function 
Call Syntax
     new f542ab4  xtensa/esp32s2: Add Secure Boot support on top of MCUboot
     new 1c8e84b  risc-v/esp32c3: Add Secure Boot support on top of MCUboot
     new c471f0f  risc-v/esp32c3: Remove deprecated note about Flash Detect 
feature

The 5 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:
 arch/risc-v/src/esp32c3/Bootloader.mk    | 138 ++++++++++++++------
 arch/risc-v/src/esp32c3/Kconfig          |  14 +-
 arch/risc-v/src/esp32c3/Kconfig.security | 212 +++++++++++++++++++++++++++++++
 arch/xtensa/src/esp32/Bootloader.mk      | 138 ++++++++++++++------
 arch/xtensa/src/esp32/Kconfig            |   2 +
 arch/xtensa/src/esp32/Kconfig.security   | 188 +++++++++++++++++++++++++++
 arch/xtensa/src/esp32s2/Bootloader.mk    | 138 ++++++++++++++------
 arch/xtensa/src/esp32s2/Kconfig          |   2 +
 arch/xtensa/src/esp32s2/Kconfig.security | 211 ++++++++++++++++++++++++++++++
 tools/esp32/Config.mk                    | 118 +++++++++++++----
 tools/esp32c3/Config.mk                  | 124 ++++++++++++++----
 tools/esp32s2/Config.mk                  | 123 ++++++++++++++----
 12 files changed, 1207 insertions(+), 201 deletions(-)
 create mode 100644 arch/risc-v/src/esp32c3/Kconfig.security
 create mode 100644 arch/xtensa/src/esp32/Kconfig.security
 create mode 100644 arch/xtensa/src/esp32s2/Kconfig.security

Reply via email to