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