aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardWGNR <[email protected]>2025-11-02 13:18:49 +0500
committerRichardWGNR <[email protected]>2025-11-02 13:18:49 +0500
commit1039f3d611244c00b45a78152e3dccdae48595e8 (patch)
tree618fec0c599e2ed490deea4b0c5e3d34e29f104c
parent6b8fae0c9b29ea2d5429d08a15556ba09b04a0b0 (diff)
stm32: fdcan changelog #4821
-rw-r--r--embassy-stm32/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 0c1c97665..5b7779e67 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -37,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37- change: stm32/uart: BufferedUartRx now returns all available bytes from the internal buffer 37- change: stm32/uart: BufferedUartRx now returns all available bytes from the internal buffer
38- change: timer: added output compare values 38- change: timer: added output compare values
39- feat: timer: add ability to set master mode 39- feat: timer: add ability to set master mode
40 40- feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821))
41-
41## 0.4.0 - 2025-08-26 42## 0.4.0 - 2025-08-26
42 43
43- feat: stm32/sai: make NODIV independent of MCKDIV 44- feat: stm32/sai: make NODIV independent of MCKDIV