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 2020/10/27 18:38:56 UTC

[incubator-nuttx] branch master updated (8374565 -> ddc0d30)

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 8374565  TCP-stack fix for stalled tcp sockets due to broken keepalive
     add ddc0d30  xtensa/esp32: Added Userled support

No new revisions were added by this update.

Summary of changes:
 boards/Kconfig                                     |  1 +
 .../esp32-core/configs/{random => leds}/defconfig  |  7 ++--
 .../esp32/esp32-core/configs/mmcsdspi/defconfig    |  1 +
 .../esp32/esp32-core/configs/netnsh/defconfig      |  1 +
 .../xtensa/esp32/esp32-core/configs/nsh/defconfig  |  1 +
 .../esp32/esp32-core/configs/ostest/defconfig      |  1 +
 .../xtensa/esp32/esp32-core/configs/pm/defconfig   |  1 +
 .../esp32/esp32-core/configs/psram/defconfig       |  1 +
 .../esp32/esp32-core/configs/random/defconfig      |  1 +
 .../xtensa/esp32/esp32-core/configs/smp/defconfig  |  1 +
 .../esp32/esp32-core/configs/spiflash/defconfig    |  1 +
 .../esp32/esp32-core/configs/timer/defconfig       |  1 +
 .../xtensa/esp32/esp32-core/configs/wapi/defconfig |  1 +
 boards/xtensa/esp32/esp32-core/include/board.h     |  7 ++++
 boards/xtensa/esp32/esp32-core/src/Makefile        |  4 +++
 boards/xtensa/esp32/esp32-core/src/esp32_bringup.c | 15 +++++++++
 .../esp32/esp32-core/src/esp32_userleds.c}         | 38 +++++++++++++++-------
 17 files changed, 70 insertions(+), 13 deletions(-)
 copy boards/xtensa/esp32/esp32-core/configs/{random => leds}/defconfig (91%)
 copy boards/{arm/stm32/nucleo-f103rb/src/stm32_userleds.c => xtensa/esp32/esp32-core/src/esp32_userleds.c} (74%)