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