mirror of https://github.com/ARMmbed/mbed-os.git
Fix I2C for MCU_STM32H723xG
Add I2C configuration to MCU_STM32H723xG in target.json as suggested by @jeromecoutant. Signed-off-by: Daniel Starke <daniel-email@gmx.net>pull/15343/head
parent
53d043d3a2
commit
540d78eb9c
|
@ -3211,7 +3211,8 @@
|
||||||
"STM32H723xx"
|
"STM32H723xx"
|
||||||
],
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"system_power_supply": "PWR_LDO_SUPPLY"
|
"system_power_supply": "PWR_LDO_SUPPLY",
|
||||||
|
"i2c_timing_value_algo": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MCU_STM32H725xE": {
|
"MCU_STM32H725xE": {
|
||||||
|
|
Loading…
Reference in New Issue