Update README.md

This commit is contained in:
Dario Nieuwenhuis 2023-05-01 18:47:09 +02:00 committed by GitHub
parent 1296817f7b
commit 6ee45f5ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ WIP driver for the CYW43439 wifi chip, used in the Raspberry Pi Pico W. Implemen
Working:
- Station mode (joining an AP).
- AP mode (creating an AP)
- Scanning
- Sending and receiving Ethernet frames.
- Using the default MAC address.
- [`embassy-net`](https://embassy.dev) integration.
@ -16,10 +18,7 @@ Working:
TODO:
- AP mode (creating an AP)
- Scanning
- Setting a custom MAC address.
- Investigate why can [this](https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/pico_cyw43_driver) use higher PIO speed.
- Bus sleep (unclear what the benefit is. Is it needed for IRQs? or is it just power consumption optimization?)
## Running the example