Files
stm32samples/G0:G070/g0b1/Makefile
2026-03-01 23:11:22 +03:00

10 lines
201 B
Makefile

BINARY := test
# MCU code
MCU := G0B1xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g0b1xb.ld
include ../makefile.g0
include ../../makefile.stm32