blob: 8ce523f4860e8c1108e03cd4b3c45f19ee7102ef (
plain)
1
2
3
4
5
|
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG
|