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