mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
BINARY := PL2303
|
|
# MCU code
|
|
MCU ?= F103x8
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT ?= stm32f103x8.ld
|
|
DEFINES := -DSTM32F10X_MD
|
|
|
|
include ../makefile.f1
|
|
include ../../makefile.stm32
|