From 8824202c5ac8a6afb3a328c90259b69d472b33e2 Mon Sep 17 00:00:00 2001 From: Nils Fitinghoff Date: Mon, 2 Oct 2023 16:17:39 +0200 Subject: 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. --- rtic-monotonics/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtic-monotonics/CHANGELOG.md') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 6b5761c..af3136c 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +### Fixed + +- Fix STM32 support for other chip families + ## v1.2.0 - 2023-09-19 ### Added -- cgit v1.2.3