make: allow override of RESET for boards/common/stm32f103c8
This commit is contained in:
parent
3482bfaa2a
commit
458b178d46
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user