@@ -267,23 +267,23 @@ tools.adb.upload.pattern="{path}/{cmd}" push "{build.path}/{build.project_name}.
267267#
268268tools.remoteocd.path={runtime.tools.remoteocd.path}
269269tools.remoteocd.cmd=remoteocd
270- tools.remoteocd.upload.params.verbose=
270+ tools.remoteocd.upload.params.verbose=--verbose
271271tools.remoteocd.upload.params.quiet=
272- tools.remoteocd.upload.pattern="{path}/{cmd}" --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" upload -a "{upload.address }" "{build.path}/{build.project_name}.{upload.extension}"
272+ tools.remoteocd.upload.pattern="{path}/{cmd}" upload --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" -f "{build.variant.path}/flash_sketch.cfg" "{ upload.verbose }" "{build.path}/{build.project_name}.{upload.extension}"
273273
274- tools.remoteocd.bootloader.params.verbose=
274+ tools.remoteocd.bootloader.params.verbose=--verbose
275275tools.remoteocd.bootloader.params.quiet=
276276tools.remoteocd.erase.pattern=
277- tools.remoteocd.bootloader.pattern="{path}/{cmd}" --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" upload "{runtime.platform.path}/firmwares/{bootloader.file}"
277+ tools.remoteocd.bootloader.pattern="{path}/{cmd}" upload --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" -f "{build.variant.path}/flash_bootloader.cfg" "{ upload.verbose}" "{runtime.platform.path}/firmwares/{bootloader.file}"
278278
279279tools.remoteocd_network.upload.protocol=network
280280tools.remoteocd_network.upload.field.password=Password
281281tools.remoteocd_network.upload.field.password.secret=true
282282tools.remoteocd_network.path={runtime.tools.remoteocd.path}
283283tools.remoteocd_network.cmd=remoteocd
284- tools.remoteocd_network.upload.params.verbose=
284+ tools.remoteocd_network.upload.params.verbose=--verbose
285285tools.remoteocd_network.upload.params.quiet=
286- tools.remoteocd_network.upload.pattern="{path}/{cmd}" --adb-path "{runtime.tools.adb.path}/adb " -i "{upload.port.address }" upload -a "{upload.address }" "{build.path}/{build.project_name}.{upload.extension}"
286+ tools.remoteocd_network.upload.pattern="{path}/{cmd}" upload -a "{upload.port.address} " --password "{upload.field.password }" -f "{build.variant.path}/flash_sketch.cfg" "{ upload.verbose }" "{build.path}/{build.project_name}.{upload.extension}"
287287
288288#
289289# PYOCD WRAPPER
0 commit comments