| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Make embedded-hal-async dependency optional for better compatibility with HALs | datdenkikniet | |
| 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 | rtic-monotonics: Feature gate monotonics correctly to support multiple MCUs | Emil Fresk | |
| 2023-03-01 | RP2040 monotonic, rename systick monotonic to not have double name | Emil Fresk | |
