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