Skip to content

Commit

Permalink
fix paths for nrf51dk jtag configs
Browse files Browse the repository at this point in the history
This should've been part of tock#370 / 751141b
  • Loading branch information
ppannuto authored and Fredrik Nilsson committed May 31, 2017
1 parent 0f3d356 commit 0f5950b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/nrf51dk/jtag/flash-full.jlink
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
r
loadfile target/nrf51/release/nrf51dk-blink.hex
loadfile target/thumbv6m-none-eabi/release/nrf51dk-blink.hex
r
g
q
Expand Down
2 changes: 1 addition & 1 deletion boards/nrf51dk/jtag/flash-kernel.jlink
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
r
loadfile target/nrf51/release/nrf51dk.hex
loadfile target/thumbv6m-none-eabi/release/nrf51dk.hex
r
g
q
Expand Down
2 changes: 1 addition & 1 deletion boards/nrf51dk/jtag/gdbinit_pca10028.jlink
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# for commands on localhost at tcp port 2331
target remote localhost:2331
monitor speed 30
file ../target/nrf51/release/nrf51dk
file ../target/thumbv6m-none-eabi/release/nrf51dk
monitor reset
#
# CPU core initialization (to be done by user)
Expand Down

0 comments on commit 0f5950b

Please sign in to comment.