Skip to content

Commit a8152b7

Browse files
authored
Fix SAMD toolsDependencies for platform.txt (#52)
toolsDependencies (what tools to download) must match tools and versions required by platform.txt
1 parent 8613a0d commit a8152b7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

bpt.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ index_template =
166166
{{
167167
"packager": "arduino",
168168
"name": "arm-none-eabi-gcc",
169-
"version": "4.8.3-2014q1"
169+
"version": "7-2017q4"
170170
}},
171171
{{
172172
"packager": "arduino",
173173
"name": "bossac",
174-
"version": "1.7.0"
174+
"version": "1.7.0-arduino3"
175175
}},
176176
{{
177177
"packager": "arduino",
@@ -181,7 +181,7 @@ index_template =
181181
{{
182182
"packager": "arduino",
183183
"name": "openocd",
184-
"version": "0.9.0-arduino"
184+
"version": "0.10.0-arduino7"
185185
}},
186186
{{
187187
"packager": "arduino",
@@ -192,6 +192,11 @@ index_template =
192192
"packager": "arduino",
193193
"name": "CMSIS-Atmel",
194194
"version": "1.2.0"
195+
}},
196+
{{
197+
"packager": "arduino",
198+
"name": "arduinoOTA",
199+
"version": "1.2.1"
195200
}}
196201
]
197202
}}

0 commit comments

Comments
 (0)