Conversation
|
@jannic Great start! Are you developing the WiFi Driver, or are you looking for contributors? |
|
@DavidBChristensen there is already a wifi driver that is working with embassy-rp |
|
I definitely plan to somehow integrate the driver into the pico-w BSP, but I didn't start yet. Any help is appreciated! |
228edeb to
a3279bd
Compare
|
The version in this branch is now able to join a wireless network. It does respond to pings! Probably other smoltcp features work as well, I just didn't test them yet. However, it's not yet stable: Bombarding the device with IP packets quickly leads to error messages from the cyw43 driver and subsequent firmware crashes. |
Co-authored-by: 9names <60134748+9names@users.noreply.github.com>
See korken89/fugit#36. Here, we know that the underlying u64 won't overflow, so const_cmp is fine.
See korken89/fugit#36. Here, we know that the underlying u64 won't overflow, so const_cmp is fine.
|
Is this still active? What happened here? |
|
It's currently on hold because I want rp-hal to work on stable rust, and some of the dependencies from embassy are still nightly-only. It might be possible to fork them and build a less ergonomic variant which works on stable. However, I don't have time to do that. |
|
What do we need in the HAL to support this that requires nightly? |
In fact I misremembered, the nightly requirement was already solved.
|
Now that the embassy crates have been released, can this PR be completed? |
This is very much a WIP - don't take anything for granted.