added blink for STM32G0B1, next -> add USART

This commit is contained in:
Edward Emelianov
2026-03-01 23:11:22 +03:00
parent 061fd8bec8
commit 1f4f111c52
18 changed files with 454 additions and 88 deletions

9
G0:G070/g0b1/Makefile Normal file
View File

@@ -0,0 +1,9 @@
BINARY := test
# MCU code
MCU := G0B1xx
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32g0b1xb.ld
include ../makefile.g0
include ../../makefile.stm32