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:
parent
0be610558d
commit
5ce0c8f50d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user