2023-04-17 15:18:33 +03:00

10 lines
210 B
Makefile

BINARY := pl2303
# 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