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:
parent
c68e027c28
commit
4ce35300c8
5 changed files with 83 additions and 2 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue