1
0
Fork 0

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
This commit is contained in:
Joel Challis 2020-03-06 01:40:39 +00:00 committed by GitHub
parent b368db9e02
commit d0d6fb27c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 8841 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/BLACKPILL_STM32_F411/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/BLACKPILL_STM32_F411
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)