drivers: i2c: stm32: add support for H7 series
Enable I2C driver for STM32 H7 series. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
f2b9e5235f
commit
39b1f6cbba
6 changed files with 172 additions and 4 deletions
|
@ -70,6 +70,10 @@
|
|||
#include <stm32h7xx_ll_pwr.h>
|
||||
#endif /* CONFIG_COUNTER_RTC_STM32 */
|
||||
|
||||
#ifdef CONFIG_I2C_STM32
|
||||
#include <stm32h7xx_ll_i2c.h>
|
||||
#endif /* CONFIG_I2C_STM32 */
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32F7_SOC_H7_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue