File tree Expand file tree Collapse file tree 4 files changed +243
-57
lines changed Expand file tree Collapse file tree 4 files changed +243
-57
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/).
12
12
- Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
13
13
- Port ` dsihost ` implementation from stm32h7xx-hal [ #786 ]
14
14
- I2C 10-bit address support for I2c [ #772 ] [ #783 ]
15
+ - FMPI2c APB timings [ #770 ]
15
16
- ` i2c_scanner ` example [ #758 ]
16
17
- Enable ` sdio ` for stm32f446 [ #764 ]
17
18
- port LTDC implementation and example from stm32f7xx-hal [ #731 ]
@@ -44,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44
45
[ #764 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/764
45
46
[ #768 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/768
46
47
[ #771 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/771
48
+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
47
49
[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
48
50
[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
49
51
[ #774 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/774
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ dsihost = ["embedded-display-controller"]
520
520
eth = []
521
521
fmc = []
522
522
fsmc = []
523
- fmpi2c1 = []
523
+ fmpi2c1 = [" dep:micromath " ]
524
524
gpiod = []
525
525
gpioe = []
526
526
gpiof = []
Original file line number Diff line number Diff line change 1
- //!
1
+ //!
2
2
//! Demonstrates use of I2C bus to configure and use FT6x06 touchscreen controller
3
3
//!
4
4
//! Hardware Required: STM32F412G-DISCO board or STM32F413H-DISCO board
You can’t perform that action at this time.
0 commit comments