1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

dist/tools/jlink: remove jlink confirmation prompt

This commit is contained in:
Jason Tran 2016-07-11 13:34:25 -07:00 committed by Jason A. Tran
parent 0c1db826b5
commit de8c3f0a85

View File

@ -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'"
}