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/03/16 13:21:09 UTC

[incubator-nuttx] branch master updated (5699dd8 -> b2f5031)

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 5699dd8  boards/raspberrypi-pico: Pico Display Pack (ST7789 LCD) support
     add b2f5031  xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/include/esp32/irq.h                    |    1 +
 arch/xtensa/src/esp32/Kconfig                      |   19 +-
 arch/xtensa/src/esp32/esp32_cpuint.c               |   20 +-
 arch/xtensa/src/esp32/esp32_wifi_adapter.c         | 1265 ++++++++++++++++----
 arch/xtensa/src/esp32/esp32_wifi_adapter.h         |  278 ++++-
 arch/xtensa/src/esp32/esp32_wlan.c                 |  739 +++++++++---
 arch/xtensa/src/esp32/esp32_wlan.h                 |   22 +
 .../configs/{wapi => sta_softap}/defconfig         |   18 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |   13 +-
 .../esp32/esp32-ethernet-kit/src/esp32_bringup.c   |   13 +-
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |   13 +-
 11 files changed, 1948 insertions(+), 453 deletions(-)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{wapi => sta_softap}/defconfig (84%)