This commit is contained in:
Edward Emelianov
2026-07-16 20:37:33 +03:00
parent cdef16cad1
commit f2a444c90e
17 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
BINARY := blink
PREFIX := /usr/bin/arm-none-eabi
CFLAGS = -std=c23
# MCU code
MCU := G431xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g431xb.ld
include ../makefile.g4
include ../../makefile.stm32