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.
2 parents a05a0c6 + d825c1e commit 1a98641Copy full SHA for 1a98641
builder/main.py
@@ -222,6 +222,8 @@ def _jlink_cmd_script(env, source):
222
UPLOADER="openocd",
223
UPLOADERFLAGS=openocd_args,
224
UPLOADCMD="$UPLOADER $UPLOADERFLAGS")
225
+ if not board.get("upload").get("offset_address"):
226
+ upload_source = target_elf
227
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
228
229
# custom upload tool
0 commit comments