make: allow override of RESET for boards/common/stm32f103c8

This commit is contained in:
Sebastian Meiling 2019-06-06 16:22:14 +02:00
parent 3482bfaa2a
commit 458b178d46

View File

@ -25,7 +25,7 @@ ifeq ($(PROGRAMMER),dfu-util)
export ROM_OFFSET ?= 0x2000 # Skip the space needed by the embedded bootloader
FLASHER = dfu-util
DEBUGGER = # no debugger
RESET = # dfu-util has no support for resetting the device
RESET ?= # dfu-util has no support for resetting the device
HEXFILE = $(BINFILE)
FFLAGS = -d 1eaf:0003 -a 2 -D "$(HEXFILE)"