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 793266d espressif: Fix spacing style in Kconfig files
new b555b3f xtensa/esp32: Refactor and reorganize Partition Table related
configs
new 9d7b982 xtensa/esp32: Enable Partition Table allocation at custom
offset
new 211f899 risc-v/esp32c3: Refactor and reorganize Partition Table
related configs
new eb7ffd0 risc-v/esp32c3: Enable Partition Table allocation at custom
offset
new eb889b0 xtensa/esp32s2: Enable Partition Table allocation at custom
offset
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 | 1 +
arch/risc-v/src/esp32c3/Kconfig | 44 ++++++++++-----------
arch/risc-v/src/esp32c3/Make.defs | 2 +-
arch/risc-v/src/esp32c3/esp32c3_partition.c | 9 ++---
arch/xtensa/src/esp32/Bootloader.mk | 1 +
arch/xtensa/src/esp32/Kconfig | 45 ++++++++++------------
arch/xtensa/src/esp32/Make.defs | 2 +-
arch/xtensa/src/esp32/esp32_partition.c | 9 ++---
arch/xtensa/src/esp32s2/Bootloader.mk | 1 +
arch/xtensa/src/esp32s2/Kconfig | 27 ++-----------
.../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c | 2 +-
.../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c | 2 +-
.../esp32/esp32-ethernet-kit/src/esp32_bringup.c | 2 +-
.../esp32/esp32-wrover-kit/src/esp32_bringup.c | 2 +-
.../esp32/ttgo_lora_esp32/src/esp32_bringup.c | 2 +-
tools/esp32/Config.mk | 2 +-
tools/esp32c3/Config.mk | 2 +-
tools/esp32s2/Config.mk | 2 +-
18 files changed, 67 insertions(+), 90 deletions(-)