add SPI (not tested yet)

This commit is contained in:
Edward Emelianov
2026-02-20 23:38:29 +03:00
parent 6c21d9f91a
commit 061fd8bec8
13 changed files with 167 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ BINARY := multiiface
MCU := F303xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
# add define "-DSPIDMA" to use DMA for SSI encoder, in that case IF1 (USART3) would be interrupt-driven!
DEFINES := -DUSB1_16
include ../makefile.f3