File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ sed 's/^tools.uf2conv.cmd=.*//g' | \
110110sed ' s/^#tools.uf2conv.cmd=/tools.uf2conv.cmd=/g' | \
111111sed ' s/^tools.picoprobe.cmd=.*//g' | \
112112sed ' s/^#tools.picoprobe.cmd=/tools.picoprobe.cmd=/g' | \
113+ sed ' s/^tools.picodebug.cmd=.*//g' | \
114+ sed ' s/^#tools.picodebug.cmd=/tools.picodebug.cmd=/g' | \
113115sed " s/version=.*/version=$ver /g" | \
114116sed -E " s/name=([a-zA-Z0-9\ -]+).*/name=\1($ver )/g" \
115117 > $outdir /platform.txt
Original file line number Diff line number Diff line change @@ -146,14 +146,14 @@ tools.uf2conv.upload.params.verbose=
146146tools.uf2conv.upload.params.quiet=
147147tools.uf2conv.upload.pattern="{cmd}" -I "{runtime.platform.path}/tools/uf2conv.py" --serial "{serial.port}" --family RP2040 --deploy "{build.path}/{build.project_name}.uf2"
148148
149-
150149#tools.picoprobe.cmd={runtime.tools.pqt-openocd.path}
151150tools.picoprobe.cmd={runtime.platform.path}/system/openocd
152151tools.picoprobe.upload.protocol=picoprobe
153152tools.picoprobe.upload.params.verbose=
154153tools.picoprobe.upload.params.quiet=
155154tools.picoprobe.upload.pattern="{cmd}/bin/openocd" -f "interface/picoprobe.cfg" -f "target/rp2040.cfg" -s "{cmd}/share/openocd/scripts" -c "program {{build.path}/{build.project_name}.elf} verify reset exit"
156155
156+ #tools.picodebug.cmd={runtime.tools.pqt-openocd.path}
157157tools.picodebug.cmd={runtime.platform.path}/system/openocd
158158tools.picodebug.upload.protocol=pico-debug
159159tools.picodebug.upload.params.verbose=
You can’t perform that action at this time.
0 commit comments