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:
parent
ba4228cccf
commit
75748e3c1f
1
dist/tools/jlink/jlink.sh
vendored
1
dist/tools/jlink/jlink.sh
vendored
@ -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}' \
|
||||
|
Loading…
Reference in New Issue
Block a user