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