2024-06-03 20:25:53 +03:00

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