summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-02-07 16:50:07 +0700
committerhathach <[email protected]>2020-02-07 16:50:07 +0700
commit087e3c7f56b1ab2f8b887a1cb4930ee7b779564f (patch)
treebf43742c6f2a7ff50eb2185dcad66d3c050f3d53 /examples
parent9ca6311ac49559570c5d7366344fb5887b09e953 (diff)
parent0d3a7257f54db8b867be35d80b9c1fda85f656d3 (diff)
Merge branch 'master' into port-samg55
Diffstat (limited to 'examples')
-rw-r--r--examples/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 2969a66f1..87c7e9649 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -120,6 +120,7 @@ endif
# Flash using jlink
flash-jlink: $(BUILD)/$(BOARD)-firmware.hex
@echo halt > $(BUILD)/$(BOARD).jlink
+ @echo r > $(BUILD)/$(BOARD).jlink
@echo loadfile $^ >> $(BUILD)/$(BOARD).jlink
@echo r >> $(BUILD)/$(BOARD).jlink
@echo go >> $(BUILD)/$(BOARD).jlink