Edward Emelianov bfb659e234 start writting
2024-05-29 20:17:35 +03:00

11 lines
252 B
Makefile

BINARY := fx3u
# MCU code
MCU ?= F103xC
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103xC.ld
DEFINES := -DSTM32F10X_HD
INC_DIR := ../inc
include ../makefile.f1
include ../../makefile.stm32