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 @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
27
- Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
28
28
- Port ` dsihost ` implementation from stm32h7xx-hal [ #786 ]
29
29
- I2C 10-bit address support for I2c [ #772 ] [ #783 ]
30
+ - FMPI2c APB timings [ #770 ]
30
31
- ` i2c_scanner ` example [ #758 ]
31
32
- Enable ` sdio ` for stm32f446 [ #764 ]
32
33
- port LTDC implementation and example from stm32f7xx-hal [ #731 ]
@@ -62,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
62
63
[ #764 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/764
63
64
[ #768 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/768
64
65
[ #771 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/771
66
+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
65
67
[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
66
68
[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
67
69
[ #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