Files
stm32samples/G4:G431/blink/Makefile
Edward Emelianov 013a0b041c fixed some bugs
2026-07-16 22:42:30 +03:00

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