Files
stm32samples/G0:G070,G0B1/usart/Makefile
Edward Emelianov 71d30dd19a rename G0:G070
2026-03-01 23:12:53 +03:00

10 lines
202 B
Makefile

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