aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM32F411_DISCOVERY/board.mk
diff options
context:
space:
mode:
authorTim Rheinfels <t.rheinfels@gmail.com>2019-10-30 20:19:44 +0100
committerTim Rheinfels <t.rheinfels@gmail.com>2019-11-03 10:17:02 +0100
commit0f1acdca33b28856e43cd69a50a543ea5787b031 (patch)
tree7c8ec3e6bb96a8da27d038f254ab5b4f53068e36 /os/hal/boards/ST_STM32F411_DISCOVERY/board.mk
parent63bc192217dace785a3606fb8a762e723ec3aa4c (diff)
downloadChibiOS-Contrib-0f1acdca33b28856e43cd69a50a543ea5787b031.tar.gz
ChibiOS-Contrib-0f1acdca33b28856e43cd69a50a543ea5787b031.tar.bz2
ChibiOS-Contrib-0f1acdca33b28856e43cd69a50a543ea5787b031.zip
+ Added board files and example for STM32F411-Discovery board
Diffstat (limited to 'os/hal/boards/ST_STM32F411_DISCOVERY/board.mk')
-rw-r--r--os/hal/boards/ST_STM32F411_DISCOVERY/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/boards/ST_STM32F411_DISCOVERY/board.mk b/os/hal/boards/ST_STM32F411_DISCOVERY/board.mk
new file mode 100644
index 0000000..48b9a68
--- /dev/null
+++ b/os/hal/boards/ST_STM32F411_DISCOVERY/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS_CONTRIB)/os/hal/boards/ST_STM32F411_DISCOVERY/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS_CONTRIB)/os/hal/boards/ST_STM32F411_DISCOVERY
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)