rtic/rtic-monotonics
datdenkikniet 002d0b0d16 Make embedded-hal-async dependency optional for better compatibility with HALs
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
2023-03-01 00:35:19 +01:00
..
src Make embedded-hal-async dependency optional for better compatibility with HALs 2023-03-01 00:35:19 +01:00
.gitignore Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) 2023-03-01 00:33:31 +01:00
Cargo.toml Make embedded-hal-async dependency optional for better compatibility with HALs 2023-03-01 00:35:19 +01:00
CHANGELOG.md rtic-monotonics: Simplify features, default is 1kHz 2023-03-01 00:35:13 +01:00
rust-toolchain.toml Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) 2023-03-01 00:33:31 +01:00