2024-02-13 20:27:10 +03:00

11 lines
267 B
Makefile

BINARY := windshield
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DSTM32F10X_LD
INC_DIR := ../../inc
include ../../makefile.f1
include ../../../makefile.stm32