From 015938899dc72236cd561a4f70f7254fa648f994 Mon Sep 17 00:00:00 2001 From: sta-c0000 <37939220+sta-c0000@users.noreply.github.com> Date: Tue, 31 Dec 2019 15:59:11 -0500 Subject: [PATCH] Fix SAMD toolsDependencies for platform.txt toolsDependencies (what tools to download) must match tools and versions required by platform.txt --- bpt.ini | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bpt.ini b/bpt.ini index 8f608d9..86cdfcf 100644 --- a/bpt.ini +++ b/bpt.ini @@ -166,12 +166,12 @@ index_template = {{ "packager": "arduino", "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "version": "7-2017q4" }}, {{ "packager": "arduino", "name": "bossac", - "version": "1.7.0" + "version": "1.7.0-arduino3" }}, {{ "packager": "arduino", @@ -181,7 +181,7 @@ index_template = {{ "packager": "arduino", "name": "openocd", - "version": "0.9.0-arduino" + "version": "0.10.0-arduino7" }}, {{ "packager": "arduino", @@ -192,6 +192,11 @@ index_template = "packager": "arduino", "name": "CMSIS-Atmel", "version": "1.2.0" + }}, + {{ + "packager": "arduino", + "name": "arduinoOTA", + "version": "1.2.1" }} ] }}