mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
10 lines
202 B
Makefile
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
|
|
|