8f68e26f79
This commit adds support for the STM32G4 series of MCUs, and a board definition for NUCLEO_G474RE. This board has the REPL on LPUART1 which is connected to the on-board ST-link USB-UART.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
# MCU settings
|
|
MCU_SERIES = g4
|
|
CMSIS_MCU = STM32G474xx
|
|
MICROPY_FLOAT_IMPL = single
|
|
AF_FILE = boards/stm32g474_af.csv
|
|
LD_FILES = boards/stm32g474.ld boards/common_basic.ld
|