summaryrefslogtreecommitdiff
path: root/examples/rules.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-04 14:48:29 +0700
committerhathach <[email protected]>2022-03-04 14:48:29 +0700
commitc0195fc6270394a489faf29fe8fc42dff48bcff1 (patch)
tree2a81c3caa54f942e5d46d56ae69517f964c752dd /examples/rules.mk
parentfa62d5abc9b1cede44a8e0630d8a28c90cdcdd00 (diff)
skip pyocd reset after flash
Diffstat (limited to 'examples/rules.mk')
-rw-r--r--examples/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 97f6956fa..538dffbcf 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -199,7 +199,7 @@ flash-xfel: $(BUILD)/$(PROJECT)-sunxi.bin
PYOCD_OPTION ?=
flash-pyocd: $(BUILD)/$(PROJECT).hex
pyocd flash -t $(PYOCD_TARGET) $(PYOCD_OPTION) $<
- pyocd reset -t $(PYOCD_TARGET)
+ #pyocd reset -t $(PYOCD_TARGET)
# Flash using openocd
OPENOCD_OPTION ?=