diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-11-07 11:15:50 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-11-08 09:48:18 -0500 |
| commit | 2ac85c8317d3cc1c1f90e45245631ad13356dde9 (patch) | |
| tree | c59ab0b53c03986f3356c6676192e1db5e9c088a /rtic-monotonics/CHANGELOG.md | |
| parent | c305c18db0855e8fdf300ec2227b3b3410713646 (diff) | |
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.
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
