drivers: i2c: Add STM32G4X I2C support

Add I2C driver support for STM32G4X SoC series.

Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
Richard Osterloh 2019-09-04 09:44:35 +01:00 committed by Andrew Boie
commit 4ce35300c8
5 changed files with 83 additions and 2 deletions

View file

@ -48,6 +48,10 @@
#include <stm32g4xx_ll_lpuart.h>
#endif /* CONFIG_SERIAL_HAS_DRIVER */
#ifdef CONFIG_I2C
#include <stm32g4xx_ll_i2c.h>
#endif /* CONFIG_I2C */
#endif /* !_ASMLANGUAGE */
#endif /* _STM32G4_SOC_H_ */