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
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit2aa0d5f3d1d34f7018a28087e154688fba7eed90 (patch)
tree4bc2bbb973329f5f9c74641f38c224fc9747e6d3 /drivers/boards/BLACKPILL_STM32_F401/board.mk
parent24de1f5cdd96d600a7c22805091e49ef420ce03d (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)