1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tools/jlink.sh: Run JlinkExe with silent when debugging

The print statements from the Jlink binary offer little additional
benefit while debugging and only clutter the output. Furthermore they
interfere with the TUI layout of GDB when one of the context layouts is
used.
This commit is contained in:
Koen Zandberg 2021-01-19 21:41:47 +01:00
parent ba4228cccf
commit 75748e3c1f
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -219,6 +219,7 @@ do_debug() {
# start the J-Link GDB server
sh -c "${JLINK_SERVER} ${JLINK_SERIAL_SERVER} \
-nogui \
-silent \
-device '${JLINK_DEVICE}' \
-speed '${JLINK_SPEED}' \
-if '${JLINK_IF}' \