diff options
| author | hathach <[email protected]> | 2022-03-04 14:48:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-04 14:48:29 +0700 |
| commit | c0195fc6270394a489faf29fe8fc42dff48bcff1 (patch) | |
| tree | 2a81c3caa54f942e5d46d56ae69517f964c752dd /examples/rules.mk | |
| parent | fa62d5abc9b1cede44a8e0630d8a28c90cdcdd00 (diff) | |
skip pyocd reset after flash
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 2 |
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 ?= |
