Skip to content

Commit 524310d

Browse files
committed
FMPI2c timings
1 parent a3f100e commit 524310d

File tree

4 files changed

+243
-57
lines changed

4 files changed

+243
-57
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2727
- Add `f469disc-lcd-test` with color/BER test pattern LCD output [#789]
2828
- Port `dsihost` implementation from stm32h7xx-hal [#786]
2929
- I2C 10-bit address support for I2c [#772] [#783]
30+
- FMPI2c APB timings [#770]
3031
- `i2c_scanner` example [#758]
3132
- Enable `sdio` for stm32f446 [#764]
3233
- port LTDC implementation and example from stm32f7xx-hal [#731]
@@ -62,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6263
[#764]: https://github.com/stm32-rs/stm32f4xx-hal/pull/764
6364
[#768]: https://github.com/stm32-rs/stm32f4xx-hal/pull/768
6465
[#771]: https://github.com/stm32-rs/stm32f4xx-hal/pull/771
66+
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
6567
[#772]: https://github.com/stm32-rs/stm32f4xx-hal/pull/772
6668
[#773]: https://github.com/stm32-rs/stm32f4xx-hal/pull/773
6769
[#774]: https://github.com/stm32-rs/stm32f4xx-hal/pull/774

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ dsihost = ["embedded-display-controller"]
520520
eth = []
521521
fmc = []
522522
fsmc = []
523-
fmpi2c1 = []
523+
fmpi2c1 = ["dep:micromath"]
524524
gpiod = []
525525
gpioe = []
526526
gpiof = []

examples/display-touch.rs

Lines changed: 1 addition & 1 deletion
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)