diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -7,6 +7,8 @@ WIP driver for the CYW43439 wifi chip, used in the Raspberry Pi Pico W. Implemen | |||
| 7 | Working: | 7 | Working: |
| 8 | 8 | ||
| 9 | - Station mode (joining an AP). | 9 | - Station mode (joining an AP). |
| 10 | - AP mode (creating an AP) | ||
| 11 | - Scanning | ||
| 10 | - Sending and receiving Ethernet frames. | 12 | - Sending and receiving Ethernet frames. |
| 11 | - Using the default MAC address. | 13 | - Using the default MAC address. |
| 12 | - [`embassy-net`](https://embassy.dev) integration. | 14 | - [`embassy-net`](https://embassy.dev) integration. |
| @@ -16,10 +18,7 @@ Working: | |||
| 16 | 18 | ||
| 17 | TODO: | 19 | TODO: |
| 18 | 20 | ||
| 19 | - AP mode (creating an AP) | ||
| 20 | - Scanning | ||
| 21 | - Setting a custom MAC address. | 21 | - Setting a custom MAC address. |
| 22 | - Investigate why can [this](https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/pico_cyw43_driver) use higher PIO speed. | ||
| 23 | - Bus sleep (unclear what the benefit is. Is it needed for IRQs? or is it just power consumption optimization?) | 22 | - Bus sleep (unclear what the benefit is. Is it needed for IRQs? or is it just power consumption optimization?) |
| 24 | 23 | ||
| 25 | ## Running the example | 24 | ## Running the example |
