File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ tools.openocd.erase.pattern=
148148
149149tools.openocd.bootloader.params.verbose=-d2
150150tools.openocd.bootloader.params.quiet=-d0
151- tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -f interface/{program.protocol}.cfg -c "{program.setup_command}" -f target/{upload.target}.cfg -c "init; halt; nrf51 mass_erase; program {runtime.platform.path}/{build.bootloader.file} verify reset; shutdown;"
151+ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -f interface/{program.protocol}.cfg -c "{program.setup_command}" -f target/{upload.target}.cfg -c "init; halt; {upload.target} mass_erase; program {runtime.platform.path}/{build.bootloader.file} verify reset; shutdown;"
152152
153153#
154154# blackmagic probe upload
You can’t perform that action at this time.
0 commit comments