From d0d6fb27c485d865aa47d8eb1bc3a6cdf4c3708f Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 6 Mar 2020 01:40:39 +0000 Subject: 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 --- drivers/boards/BLACKPILL_STM32_F401/board.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/boards/BLACKPILL_STM32_F401/board.mk (limited to 'drivers/boards/BLACKPILL_STM32_F401/board.mk') 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) -- cgit v1.2.3