1
0
Fork 0

Create central board for bluepill

This commit is contained in:
zvecr 2019-12-24 00:10:50 +00:00
parent e4a0f841e1
commit d3abebb601
3 changed files with 227 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/STM32_F103_STM32DUINO/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/STM32_F103_STM32DUINO