Results 451 comments of Rahix

> Leveraging the power of serde and the toml crate, we get nice error messages whenever a field is missing: nice! :+1: > This is fully backwards-compatible with previous ravedude...

Hi, sorry for only getting back to you now... > A final note/question: Would this be considered a breaking change...? If not, we'd need to find a way to keep...

My personal suggestion would be to just (ab)use the CI for this ;) I do like how the CI currently builds each target individually as this parallelizes builds and also...

(and yeah, it sucks that cargo workspaces interact so badly with projects where different crates need to be built for different targets)

Hm, I was even able to get 115200 baud working okay in the past IIRC so I'd expect this to not be too bad. What board and MCU are you...

(And off-topic: Are you at 37c3 by any chance? :D)

Hmm, so there is this ugly ugly hack that's needed on some boards to get certain serial baudrates working correctly. Maybe you're hitting some version of that? The code is...

I don't think we will see AVR on stable rust anytime soon, there is so much that still needs to be worked on... In any case, here are the big...

Very cool! I think with embedded-hal moving to 1.0, it makes sense to also provide async impls in our HAL where appropriate. I guess we should take a look at...

Hi, we only implement a driver for the hardware SPI peripheral here in `avr-hal`. If you need to talk SPI with different pins you have to use a software implementation...