Use hex file for uploading via J-Link // Issue #5
This commit is contained in:
parent
5271d828a7
commit
079d5f4e17
@ -197,6 +197,7 @@ elif upload_protocol.startswith("jlink"):
|
||||
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
|
||||
)
|
||||
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
|
||||
upload_source = env.ElfToHex(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
|
||||
|
||||
elif upload_protocol in debug_tools:
|
||||
openocd_args = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user