You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/03 20:54:17 UTC

[incubator-nuttx] branch master updated (9dadfc5 -> b54f0ed)

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%)