Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 2859117ba -> af36b62b4
This closes #153. Also use detected JLinkGDBServer when not using gdb Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/af36b62b Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/af36b62b Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/af36b62b Branch: refs/heads/develop Commit: af36b62b4d3fe0bc5d51ff1913d979e26c5b1462 Parents: 2859117 Author: Simon Ratner <[email protected]> Authored: Thu Dec 29 12:18:34 2016 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Thu Dec 29 14:02:48 2016 -0800 ---------------------------------------------------------------------- hw/scripts/jlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/af36b62b/hw/scripts/jlink.sh ---------------------------------------------------------------------- diff --git a/hw/scripts/jlink.sh b/hw/scripts/jlink.sh index 07e3fee..26583dc 100644 --- a/hw/scripts/jlink.sh +++ b/hw/scripts/jlink.sh @@ -133,7 +133,7 @@ jlink_debug() { rm $GDB_CMD_FILE else - JLinkGDBServer -device $JLINK_DEV -speed 4000 -if SWD -port 3333 -singlerun + $JLINK_GDB_SERVER -device $JLINK_DEV -speed 4000 -if SWD -port 3333 -singlerun fi return 0 }
