File tree 4 files changed +239
-56
lines changed
4 files changed +239
-56
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Added
11
11
12
12
- I2C 10-bit address support for I2c [ #772 ] [ #783 ]
13
+ - FMPI2c APB timings [ #770 ]
13
14
- ` i2c_scanner ` example [ #758 ]
14
15
- Enable ` sdio ` for stm32f446
15
16
- port LTDC implementation and example from stm32f7xx-hal [ #731 ]
@@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
35
[ #725 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/725
35
36
[ #731 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/731
36
37
[ #758 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/758
38
+ [ #770 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/770
37
39
[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
38
40
[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
39
41
[ #783 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/783
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ dsihost = []
506
506
eth = []
507
507
fmc = []
508
508
fsmc = []
509
- fmpi2c1 = []
509
+ fmpi2c1 = [" dep:micromath " ]
510
510
gpiod = []
511
511
gpioe = []
512
512
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