aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2024-07-05 18:19:51 +0200
committerGitHub <noreply@github.com>2024-07-05 16:19:51 +0000
commit5cafe9dd0bfc24b4243cc5e5d6be6b7c7556f3a3 (patch)
tree8ac2f80263c1cd82e1dbc62dd3153ae66d9692d0 /rtic-monotonics/CHANGELOG.md
parent624f643a976fc0676750de9c22d789115cba21c1 (diff)
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
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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