@@ -267,23 +267,23 @@ tools.adb.upload.pattern="{path}/{cmd}" push "{build.path}/{build.project_name}.
267
267
#
268
268
tools.remoteocd.path={runtime.tools.remoteocd.path}
269
269
tools.remoteocd.cmd=remoteocd
270
- tools.remoteocd.upload.params.verbose=
270
+ tools.remoteocd.upload.params.verbose=--verbose
271
271
tools.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}"
273
273
274
- tools.remoteocd.bootloader.params.verbose=
274
+ tools.remoteocd.bootloader.params.verbose=--verbose
275
275
tools.remoteocd.bootloader.params.quiet=
276
276
tools.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}"
278
278
279
279
tools.remoteocd_network.upload.protocol=network
280
280
tools.remoteocd_network.upload.field.password=Password
281
281
tools.remoteocd_network.upload.field.password.secret=true
282
282
tools.remoteocd_network.path={runtime.tools.remoteocd.path}
283
283
tools.remoteocd_network.cmd=remoteocd
284
- tools.remoteocd_network.upload.params.verbose=
284
+ tools.remoteocd_network.upload.params.verbose=--verbose
285
285
tools.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}"
287
287
288
288
#
289
289
# PYOCD WRAPPER
0 commit comments