added stm32f411 blackpill

This commit is contained in:
hathach
2020-01-10 00:28:46 +07:00
parent 84bbe54e17
commit dd6313a6ca
6 changed files with 827 additions and 2 deletions

View File

@@ -46,6 +46,6 @@ JLINK_IF = swd
# Path to STM32 Cube Programmer CLI, should be added into system path
STM32Prog = STM32_Programmer_CLI
# flash target using on-board stlink
# flash target ROM bootloader
flash: $(BUILD)/$(BOARD)-firmware.bin
dfu-util -R -a 0 --dfuse-address 0x08000000 -D $<