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:
parent
458b178d46
commit
41869e85c5
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user