1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: allow override of RESET for boards/spark-core

This commit is contained in:
Sebastian Meiling 2019-06-06 16:23:20 +02:00
parent 3182e693ce
commit 36ef5a3290

View File

@ -9,7 +9,7 @@ include $(RIOTMAKE)/tools/serial.inc.mk
FLASHER = dfu-util
DEBUGGER = # spark core has 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 1d50:607f -a 0 -s 0x08005000:leave -D "$(HEXFILE)"