1
0
Fork 0

Initial pass of F405 support (#14584)

* Initial pass of F405 support

* remove some conf files

* docs

* clang
This commit is contained in:
Joel Challis 2021-09-25 00:19:41 +01:00 committed by GitHub
parent e1dfbfbfd3
commit 3a2a39e5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 581 additions and 4 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)