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
Daniel Starke 2022-10-28 20:24:13 +02:00
parent 53d043d3a2
commit 540d78eb9c
No known key found for this signature in database
GPG Key ID: 56CA20D8D1071E5C
1 changed files with 2 additions and 1 deletions

View File

@ -3211,7 +3211,8 @@
"STM32H723xx"
],
"overrides": {
"system_power_supply": "PWR_LDO_SUPPLY"
"system_power_supply": "PWR_LDO_SUPPLY",
"i2c_timing_value_algo": true
}
},
"MCU_STM32H725xE": {