9d08eb0247
This commit adds a board definition for NUCLEO_G0B1RE. This board has the REPL on UART2 which is connected to the on-board ST-link USB-UART. Signed-off-by: Asensio Lorenzo Sempere <asensio.aerospace@gmail.com>
5 lines
130 B
Makefile
5 lines
130 B
Makefile
MCU_SERIES = g0
|
|
CMSIS_MCU = STM32G0B1xx
|
|
AF_FILE = boards/stm32g0b1_af.csv
|
|
LD_FILES = boards/stm32g0b1xe.ld boards/common_basic.ld
|