summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/GENERIC_STM32_F411XE/board
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-04-06 01:23:04 +0100
committerGitHub <noreply@github.com>2022-04-06 01:23:04 +0100
commita5e810b86cff89faa082c3ff71b69cda0709ab79 (patch)
treeb4ee97a356f41435c8beff8aeff3b0ce877bd7ac /platforms/chibios/boards/GENERIC_STM32_F411XE/board
parent45504bb0949f4bddd5679bde0076f10512303e3a (diff)
Add non blackpill F4x1 config files (#16600)
* Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
Diffstat (limited to 'platforms/chibios/boards/GENERIC_STM32_F411XE/board')
-rw-r--r--platforms/chibios/boards/GENERIC_STM32_F411XE/board/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/chibios/boards/GENERIC_STM32_F411XE/board/board.mk b/platforms/chibios/boards/GENERIC_STM32_F411XE/board/board.mk
new file mode 100644
index 0000000000..bb00b1a2b0
--- /dev/null
+++ b/platforms/chibios/boards/GENERIC_STM32_F411XE/board/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)