Add URL for dfu-util

This commit is contained in:
Gregory Nutt 2017-04-23 10:56:33 -06:00
parent 62966d915c
commit 6601912f12

View File

@ -68,6 +68,8 @@ NM = $(ARCROSSDEV)nm
OBJCOPY = $(CROSSDEV)objcopy
OBJDUMP = $(CROSSDEV)objdump
# See http://dfu-util.sourceforge.net/
DFUSUFFIX = dfu-suffix
DFUUTIL = dfu-util
@ -133,4 +135,5 @@ define DOWNLOAD
$(Q) $(ECHO) "Photon firmware upload through JTAG is not supported"
endef
endif
endif