From 5cafe9dd0bfc24b4243cc5e5d6be6b7c7556f3a3 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 5 Jul 2024 18:19:51 +0200 Subject: Fix STM32 Monotonic for peripherals with only two Clock Compare modules (#960) * Update dependencies of stm32g0 timer example * Replace obsolete probe-run with probe-rs run * Modify stm32 monotonic to work with timers that have only 2 compare modules * Add changelog * Fix typo --- 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 3000f88..105f577 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` monotonic for timer peripherals with only two clock compare modules + ## v2.0.1 - 2024-06-02 ### Changed -- cgit v1.2.3