9names
9names
Yep, existing crate and Pico demos should work fine. You should switch any code using gpio25 as led to one of the other pins that are broken out
Only wifi. There's an open PR for adding Bluetooth support. https://github.com/embassy-rs/embassy/pull/1820 If you're looking for ble right now, I don't think this is going to help you.
Yeah, they still have a function in RAM for coordinating the whole thing though. Also note it's pretty much impossible to do this safely while using both cores unless we...
I spent a little bit of time reading how the pico-sdk handles the second core during flash writes. They hook the SIO interrupt up to RAM function! On receipt of...
I assume we will still build some BSPs as part of our CI to help catch unintended breakage? Pro: a change to the HAL doesn't require N * number of...
> Move the BSPs out of the rp-hal repo, into a single rp-bsps repo I think this is the best way forward. It cleans up the history + issue +...
pio-proc and pio-parser are presently owned exclusively by @thejpster. the admin team should get added to the owners on crates.io, too.
I like the idea, but just replacing the UART output with USB-UART output doesn't really improve the situation. A better option would be to have a optional `logger` feature in...
@maximeborges The branch where this work took place is https://github.com/rp-rs/rp-hal/tree/rp-dma It has not been touched in 7 months. I would call the status of this implementation "abandoned". Use it as...
No progress