Skip to content

Commit c39a962

Browse files
committed
FMPI2c timings
1 parent 45a7c56 commit c39a962

File tree

4 files changed

+239
-56
lines changed

4 files changed

+239
-56
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111

1212
- I2C 10-bit address support for I2c [#772] [#783]
13+
- FMPI2c APB timings [#770]
1314
- `i2c_scanner` example [#758]
1415
- Enable `sdio` for stm32f446
1516
- port LTDC implementation and example from stm32f7xx-hal [#731]
@@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3435
[#725]: https://github.com/stm32-rs/stm32f4xx-hal/pull/725
3536
[#731]: https://github.com/stm32-rs/stm32f4xx-hal/pull/731
3637
[#758]: https://github.com/stm32-rs/stm32f4xx-hal/pull/758
38+
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
3739
[#772]: https://github.com/stm32-rs/stm32f4xx-hal/pull/772
3840
[#773]: https://github.com/stm32-rs/stm32f4xx-hal/pull/773
3941
[#783]: https://github.com/stm32-rs/stm32f4xx-hal/pull/783

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ dsihost = []
506506
eth = []
507507
fmc = []
508508
fsmc = []
509-
fmpi2c1 = []
509+
fmpi2c1 = ["dep:micromath"]
510510
gpiod = []
511511
gpioe = []
512512
gpiof = []

examples/display-touch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//!
1+
//!
22
//! Demonstrates use of I2C bus to configure and use FT6x06 touchscreen controller
33
//!
44
//! Hardware Required: STM32F412G-DISCO board or STM32F413H-DISCO board

0 commit comments

Comments
 (0)