copy InterfaceBoard as 7CDCs template

This commit is contained in:
Edward Emelianov
2026-02-13 22:35:10 +03:00
parent 522e1e2ee3
commit 148c25b555
63 changed files with 3919 additions and 1163 deletions

View File

@@ -0,0 +1,9 @@
BINARY := sevenCDCs
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32