RIOT-OS / rust-riot-wrappers

The `riot-wrappers` crate, which enables high-level access to RIOT from the Rust programming language
13 stars 11 forks source link

Roll over to stable embedded-hal #65

Closed chrysn closed 1 month ago

chrysn commented 11 months ago

There is now an RC1 of embedded-hal, let's update.

Unless someone says here that they want to migrate slowly, I'd make this a flag day switch with the next breaking version.

chrysn commented 1 month ago

In https://github.com/RIOT-OS/rust-riot-wrappers/pull/73, embedded-hal 1.0 was added without removing 0.2 support.

Still, 0.2 support is in for some peripherals; removing that as part of 0.9. (embedded-hal 0.2 support is staying in for peripherals that don't have a HAL in 1.0 -- not sure what to do with those).