This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 9a28cd2000 tun: fix the access address is incorrect
     new d4b11a960f esp32s3/wifi: add support to softAP (softAP and softAP + 
STA mode)
     new 8ac74e5540 esp32s3/wifi: fix driver parameter setting only when needed
     new 0ca7ede228 esp32s3/wifi: fix ability to connect to open networks
     new af45eced2b docs/esp32s3: add documentation for Wi-Fi (STA + SoftAP)
     new 7b807a8540 esp32-esp32c3/wifi: remove naming inconsistencies

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../xtensa/esp32s3/boards/esp32s3-devkit/index.rst |    5 +-
 Documentation/platforms/xtensa/esp32s3/index.rst   |   43 +-
 arch/risc-v/src/esp32c3/Kconfig                    |    4 +-
 arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c     |    5 -
 arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.h     |    3 +-
 arch/risc-v/src/esp32c3/esp32c3_wlan.c             |    1 -
 arch/xtensa/src/esp32/Kconfig                      |    4 +-
 arch/xtensa/src/esp32/esp32_wifi_adapter.c         |    5 -
 arch/xtensa/src/esp32/esp32_wifi_adapter.h         |    3 +-
 arch/xtensa/src/esp32/esp32_wlan.c                 |    1 -
 arch/xtensa/src/esp32s3/Kconfig                    |    6 +
 arch/xtensa/src/esp32s3/esp32s3_wifi_adapter.c     | 1170 +++++++++++++++++++-
 arch/xtensa/src/esp32s3/esp32s3_wifi_adapter.h     |  348 ++++++
 arch/xtensa/src/esp32s3/esp32s3_wlan.c             |  139 ++-
 arch/xtensa/src/esp32s3/esp32s3_wlan.h             |   18 +
 .../esp32c3-devkit/configs/sta_softap/defconfig    |    2 +-
 .../esp32-devkitc/configs/sta_softap/defconfig     |    2 +-
 .../xtensa/esp32s3/common/src/esp32s3_board_wlan.c |    9 +
 .../configs/{wapi => sta_softap}/defconfig         |    3 +
 19 files changed, 1690 insertions(+), 81 deletions(-)
 copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{wapi => 
sta_softap}/defconfig (96%)

Reply via email to