summaryrefslogtreecommitdiff
path: root/cmake-nRF5x/runJLinkGDBServer-nrf51
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-11-17 20:47:04 +0100
committerJF <jf@codingfield.com>2019-11-17 20:47:04 +0100
commit2ea27e0cdac91cd4743d9f12496bb3f911d9efa9 (patch)
treeae6488be1be14c2b83aff6e69a6e622088fb093a /cmake-nRF5x/runJLinkGDBServer-nrf51
Initial commit
Diffstat (limited to 'cmake-nRF5x/runJLinkGDBServer-nrf51')
-rwxr-xr-xcmake-nRF5x/runJLinkGDBServer-nrf513
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake-nRF5x/runJLinkGDBServer-nrf51 b/cmake-nRF5x/runJLinkGDBServer-nrf51
new file mode 100755
index 00000000..d4631c30
--- /dev/null
+++ b/cmake-nRF5x/runJLinkGDBServer-nrf51
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+JLinkGDBServer -device nrf51 -strict -timeout 0 -nogui -if swd -speed 1000 -endian little \ No newline at end of file