9 lines
189 B
Makefile

BINARY := canusb
# MCU code
MCU := F303xd
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xD.ld
include ../makefile.f3
include ../../makefile.stm32