sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

Updated AVR board package to 1.0.1 #7

Closed stonehippo closed 8 years ago

stonehippo commented 9 years ago

The current version of the AVR board definitions in the ESP8266 package are out of date, causing a CRC error when attempting to install the package via the Arduino 1.6.x board manager.

It would be ideal to merge the two board package JSON files, or completely split the AVR and ESP8266 board packages into their own JSON files. The Arduino IDE will not load the separate definitions from the two JSON files as things currently stand. If both JSON files are included in the boards manager URL list, one will override the other. There's no way to get both packages installed correctly without some painful workarounds by the end user.

jimblom commented 8 years ago

I'm going to close this pull request, as I think the latest pushes to the master branch (now supporting the ESP8266 and AVR) will address the issue.

Thanks for your help!