File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ unoq.upload.target=stm32u585zitxq
556556
557557unoq.upload.tool=remoteocd
558558unoq.upload.tool.default=remoteocd
559+ unoq.upload.tool.network=remoteocd_network
559560unoq.upload.protocol=
560561unoq.upload.transport=
561562unoq.upload.vid=0x2341
Original file line number Diff line number Diff line change @@ -269,12 +269,21 @@ tools.remoteocd.path={runtime.tools.remoteocd.path}
269269tools.remoteocd.cmd=remoteocd
270270tools.remoteocd.upload.params.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}" --adb-path " {runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" upload -a "{upload.address}" "{build.path}/{build.project_name}.{upload.extension}"
273273
274274tools.remoteocd.bootloader.params.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}" --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" upload "{runtime.platform.path}/firmwares/{bootloader.file}"
278+
279+ tools.remoteocd_network.upload.protocol=network
280+ tools.remoteocd_network.upload.field.password=Password
281+ tools.remoteocd_network.upload.field.password.secret=true
282+ tools.remoteocd_network.path={runtime.tools.remoteocd.path}
283+ tools.remoteocd_network.cmd=remoteocd
284+ tools.remoteocd_network.upload.params.verbose=
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}"
278287
279288#
280289# PYOCD WRAPPER
You can’t perform that action at this time.
0 commit comments