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:
parent
4ce35300c8
commit
794606f866
4 changed files with 59 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue