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