2023-01-23 12:19:19 +03:00

9 lines
194 B
Makefile

BINARY := usbtemplate
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
include ../makefile.f3
include ../../makefile.stm32