From c1b22c8624ef299d21efc788155bf60e2b736a3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:11:56 +0000 Subject: [PATCH] chore(release): prepare v6.1.3 --- .../{ => archive/v6.1.3}/spi45-hsi-clock-source.md | 0 CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) rename .changesets/{ => archive/v6.1.3}/spi45-hsi-clock-source.md (100%) diff --git a/.changesets/spi45-hsi-clock-source.md b/.changesets/archive/v6.1.3/spi45-hsi-clock-source.md similarity index 100% rename from .changesets/spi45-hsi-clock-source.md rename to .changesets/archive/v6.1.3/spi45-hsi-clock-source.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e00e97e6b..8582dc5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The revived semantic-versioning baseline starts at `v5.0.0`. Historical releases that predate this file remain available in Git tags such as `v1.0.0`, `v3.0.0`, `v4.0.0-beta`, and `h10`. +## v6.1.3 - 2026-06-02 + +### Fixes + +- Drive SPI4 and SPI5 from HSI for stable 2 MHz BMS transfers + SPI4 and SPI5 now use the 64 MHz HSI peripheral clock source instead of PCLK2, + allowing a 2 MHz request to select the /32 SPI prescaler deterministically. + ## v6.1.2 - 2026-05-29 ### Fixes diff --git a/VERSION b/VERSION index 5e3254243..88d06f108 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.2 +6.1.3