Adam Greig
Adam Greig
I am generally :+1: on this plan but I worry about edge cases where the rustfmt style is really bad for embedded, especially (only?) how it handles svd2rust's API with...
Just to throw another option in the mix, GitHub Actions can trigger a script on push to master that can itself push back to master, so we could have that...
It's not likely any more hs-probe will be made soon due to parts shortages, but there has been work on a new probe [here (rusty-probe)](https://github.com/probe-rs/rusty-probe) which does include level-shifters for...
I've renamed this repo and published to https://crates.io/crates/embedded-alloc :tada:
Thanks for the reminder, done.
I believe @randolf-scholz's issue is what I've reported as a separate issue in #7702, I couldn't find any other issue about it.
What do you think of still going ahead with the plan to split spi into two structs, one that just does SpiBus and one that just does SpiDevice, as described...
In case it's helpful, my workaround for this ended up being explicitly enumerating the possible permutations with help of a macro, since I only had to support four optional and...
I've moved this over to the `cortex-m` repository as that's where any fix would have to go. Thanks for reporting, this is an easy thing for people to miss especially...