diff options
| author | hathach <[email protected]> | 2019-05-15 18:01:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-15 18:01:58 +0700 |
| commit | 3278a9765ba80d3148e22549fd60755d1c99ed2f (patch) | |
| tree | f015694348b29020c8d0367b38f42196043088e4 /examples/rules.mk | |
| parent | 7bd16aaf9b506efeb87e7fdc3f72ee9ae312499e (diff) | |
ea4357 build with makefile, add to travis
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 9d09dfd1f..d2d5012aa 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -109,4 +109,4 @@ flash-jlink: $(BUILD)/$(BOARD)-firmware.hex @echo r >> $(BUILD)/$(BOARD).jlink @echo go >> $(BUILD)/$(BOARD).jlink @echo exit >> $(BUILD)/$(BOARD).jlink - $(JLINKEXE) -device $(JLINK_DEVICE) -if $(JLINK_IF) -speed auto -CommandFile $(BUILD)/$(BOARD).jlink + $(JLINKEXE) -device $(JLINK_DEVICE) -if $(JLINK_IF) -JTAGConf -1,-1 -speed auto -CommandFile $(BUILD)/$(BOARD).jlink |
