Skip to content

Commit 49d165e

Browse files
committed
add bossac dependency
1 parent 2844ecf commit 49d165e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

extras/package_index.json.template

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"packager": "arduino",
4545
"version": "0.11.0-arduino5",
4646
"name": "dfu-util"
47+
},
48+
{
49+
"packager": "arduino",
50+
"version": "1.9.1-arduino5",
51+
"name": "bossac"
4752
}
4853
],
4954
"discoveryDependencies": [

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ tools.bossac.path={runtime.tools.bossac-1.9.1-arduino5.path}
110110
tools.bossac.cmd=bossac
111111
tools.bossac.upload.params.verbose=-d
112112
tools.bossac.upload.params.quiet=
113-
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -i -e -w -v "{build.path}/{build.project_name}.bin" -R
113+
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U -e -w "{build.path}/{build.project_name}.bin" -R

0 commit comments

Comments
 (0)