1
0
Fork 0

Move chibios board files to allow tmk_core platform migration (#13777)

* Move board files

* fix up after rebase
This commit is contained in:
Joel Challis 2021-08-18 00:04:15 +01:00 committed by GitHub
parent 4c4f632378
commit 4c9003b177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 20 additions and 20 deletions

View file

@ -0,0 +1,9 @@
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)