mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-20 00:30:57 +03:00
added blink for STM32G0B1, next -> add USART
This commit is contained in:
9
G0:G070/g0b1/Makefile
Normal file
9
G0:G070/g0b1/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user