micropython/ports/stm32/boards/NUCLEO_G0B1RE/board.json
Asensio Lorenzo Sempere 9d08eb0247 stm32/boards/NUCLEO_G0B1RE: Add NUCLEO_G0B1RE board definition.
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>
2022-04-28 11:56:15 +10:00

16 lines
263 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [],
"images": [
"nucleo_g0b1re.jpg"
],
"mcu": "stm32g0",
"product": "Nucleo G0B1RE",
"thumbnail": "",
"url": "",
"vendor": "ST Microelectronics"
}