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 b2f5031  xtensa/esp32: Refactor ESP32 WiFi driver to support station 
and softAP coexistence
     add 458caf2  riscv/esp32c3: Add ESP32-C3 WLAN netcard driver

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/Kconfig                                |    5 +
 arch/risc-v/include/esp32c3/irq.h                  |    4 +
 .../src/esp32 => risc-v/src/esp32c3}/.gitignore    |    0
 arch/risc-v/src/esp32c3/Kconfig                    |   94 +
 arch/risc-v/src/esp32c3/Make.defs                  |   41 +-
 arch/risc-v/src/esp32c3/esp32c3_irq.c              |   95 +-
 arch/risc-v/src/esp32c3/esp32c3_irq.h              |   20 +
 .../src/esp32c3/esp32c3_rt_timer.c}                |   94 +-
 .../src/esp32c3/esp32c3_rt_timer.h}                |   36 +-
 arch/risc-v/src/esp32c3/esp32c3_tim.c              |   36 +-
 arch/risc-v/src/esp32c3/esp32c3_tim.h              |    8 +
 arch/risc-v/src/esp32c3/esp32c3_tim_lowerhalf.c    |    4 +-
 .../src/esp32c3/esp32c3_wifi_adapter.c}            | 1902 +++++---------------
 .../risc-v/src/esp32c3/esp32c3_wifi_adapter.h      |  187 +-
 .../src/esp32c3/esp32c3_wlan.c}                    |  762 +++-----
 .../src/esp32c3/esp32c3_wlan.h}                    |   33 +-
 arch/risc-v/src/esp32c3/hardware/esp32c3_syscon.h  |  644 +++++++
 .../esp32c3/esp32c3-devkit}/configs/wapi/defconfig |   30 +-
 .../esp32c3/esp32c3-devkit/scripts/esp32c3.ld      |    8 +
 .../esp32c3/esp32c3-devkit/scripts/esp32c3_rom.ld  |   26 +-
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |   11 +
 .../esp32c3/esp32c3-devkit/src/esp32c3_timer.c     |    2 +-
 22 files changed, 1856 insertions(+), 2186 deletions(-)
 copy arch/{xtensa/src/esp32 => risc-v/src/esp32c3}/.gitignore (100%)
 copy arch/{xtensa/src/esp32/esp32_rt_timer.c => 
risc-v/src/esp32c3/esp32c3_rt_timer.c} (88%)
 copy arch/{xtensa/src/esp32/esp32_rt_timer.h => 
risc-v/src/esp32c3/esp32c3_rt_timer.h} (86%)
 copy arch/{xtensa/src/esp32/esp32_wifi_adapter.c => 
risc-v/src/esp32c3/esp32c3_wifi_adapter.c} (76%)
 copy include/nuttx/drivers/drivers.h => 
arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.h (55%)
 copy arch/{xtensa/src/esp32/esp32_wlan.c => risc-v/src/esp32c3/esp32c3_wlan.c} 
(67%)
 copy arch/{arm/src/lc823450/lc823450_lowputc.h => 
risc-v/src/esp32c3/esp32c3_wlan.h} (79%)
 create mode 100644 arch/risc-v/src/esp32c3/hardware/esp32c3_syscon.h
 copy boards/{xtensa/esp32/esp32-ethernet-kit => 
risc-v/esp32c3/esp32c3-devkit}/configs/wapi/defconfig (74%)

Reply via email to