aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/build.rs
AgeCommit message (Collapse)Author
2025-06-30address clippy::uninlined_format_argsAnton Lazarev
2024-08-07Fix CI with 1.80Emil Fresk
2024-02-23Fix nightly compiler CI failureEmil Fresk
2023-10-03rtic-monotonics: Fix stm32-metapac useNils Fitinghoff
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-09-06expose all stm32-metapac chips as featuresAndres Vahter
add more supported timers