This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 9dadfc5 stm32f7/stm32_serial.c: fix console re-initialisation if DMA enabled add b54f0ed xtensa/esp32: Add Partition and OTA device No new revisions were added by this update. Summary of changes: arch/xtensa/src/esp32/Kconfig | 21 + arch/xtensa/src/esp32/Make.defs | 4 + arch/xtensa/src/esp32/esp32_partition.c | 676 +++++++++++++++++++++ .../src/esp32/{esp32_wlan.h => esp32_partition.h} | 26 +- boards/xtensa/esp32/esp32-core/src/esp32_bringup.c | 11 + 5 files changed, 725 insertions(+), 13 deletions(-) create mode 100644 arch/xtensa/src/esp32/esp32_partition.c copy arch/xtensa/src/esp32/{esp32_wlan.h => esp32_partition.h} (78%)