File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -104,18 +104,19 @@ tools.dfu-util.upload.params.quiet=
104104# -Q introduced with latest dfu-util
105105tools.dfu-util.upload.pattern="{path}/{cmd}" --device {upload.vid}:{pid.0},:{upload.pid} -D "{build.path}/{build.project_name}.bin" -a{upload.interface} -Q
106106
107+ tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
108+ tools.bossac.cmd=bossac
109+ tools.bossac.upload.params.verbose=-d
110+ tools.bossac.upload.params.quiet=
111+ tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U -e -w "{build.path}/{build.project_name}.bin" -R
112+
107113# Required discoveries and monitors
108114# ---------------------------------
109115pluggable_discovery.required.0=builtin:serial-discovery
110116pluggable_discovery.required.1=builtin:mdns-discovery
111117pluggable_discovery.required.2=builtin:dfu-discovery
112118pluggable_monitor.required.serial=builtin:serial-monitor
113119
114- tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
115- tools.bossac.cmd=bossac
116- tools.bossac.upload.params.verbose=-d
117- tools.bossac.upload.params.quiet=
118- tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U -e -w "{build.path}/{build.project_name}.bin" -R
119120
120121# Debugger configuration (general options)
121122# ----------------------------------------
You can’t perform that action at this time.
0 commit comments