[scripts] Target device N0110: always use the DEBUG=0 flasher to flash

This commit is contained in:
Émilie Feral
2019-09-05 15:30:43 +02:00
parent 24b2ef29ce
commit 0070c2fa56

View File

@@ -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"