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}
222
222
tools.picotool.cmd=rp2040load
223
223
tools.picotool.upload.params.verbose=-v
224
224
tools.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}"
226
234
227
235
#
228
236
# IMGTOOL
You can’t perform that action at this time.
0 commit comments