We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0314f80 commit ffb23d6Copy full SHA for ffb23d6
platform.txt
@@ -244,7 +244,7 @@ tools.openocd_upload.cmd=bin/openocd
244
tools.openocd_upload.cmd.windows=bin/openocd.exe
245
tools.openocd_upload.upload.params.verbose=-d2
246
tools.openocd_upload.upload.params.quiet=-d0
247
-tools.openocd_upload.upload.pattern="{path}/{cmd}" {upload.verbose} -f interface/{upload.protocol}.cfg -f target/{openocd.target}.cfg -c "program {build.path}/{build.project_name}.elf verify reset exit"
+tools.openocd_upload.upload.pattern="{path}/{cmd}" {upload.verbose} -f interface/{upload.protocol}.cfg -f target/{openocd.target}.cfg -c "program {{build.path}/{build.project_name}.elf} verify reset exit"
248
249
#
250
# Debugger
0 commit comments