Przeglądaj źródła

skip pyocd reset after flash

hathach 4 lat temu
rodzic
commit
c0195fc627
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/rules.mk

+ 1 - 1
examples/rules.mk

@@ -199,7 +199,7 @@ flash-xfel: $(BUILD)/$(PROJECT)-sunxi.bin
 PYOCD_OPTION ?=
 PYOCD_OPTION ?=
 flash-pyocd: $(BUILD)/$(PROJECT).hex
 flash-pyocd: $(BUILD)/$(PROJECT).hex
 	pyocd flash -t $(PYOCD_TARGET) $(PYOCD_OPTION) $<
 	pyocd flash -t $(PYOCD_TARGET) $(PYOCD_OPTION) $<
-	pyocd reset -t $(PYOCD_TARGET)
+	#pyocd reset -t $(PYOCD_TARGET)
 
 
 # Flash using openocd
 # Flash using openocd
 OPENOCD_OPTION ?=
 OPENOCD_OPTION ?=