stm32g0: add spi.

classic "common" spi + frf bit spi peripheral.
As for i2c, i could only check signals on scope, no spi slave to check, but looks ok.
This commit is contained in:
Guillaume Revaillot
2019-01-21 12:07:43 +01:00
parent a51ecb4719
commit ba3b50a4ad
3 changed files with 37 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ OBJS += pwr.o
OBJS += rcc.o rcc_common_all.o
OBJS += iwdg_common_all.o
OBJS += usart_common_all.o usart_common_v2.o
OBJS += spi_common_all.o spi_common_v1_frf.o
VPATH +=../:../../cm3:../common