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