1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/seeeduino_arch-pro: use FLASHFILE variable

Update to use FLASHFILE as file to be flashed on the board.

openocd.inc.mk now uses FLASHFILE variable so does not need to overwrite
FFLAGS anymore.
This commit is contained in:
Gaëtan Harter 2019-03-20 16:44:40 +01:00
parent 0be610558d
commit 5ce0c8f50d
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -10,8 +10,8 @@ include $(RIOTMAKE)/tools/serial.inc.mk
DEBUG_ADAPTER ?= dap
# this board uses openocd
FFLAGS ?= flash $(HEXFILE)
# this board uses openocd with an HEXFILE
FLASHFILE ?= $(HEXFILE)
include $(RIOTMAKE)/tools/openocd.inc.mk
# generate image checksum from hex file