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 98899ff boards: hifive1-revb: Enable some nsh commands in
nsh/defconfig
new 9e5e60b esp32s2/esp32c3: Build MCUboot bootloader with Flash
Encryption support
new 25f2dc2 risc-v/esp32c3: Enable the creation of encrypted Flash
partitions
new c1fac72 xtensa/esp32: Add missing param documentation for SPI Flash
function
new cff2bc0 esp32c3-devkit: Restrict FS options when Flash Encryption is
enabled
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:
arch/risc-v/src/esp32c3/Bootloader.mk | 7 ++
arch/risc-v/src/esp32c3/Kconfig | 12 +++
arch/risc-v/src/esp32c3/Kconfig.security | 94 +++++++++++++++++++++-
arch/risc-v/src/esp32c3/esp32c3_spiflash_mtd.c | 37 ++++++---
arch/risc-v/src/esp32c3/esp32c3_spiflash_mtd.h | 5 +-
arch/xtensa/src/esp32/Kconfig.security | 4 +-
arch/xtensa/src/esp32/esp32_spiflash.h | 2 +
arch/xtensa/src/esp32s2/Bootloader.mk | 7 ++
arch/xtensa/src/esp32s2/Kconfig | 10 +++
arch/xtensa/src/esp32s2/Kconfig.security | 94 +++++++++++++++++++++-
boards/risc-v/esp32c3/esp32c3-devkit/Kconfig | 17 ++++
.../esp32c3/esp32c3-devkit/src/esp32c3_spiflash.c | 27 ++++++-
tools/esp32s2/Config.mk | 2 +-
13 files changed, 292 insertions(+), 26 deletions(-)