atsams-rs / atsamx7x-rust

Rust HAL, PACs, and examples for the Microship SAM E70/S70/V70/V71
Apache License 2.0
24 stars 11 forks source link

Support `embedded-hal 1.0` #74

Open martinmortsell opened 5 months ago

martinmortsell commented 5 months ago

embedded-hal has reached 1.0, There are some changes in traits since 0.2 and we should ideally update atsamx7x-hal accordingly.

michalfita commented 5 months ago

We'd need estimate how many changes there are affecting us. I'll try to check this this week.

We probably need a branch for that as target for any related PRs (I wonder if we can divide works into small chunks), so actually we finish release with new PACs first, before new HAL release is addressed.