diff options
| author | Ha Thach <[email protected]> | 2022-05-16 16:29:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-16 16:29:20 +0700 |
| commit | c2bcda86e2de35cc01628f4e909e2a7869a7322b (patch) | |
| tree | 948f913855f9fb2f6b4e9dd726491649a21313d4 /examples/rules.mk | |
| parent | d23c9b7cd681b972d310e401b418f4368507e06f (diff) | |
| parent | e0e9426c2a912c2c405da602b1bf8d75d16f92e7 (diff) | |
Merge pull request #1412 from hathach/pio-host
PIO USB support
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 ?= |
