mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a12f1a4026
Update to use FLASHFILE as file to be flashed on the board.
9 lines
171 B
Makefile
9 lines
171 B
Makefile
DFU ?= dfu-util
|
|
FLASHER ?= $(DFU)
|
|
FLASHFILE ?= $(BINFILE)
|
|
|
|
FFLAGS ?= -D $(FLASHFILE) --reset $(DFU_ARGS)
|
|
|
|
RESET ?= $(DFU)
|
|
RESET_FLAGS ?= $(DFU_ARGS) -t $(DFU_DEVICE_TYPE)
|