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:
parent
3182e693ce
commit
36ef5a3290
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user