File tree Expand file tree Collapse file tree 4 files changed +241
-58
lines changed Expand file tree Collapse file tree 4 files changed +241
-58
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212 - Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
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 [ #764 ]
1718 - port LTDC implementation and example from stm32f7xx-hal [ #731 ]
@@ -44,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4445[ #764 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/764
4546[ #768 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/768
4647[ #771 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/771
48+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
4749[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
4850[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
4951[ #774 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/774
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ dsihost = ["embedded-display-controller"]
509509eth = []
510510fmc = []
511511fsmc = []
512- fmpi2c1 = []
512+ fmpi2c1 = [" dep:micromath " ]
513513gpiod = []
514514gpioe = []
515515gpiof = []
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments