Files
stm32samples/F1:F103/USB_New_concept/USB_NEW_concept_HID/Makefile

10 lines
229 B
Makefile

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