2023-02-18 20:02:11 +03:00

10 lines
202 B
Makefile

BINARY := flash
# MCU code
MCU := G070xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g070xb.ld
include ../makefile.g0
include ../../makefile.stm32