Files
stm32samples/F1:F103/shutter/UNISTABLE/Makefile
2024-10-07 14:29:27 +03:00

11 lines
266 B
Makefile

BINARY := shutter
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DUSB1_16 -DSTM32F10X_LD
INC_DIR := ../../inc
include ../../makefile.f1
include ../../../makefile.stm32