rtic/rtic-monotonics
Nils Fitinghoff 8824202c5a rtic-monotonics: Fix stm32-metapac use
Previously, the stm32 monotonics only compiled for some chip families. For
example, stm32g081kb worked, but not stm32f407*.

The stm32-metapac does not directly unify peripheral names between the
many stm32 families, but provides tools for build scripts to generate
code that uses the right names for the selected chip. Use that mechanism
instead of targeting a specific family.
2023-10-03 20:50:50 +00:00
..
src rtic-monotonics: Fix stm32-metapac use 2023-10-03 20:50:50 +00:00
.gitignore Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) 2023-03-01 00:33:31 +01:00
build.rs rtic-monotonics: Fix stm32-metapac use 2023-10-03 20:50:50 +00:00
Cargo.toml rtic-monotonics: Fix stm32-metapac use 2023-10-03 20:50:50 +00:00
CHANGELOG.md rtic-monotonics: Fix stm32-metapac use 2023-10-03 20:50:50 +00:00
rust-toolchain.toml Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) 2023-03-01 00:33:31 +01:00