Files
stm32samples/F3:F303/Seven_CDCs/Makefile
2026-02-13 22:35:10 +03:00

10 lines
217 B
Makefile

BINARY := 7DCD_template
# MCU code
MCU := F303xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32