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/).
12
12
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
17
18
- port LTDC implementation and example from stm32f7xx-hal [ #731 ]
@@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
38
[ #725 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/725
38
39
[ #731 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/731
39
40
[ #758 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/758
41
+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
40
42
[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
41
43
[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
42
44
[ #783 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/783
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ dsihost = ["embedded-display-controller"]
509
509
eth = []
510
510
fmc = []
511
511
fsmc = []
512
- fmpi2c1 = []
512
+ fmpi2c1 = [" dep:micromath " ]
513
513
gpiod = []
514
514
gpioe = []
515
515
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