File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,15 @@ tools.picotool.path={runtime.tools.rp2040tools.path}
222222tools.picotool.cmd=rp2040load
223223tools.picotool.upload.params.verbose=-v
224224tools.picotool.upload.params.quiet=
225- tools.picotool.upload.pattern="{path}/{cmd}" {upload.verbose} -D "{build.path}/{build.project_name}.elf"
225+ tools.picotool.upload.pattern="{path}/{cmd}" {upload.verbose} -D "{build.path}/{build.project_name}"
226+
227+ tools.picotool.erase.params.verbose=
228+ tools.picotool.erase.params.quiet=
229+ tools.picotool.erase.pattern=
230+
231+ tools.picotool.bootloader.params.verbose=-v
232+ tools.picotool.bootloader.params.quiet=
233+ tools.picotool.bootloader.pattern="{path}/{cmd}" {upload.verbose} -D "{runtime.platform.path}/firmwares/{bootloader.file}"
226234
227235#
228236# IMGTOOL
You can’t perform that action at this time.
0 commit comments