aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-10-29 17:49:14 -0500
committerxoviat <[email protected]>2025-10-29 17:49:14 -0500
commit575eae0631dee2052569616521b6f3db6f969ac1 (patch)
tree58e44cb4253ad8a3759ec6b669cf4e11d5ba696f
parentcc2bb1c348b595c9bd17e0807f377d04406367dd (diff)
stm32: usart changelog
-rw-r--r--embassy-stm32/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 0c1c97665..99808c233 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -37,6 +37,7 @@ 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- fix: usart: fix race condition in ringbuffered usart
40 41
41## 0.4.0 - 2025-08-26 42## 0.4.0 - 2025-08-26
42 43