We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3a25d commit 80a07aaCopy full SHA for 80a07aa
builder/main.py
@@ -148,7 +148,8 @@ def _jlink_cmd_script(env, source):
148
"-device", board.get("debug", {}).get("jlink_device"),
149
"-speed", "4000",
150
"-if", ("jtag" if upload_protocol == "jlink-jtag" else "swd"),
151
- "-autoconnect", "1"
+ "-autoconnect", "1",
152
+ "-NoGui", "1"
153
],
154
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
155
)
0 commit comments