mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 02:35:23 +03:00
11 lines
252 B
Makefile
11 lines
252 B
Makefile
BINARY := fx3u
|
|
# MCU code
|
|
MCU ?= F103xE
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT ?= stm32f103xE.ld
|
|
DEFINES := -DSTM32F10X_HD
|
|
INC_DIR := ../inc
|
|
|
|
include ../makefile.f1
|
|
include ../../makefile.stm32
|