Skip to content

Commit b078771

Browse files
committed
FMPI2c timings
1 parent 910163d commit b078771

File tree

4 files changed

+241
-58
lines changed

4 files changed

+241
-58
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
- Port `dsihost` implementation from stm32h7xx-hal [#786]
1414
- I2C 10-bit address support for I2c [#772] [#783]
15+
- FMPI2c APB timings [#770]
1516
- `i2c_scanner` example [#758]
1617
- Enable `sdio` for stm32f446
1718
- port LTDC implementation and example from stm32f7xx-hal [#731]
@@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3738
[#725]: https://github.com/stm32-rs/stm32f4xx-hal/pull/725
3839
[#731]: https://github.com/stm32-rs/stm32f4xx-hal/pull/731
3940
[#758]: https://github.com/stm32-rs/stm32f4xx-hal/pull/758
41+
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
4042
[#772]: https://github.com/stm32-rs/stm32f4xx-hal/pull/772
4143
[#773]: https://github.com/stm32-rs/stm32f4xx-hal/pull/773
4244
[#783]: https://github.com/stm32-rs/stm32f4xx-hal/pull/783

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ dsihost = ["embedded-display-controller"]
509509
eth = []
510510
fmc = []
511511
fsmc = []
512-
fmpi2c1 = []
512+
fmpi2c1 = ["dep:micromath"]
513513
gpiod = []
514514
gpioe = []
515515
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)