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/nz32-sc151

This commit is contained in:
Sebastian Meiling 2019-06-06 16:22:36 +02:00
parent 458b178d46
commit 41869e85c5

View File

@ -11,7 +11,7 @@ export ID ?= 0483:df11
FLASHER = dfu-util
DEBUGGER = # dfu-util 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 $(ID) -a 0 -s 0x08000000:leave -D "$(HEXFILE)"