You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/29 20:21:41 UTC

[incubator-nuttx] branch master updated (a7a9226 -> 9c3799f)

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 a7a9226  xtensa/esp32: Enable the allocation of multiple SPI Flash partitions
     add 9c3799f  xtensa/esp32-s2: Adds GPIO board logic to esp32s2-saola-1.

No new revisions were added by this update.

Summary of changes:
 .../configs/{nsh => gpio}/defconfig                |   3 +
 .../xtensa/esp32s2/esp32s2-saola-1/include/board.h |   2 +-
 .../xtensa/esp32s2/esp32s2-saola-1/src/Make.defs   |   4 +
 .../esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h  |  16 ++
 .../esp32s2-saola-1/src/esp32s2_gpio.c}            | 252 ++++++++++++++-------
 5 files changed, 188 insertions(+), 89 deletions(-)
 copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{nsh => gpio}/defconfig (95%)
 copy boards/xtensa/{esp32/esp32-wrover-kit/src/esp32_gpio.c => esp32s2/esp32s2-saola-1/src/esp32s2_gpio.c} (57%)