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