add G431-blink

This commit is contained in:
Edward Emelianov
2026-06-24 22:56:04 +03:00
parent 1f79a43326
commit 852d34204f
52 changed files with 187042 additions and 0 deletions

9
G4:G431/blink/Makefile Normal file
View File

@@ -0,0 +1,9 @@
BINARY := blink
# MCU code
MCU := G431xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g431xb.ld
include ../makefile.g4
include ../../makefile.stm32