summaryrefslogtreecommitdiff
path: root/drivers/boards/BLACKPILL_STM32_F401/board.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-06 01:40:39 +0000
committerGitHub <noreply@github.com>2020-03-06 01:40:39 +0000
commitd0d6fb27c485d865aa47d8eb1bc3a6cdf4c3708f (patch)
tree92eb0654011f97a7df65eb29e141b243fc2b846e /drivers/boards/BLACKPILL_STM32_F401/board.mk
parentb368db9e027015ba393e87cee416d8d5b2b56a8c (diff)
Add f401 and f411 blackpill examples (#7930)
* Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS
Diffstat (limited to 'drivers/boards/BLACKPILL_STM32_F401/board.mk')
-rw-r--r--drivers/boards/BLACKPILL_STM32_F401/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/boards/BLACKPILL_STM32_F401/board.mk b/drivers/boards/BLACKPILL_STM32_F401/board.mk
new file mode 100644
index 0000000000..33473ed6b1
--- /dev/null
+++ b/drivers/boards/BLACKPILL_STM32_F401/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(BOARD_PATH)/boards/BLACKPILL_STM32_F401/board.c
+
+# Required include directories
+BOARDINC = $(BOARD_PATH)/boards/BLACKPILL_STM32_F401
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)