Skip to content

Commit a9425a3

Browse files
committed
timclk1 instead of ppre1 in Clocks
1 parent 2da48ae commit a9425a3

File tree

3 files changed

+131
-142
lines changed

3 files changed

+131
-142
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12-
- `rcc::Enable`, `rcc::LPEnable` traits
12+
- `rcc::Enable`, `rcc::LPEnable` traits, timclk in `Clocks` instead of prescalers [#665]
1313
- move gpio, dma impls, adc pins in subdir, remove unused `From` impls [#658] [#664]
1414
- Bump `embedded-hal` to `1.0.0-alpha.10`. See [their changelog][embedded-hal-1.0.0-alpha.10] for further details. Note that this included breaking changes to the previous alpha APIs. [#663]
1515
- Fix race condition in sending start condition in I2C. [#662]
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
[#662]: https://github.com/stm32-rs/stm32f4xx-hal/pull/662
1919
[#663]: https://github.com/stm32-rs/stm32f4xx-hal/pull/663
2020
[#664]: https://github.com/stm32-rs/stm32f4xx-hal/pull/664
21+
[#665]: https://github.com/stm32-rs/stm32f4xx-hal/pull/665
2122
[embedded-hal-1.0.0-alpha.10]: https://github.com/rust-embedded/embedded-hal/blob/v1.0.0-alpha.10/embedded-hal/CHANGELOG.md
2223

2324
## [v0.16.2] - 2023-06-27

0 commit comments

Comments
 (0)