mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-12 09:39:25 +03:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
BINARY := blink
|
|
# MCU code
|
|
MCU := G431xx
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32g431xb.ld
|
|
|
|
include ../makefile.g4
|
|
include ../../makefile.stm32
|
|
|