File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -878,12 +878,10 @@ Nucleo_64.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg
878878
879879Nucleo_64.menu.upload_method.OpenOCD=OpenOCD STLink (SWD)
880880Nucleo_64.menu.upload_method.OpenOCD.upload.protocol=stlink
881- Nucleo_64.menu.upload_method.OpenOCD.upload.setup_command=transport select hla_swd;
882881Nucleo_64.menu.upload_method.OpenOCD.upload.tool=openocd_upload
883882
884883Nucleo_64.menu.upload_method.OpenOCDDap=OpenOCD DapLink (SWD)
885884Nucleo_64.menu.upload_method.OpenOCDDap.upload.protocol=cmsis-dap
886- Nucleo_64.menu.upload_method.OpenOCDDap.upload.setup_command=transport select swd;
887885Nucleo_64.menu.upload_method.OpenOCDDap.upload.tool=openocd_upload
888886
889887################################################################################
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ tools.openocd_upload.cmd=bin/openocd
244244tools.openocd_upload.cmd.windows=bin/openocd.exe
245245tools.openocd_upload.upload.params.verbose=-d2
246246tools.openocd_upload.upload.params.quiet=-d0
247- tools.openocd_upload.upload.pattern="{path}/{cmd}" {upload.verbose} -f interface/{upload.protocol}.cfg -c "{upload.setup_command}" - f target/{openocd.target}.cfg -c "program {{ build.path}/{build.project_name}.bin} verify reset; shutdown; "
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 "
248248
249249#
250250# Debugger
You can’t perform that action at this time.
0 commit comments