Skip to content

Commit

Permalink
Merge pull request #5620 from jasonatran/jlink_fix
Browse files Browse the repository at this point in the history
dist/tools/jlink: remove jlink prompt
  • Loading branch information
Andreas "Paul" Pauli committed Jan 25, 2017
2 parents c5abb08 + de8c3f0 commit b101c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/tools/jlink/jlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ do_flash() {
-device '${JLINK_DEVICE}' \
-speed '${JLINK_SPEED}' \
-if '${JLINK_IF}' \
-jtagconf -1,-1 \
-commandfile '${BINDIR}/burn.seg'"
}

Expand Down Expand Up @@ -197,6 +198,7 @@ do_reset() {
-device '${JLINK_DEVICE}' \
-speed '${JLINK_SPEED}' \
-if '${JLINK_IF}' \
-jtagconf -1,-1 \
-commandfile '${RIOTBASE}/dist/tools/jlink/reset.seg'"
}

Expand Down

0 comments on commit b101c70

Please sign in to comment.