blob: c47cf5a26912d2c1d2ed8e5e7c54e36870adce4d (
plain)
1
2
3
4
5
6
|
# Required include directories
BOARDINC = $(GFXLIB)/boards/base/Mikromedia-Plus-STM32-M4/ChibiOS_Board
# List of all the board related files.
BOARDSRC = $(BOARDINC)/board.c
# $(BOARDINC)/flash_memory.c - To be tested before it is added as standard
|