From 2ac85c8317d3cc1c1f90e45245631ad13356dde9 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Fri, 7 Nov 2025 11:15:50 -0500 Subject: Support external SYST clock source Give users the option to configure SYST with an external clock source. By default, the clock source is the core, which keeps us backwards compatible. `_start` has a new input, but since users don't call that function directly, it doesn't seem like a problem to break that public API. --- 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 d8c1c1c..c73ef77 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -10,6 +10,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Changed - Panic if STM32 prescaler value would overflow +### Added + +- Cortex-M `systick` can be configured with its external clock source + ## v2.1.0 - 2025-06-22 ### Changed -- cgit v1.2.3