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