From 0070c2fa56ac87d49d2fcc28cd58bdfac2798575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 5 Sep 2019 15:30:43 +0200 Subject: [PATCH] [scripts] Target device N0110: always use the DEBUG=0 flasher to flash --- scripts/targets.device.n0110.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/targets.device.n0110.mak b/scripts/targets.device.n0110.mak index bdbe8ecb9..ad5f1099a 100644 --- a/scripts/targets.device.n0110.mak +++ b/scripts/targets.device.n0110.mak @@ -6,7 +6,7 @@ $(BUILD_DIR)/test.external_flash.read.$(EXE): $(BUILD_DIR)/quiz/src/test_ion_ext $(BUILD_DIR)/test.external_flash.write.$(EXE): $(BUILD_DIR)/quiz/src/test_ion_external_flash_write_symbols.o $(call object_for,$(test_external_flash_src) $(test_ion_external_flash_write_src)) .PHONY: %_flash -%_flash: $(BUILD_DIR)/%.dfu $(BUILD_DIR)/flasher.light.dfu +%_flash: $(BUILD_DIR)/%.dfu build/release/device/n0110/flasher.light.dfu @echo "DFU $@" @echo "INFO About to flash your device. Please plug your device to your computer" @echo " using an USB cable and press at the same time the 6 key and the RESET"