<orclev[m]>
thejpster: I see you're listed as the owner on a bunch of the RP2040-HAL board support crates, and that there was a issue raised to update to embedded-hal 1.0.0 which looks like that was done at the root of the workspace, but the individual boards haven't been updated it seems. Any chance that's happening soon and we'll see new versions pushed to crates.io? I've got a project using rp2040-hal and I'm trying to figure out if I need
<orclev[m]>
to downgrade to an earlier version of rp2040-hal or pull the board specific HALs out and just directly use rp2040-boot2, or if I can wait for the board support crates to update.
ithinuel[m] has joined #rust-embedded
<ithinuel[m]>
You can do that by adding a `patch` section in your root `Cargo.toml` to instruct cargo to use the GH repo rather than fetching it from crates.io.
<ithinuel[m]>
orclev[m]: If you can try the current state of the upstream GH crate that’d help build a case for publication 🙂
<ithinuel[m]>
ithinuel[m]: We don’t get a lot of feed back about these crates’ stability so if you’re able to confirm that it still work and delivers as intended that’d be great!
<ithinuel[m]>
* be great! ❤️
<orclev[m]>
ithinuel[m]: hmm, good idea, I had been considering if I wanted to try to pull the crates directly, but I wasn't sure what state they were actually in
thejpster[m] has joined #rust-embedded
<thejpster[m]>
orclev[m]: There’s also a dedicated matrix channel listed in the readme and github description, so it’s not strictly necessary to ping individual maintainers on a public holiday to come and do free work.
<orclev[m]>
thejpster[m]: ah, sorry, didn't mean to pressure you I was just curious what the status was. Also didn't consider that it was a holiday, as this is just another weekend for me
<ithinuel[m]>
orclev[m]: As thejpster mentioned #rp-rs:matrix.org is usually the place to go.
<orclev[m]>
ithinuel[m]: yeah, just joined that channel, I hadn't noticed it in the readme. I had seen thejpster listed as the owner on doc.rs, and I know I've seen him in this channel before.
<orclev[m]>
orclev[m]: if I run into problems after I try using the head versions from github I'll provide feedback in rp-rs
Foxyloxy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<ithinuel[m]>
<orclev[m]> "if I run into problems after I..." <- If you don’t encounter any issue, let us know of Matrix as well, It’s good to know when thing Do work as expected too 🙂
Foxyloxy has joined #rust-embedded
<orclev[m]>
<ithinuel[m]> "If you don’t encounter any issue..." <- initial testing looks goods, but I won't know for sure until I've flashed the firmware and done actual hardware testing, that's likely to take a few days