Skip to content

Commit

Permalink
FMPI2c timings
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 29, 2024
1 parent eca5943 commit 177f51a
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 78 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- I2C 10-bit address support for I2c [#772] [#783]
- FMPI2c APB timings [#770]
- `i2c_scanner` example [#758]
- Enable `sdio` for stm32f446
- port LTDC implementation and example from stm32f7xx-hal [#731]
Expand All @@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#725]: https://github.com/stm32-rs/stm32f4xx-hal/pull/725
[#731]: https://github.com/stm32-rs/stm32f4xx-hal/pull/731
[#758]: https://github.com/stm32-rs/stm32f4xx-hal/pull/758
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
[#772]: https://github.com/stm32-rs/stm32f4xx-hal/pull/772
[#773]: https://github.com/stm32-rs/stm32f4xx-hal/pull/773
[#783]: https://github.com/stm32-rs/stm32f4xx-hal/pull/783
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ dsihost = []
eth = []
fmc = []
fsmc = []
fmpi2c1 = []
fmpi2c1 = ["dep:micromath"]
gpiod = []
gpioe = []
gpiof = []
Expand Down
2 changes: 1 addition & 1 deletion examples/display-touch.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//!
//!
//! Demonstrates use of I2C bus to configure and use FT6x06 touchscreen controller
//!
//! Hardware Required: STM32F412G-DISCO board or STM32F413H-DISCO board
Expand Down
Loading

0 comments on commit 177f51a

Please sign in to comment.