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