de78d9e1ff
* Add support for reset to bootloader Chibios_test/STM32_F072_ONEKEY wouldn't reset to bootloader on a compatible Discovery board because the Chibios library board file was lacking the __early_init(void) function necessary to read the magic key. Borrowed code from Clueboard 60, tested working. * Remove board.chcfg
6 lines
191 B
Makefile
6 lines
191 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY
|