aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
AgeCommit message (Collapse)Author
2023-04-02Added nRF monotonicsEmil Fresk
2023-03-04CFG: Align all crates to use hyphenHenrik Tjäder
2023-03-01Make embedded-hal-async dependency optional for better compatibility with HALsdatdenkikniet
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-01rtic-monotonics: Feature gate monotonics correctly to support multiple MCUsEmil Fresk
2023-03-01RP2040 monotonic, rename systick monotonic to not have double nameEmil Fresk
2023-03-01rtic-monotonics: Simplify features, default is 1kHzHenrik Tjäder
Make 100 Hz or 10 kHz opt in through features, which are meant for testing primarily.
2023-03-01Make xtask pass, clean up rtic Cargo.tomlEmil Fresk
2023-03-01Add authors to each Cargo.tomlHenrik Tjäder
Copy-paste the default one used for the project
2023-03-01Add alpha.0 and required Cargo fieldsHenrik Tjäder
2023-03-01Added examples for async crates + fixed codegen for non-Copy argumentsEmil Fresk
2023-03-01Fixed systick monotonicEmil Fresk
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk