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 5271d82 commit 079d5f4Copy full SHA for 079d5f4
builder/main.py
@@ -197,6 +197,7 @@ def _jlink_cmd_script(env, source):
197
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
198
)
199
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
200
+ upload_source = env.ElfToHex(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
201
202
elif upload_protocol in debug_tools:
203
openocd_args = [
0 commit comments