File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
32
features, can no longer be disabled. ([ #259 ] )
33
33
1 . The "unproven" features are no longer unproven and used anywhere anyways.
34
34
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 ] )
35
37
36
38
### Breaking Changes
37
39
@@ -367,6 +369,7 @@ let clocks = rcc
367
369
[ defmt ] : https://github.com/knurling-rs/defmt
368
370
[ filter ] : https://defmt.ferrous-systems.com/filtering.html
369
371
372
+ [ #260 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/260
370
373
[ #259 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/259
371
374
[ #257 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/257
372
375
[ #255 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/255
You can’t perform that action at this time.
0 commit comments