diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-01 18:47:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-01 18:47:09 +0200 |
| commit | 6ee45f5ec01208bdcb38f23bf46dcdac141ff6e7 (patch) | |
| tree | f0c2d692ade1139d963c0e890301b9f765c4d02c /README.md | |
| parent | 1296817f7b2a6202e9fe0afa1294c142ad410130 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -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 |
