From 5ce0c8f50d868ef58c99ffe7f58e9bee451e958b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 20 Mar 2019 16:44:40 +0100 Subject: [PATCH] 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. --- boards/seeeduino_arch-pro/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/seeeduino_arch-pro/Makefile.include b/boards/seeeduino_arch-pro/Makefile.include index aa957e7bcd..3ed4dbf9e0 100644 --- a/boards/seeeduino_arch-pro/Makefile.include +++ b/boards/seeeduino_arch-pro/Makefile.include @@ -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