Closed chemicstry closed 2 years ago
@chemicstry chemicstry Thanks for the PR. I validated the code on my STMF3 - it compiles and runs. Please reformat line endings from CR/LF (Windows) to LF (*nix) and resubmit. Once this is done, I'll merge the code.
Thanks.
The crate was not usable on any other target, because it always pulled in F3 HAL.
I moved it to
dev-dependencies
instead and also bumped versions. The example compiles, but I don't have an F3 board to test it.I tested in on an STM32F429ZIT6 project instead and seems to work fine. Thanks for the crate!