drivers: spi: Add STM32G4X SPI support

Add SPI 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:45:03 +01:00 committed by Andrew Boie
commit 794606f866
4 changed files with 59 additions and 1 deletions

View file

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