adafruit / arduino-board-index

Adafruit Package Lists for the Arduino v1.6.4+ Board Manager
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
40 stars 30 forks source link

Fix SAMD toolsDependencies to match platform.txt #52

Closed sta-c0000 closed 4 years ago

sta-c0000 commented 4 years ago

changes: bpt.ini

Fix: toolsDependencies (tools to download) must match tools and versions required by associated platform.txt

This pr only addresses future version builds to package_adafruit_index.json for SAMD toolsDependencies... as long as platform.txt versions are the same (please keep in sync). Current and several past versions are still incorrect because their toolsDependencies are out of sync with their respective platform.txt.

ladyada commented 4 years ago

@hathach this should be testable by CI?

brogers commented 4 years ago

This fixes my issue with uploading using arduino-cli :+1: