mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #5620 from jasonatran/jlink_fix
dist/tools/jlink: remove jlink prompt
This commit is contained in:
commit
b101c704c7
2
dist/tools/jlink/jlink.sh
vendored
2
dist/tools/jlink/jlink.sh
vendored
@ -152,6 +152,7 @@ do_flash() {
|
||||
-device '${JLINK_DEVICE}' \
|
||||
-speed '${JLINK_SPEED}' \
|
||||
-if '${JLINK_IF}' \
|
||||
-jtagconf -1,-1 \
|
||||
-commandfile '${BINDIR}/burn.seg'"
|
||||
}
|
||||
|
||||
@ -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'"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user