add pre-pre alpha of 7 CDCs

This commit is contained in:
eddyem
2023-04-18 19:13:55 +03:00
parent c54b35c606
commit 4f0a3a0429
28 changed files with 2646 additions and 0 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