mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-15 12:25:19 +01:00
Some hals implement traits for embedded-hal version `=1.0.0.alpha.<not 9>`, which is explicitly incompatible with the version `=1.0.0.alpha.9` which embedded-hal-async depends on. Making the dependency optional allows downstream projects to include rtic-monotonic without requiring that all of their other libraries also implement that specific version of embedded-hal 1.0 |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| rp2040.rs | ||
| systick.rs | ||