forked from forks/qmk_firmware
620a946d01
* Add STM32G431 and STM32G474 board definitions. * Add docs.
10 lines
255 B
Makefile
10 lines
255 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(BOARDSRC)
|
|
ALLINC += $(BOARDINC)
|