From 75748e3c1fbea45b3c40b49eea6e2eb9e460c85d Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Tue, 19 Jan 2021 21:41:47 +0100 Subject: [PATCH] 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. --- dist/tools/jlink/jlink.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/tools/jlink/jlink.sh b/dist/tools/jlink/jlink.sh index 7e3c63bb2d..be0b292c44 100755 --- a/dist/tools/jlink/jlink.sh +++ b/dist/tools/jlink/jlink.sh @@ -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}' \