Skip to content

Commit e3d98e4

Browse files
committed
Update changelog
1 parent 5f874fe commit e3d98e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232
features, can no longer be disabled. ([#259])
3333
1. The "unproven" features are no longer unproven and used anywhere anyways.
3434
2. This crate was not building successfully without the unproven feature.
35+
- Set the correct baud rate for chips where `USART1SW_A::PCLK` leads to a baud rate
36+
derived from PCLK1, rather than the ports own bus clock, PCLK2. ([#260])
3537

3638
### Breaking Changes
3739

@@ -367,6 +369,7 @@ let clocks = rcc
367369
[defmt]: https://github.com/knurling-rs/defmt
368370
[filter]: https://defmt.ferrous-systems.com/filtering.html
369371

372+
[#260]: https://github.com/stm32-rs/stm32f3xx-hal/pull/260
370373
[#259]: https://github.com/stm32-rs/stm32f3xx-hal/pull/259
371374
[#257]: https://github.com/stm32-rs/stm32f3xx-hal/pull/257
372375
[#255]: https://github.com/stm32-rs/stm32f3xx-hal/pull/255

0 commit comments

Comments
 (0)