Unverified Commit ac19051a authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Move picoprobe changes to #12

parent d0b16206
......@@ -134,9 +134,3 @@ tools.uf2conv.upload.params.verbose=
tools.uf2conv.upload.params.quiet=
tools.uf2conv.upload.pattern="{cmd}" "{runtime.platform.path}/tools/uf2conv.py" --serial "{serial.port}" --family RP2040 --deploy "{build.path}/{build.project_name}.uf2"
tools.picoprobe.cmd={runtime.platform.path}/system/openocd/openocd
tools.picoprobe.upload.protocol=picoprobe
tools.picoprobe.upload.params.verbose=
tools.picoprobe.upload.params.quiet=
tools.picoprobe.upload.pattern="{cmd}" -f "interface/picoprobe.cfg" -f "target/rp2040.cfg" -s "{runtime.platform.path}/system/openocd/tcl" -c "program {build.path}/{build.project_name}.elf verify reset exit"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment