Commit 0ec496a
committed
lib/cyw43-driver: Update driver to latest version v1.1.0.
Includes various fixes and improvements to the WLAN driver, in particular:
- Add WPA3 STA and AP support.
- Attempt to reconnect to AP in response to validation error.
- Update 43439 BT firmware for Data Length Extension fix.
Signed-off-by: Damien George <damien@micropython.org>1 parent 3823aeb commit 0ec496a
File tree
4 files changed
+4
-3
lines changed- lib
- ports
- mimxrt
- rp2
- stm32
4 files changed
+4
-3
lines changedSubmodule cyw43-driver updated 34 files
- .github/workflows/code_formatting.yml+2-1
- .github/workflows/tests_clang.yml+19
- firmware/cyw43_btfw_1yn.h+412
- firmware/cyw43_btfw_43439.h+576-505
- firmware/cyw43_btfw_4343A1.h+3
- firmware/w43439_sdio_1yn_7_95_59_combined.h+19.5k
- firmware/wifi_nvram_1yn.h+91
- firmware/wifi_nvram_43439.h+1-1
- src/cyw43.h+57-7
- src/cyw43_bthci_uart.c+331
- src/cyw43_config.h+45
- src/cyw43_ctrl.c+23-15
- src/cyw43_internal.h+4-1
- src/cyw43_ll.c+106-61
- src/cyw43_ll.h+5-6
- src/cyw43_lwip.c+8-1
- src/cyw43_sdio.c+6
- src/cyw43_spi.c+157
- src/cyw43_spi.h+2-3
- src/cyw43_stats.c+1-1
- tests/bthci_uart/Makefile+6
- tests/bthci_uart/cyw43_configport.h+56
- tests/bthci_uart/main.c+34
- tests/bthci_uart/test.exp+1.2k
- tests/debug_print/Makefile+1
- tests/debug_print/cyw43_configport.h+16-2
- tests/debug_print/main.c+18
- tests/mock_sdio.c-1
- tests/mock_uart.c+22
- tests/sdio/Makefile+1
- tests/sdio/cyw43_configport.h+16-2
- tests/sdio/main.c+18
- tests/test_common.mk+5-2
- tools/ci.sh+25-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments