seems like it works, the rest is only CDC and composite; and then test on 072 and 303

This commit is contained in:
Edward Emelianov
2025-01-03 20:06:40 +03:00
parent 31261f7be2
commit 2a88a7569d
49 changed files with 2229 additions and 133 deletions

View File

@@ -0,0 +1,9 @@
BINARY := someusb
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DSTM32F10X_LD
include ../makefile.f1
include ../../makefile.stm32