Move chibios board files to allow tmk_core platform migration (#13777)
* Move board files * fix up after rebase
This commit is contained in:
parent
4c4f632378
commit
4c9003b177
80 changed files with 20 additions and 20 deletions
|
@ -0,0 +1,9 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F446RE/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F446RE
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(BOARDSRC)
|
||||
ALLINC += $(BOARDINC)
|
Loading…
Add table
Add a link
Reference in a new issue