2023-01-18 23:44:23 +03:00

9 lines
199 B
Makefile

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