mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 02:35:23 +03:00
11 lines
265 B
Makefile
11 lines
265 B
Makefile
BINARY := PL2303
|
|
# MCU code
|
|
MCU ?= F103x6
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT ?= stm32f103x6.ld
|
|
#DEFINES := -DUSB1_16 -DSTM32F10X_LD
|
|
DEFINES := -DSTM32F10X_LD
|
|
|
|
include ../makefile.f1
|
|
include ../../makefile.stm32
|