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 e275093 commit 6cd146aCopy full SHA for 6cd146a
builder/main.py
@@ -173,7 +173,7 @@ def _jlink_cmd_script(env, source):
173
"-if", ("jtag" if upload_protocol == "jlink-jtag" else "swd"),
174
"-autoconnect", "1"
175
],
176
- UPLOADCMD="$UPLOADER $UPLOADERFLAGS -CommanderScript ${__jlink_cmd_script(__env__, SOURCE)}"
+ UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
177
)
178
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
179
0 commit comments