aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-01 18:47:09 +0200
committerGitHub <[email protected]>2023-05-01 18:47:09 +0200
commit6ee45f5ec01208bdcb38f23bf46dcdac141ff6e7 (patch)
treef0c2d692ade1139d963c0e890301b9f765c4d02c /README.md
parent1296817f7b2a6202e9fe0afa1294c142ad410130 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d0920aae2..fe8d5d93b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ WIP driver for the CYW43439 wifi chip, used in the Raspberry Pi Pico W. Implemen
7Working: 7Working:
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
17TODO: 19TODO:
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