Add SPI driver

This commit is contained in:
2021-01-02 18:56:29 +01:00
parent bea8e2df74
commit 2d29857c2f
3 changed files with 47 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ DEFINES += -DSHELLMATTA_HELP_ALIAS=\"?\"
# RCC Manager
CFILES += stm-periph/rcc-manager.c
CFILES += stm-periph/uart.c stm-periph/dma-ring-buffer.c stm-periph/backup-ram.c
CFILES += stm-periph/rng.c
CFILES += stm-periph/rng.c stm-periph/spi.c
CFILES += digio.c
CFILES += stm-periph/unique-id.c
CFILES += calibration.c