You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You probably have not noticed, but Arduino 1.6.2 made a major change, and the ARM compiler is not installed by default, you need to go to the new Boards Manager under Tools->Boards and install the Due to get it to install the ARM compiler
But even when you do that, the repo won't work because they have moved where the compiler located :-(
You could change you platforms.txt to match, the new location, but you will need to add a read me to give instructions about installing the Due
But basically the board manager is the new method to install boards, but currently it only supports downloading the boards package data from here
I want to get to this, but I'm concerned that "packaging up" the code into a downloadable format for the json file makes it less friendly to version control.
Things have moved in a bit since i posted that issue, and Im going to remove support for versions earlier than 1.6.3 fairly soon
Re JSON
Yes. I agree, its not git friendly.
The solution appears to be, to use the github releases mechanism, which allow scripting to create downloadable files.
However I have not had time to do this, and some users are very opposed to this method of deployment as it hides the core files, which they may want to modify
Things have moved in a bit since i posted that issue, and Im going to remove support for versions earlier than 1.6.3 fairly soon
Re JSON
Yes. I agree, its not git friendly.
The solution appears to be, to use the github releases mechanism, which allow scripting to create downloadable files.
However I have not had time to do this, and some users are very opposed to this method of deployment as it hides the core files, which they may want to modify.
Either way, I think supporting 1.6.2 and earlier is now not necessary
Hi Avik
You probably have not noticed, but Arduino 1.6.2 made a major change, and the ARM compiler is not installed by default, you need to go to the new Boards Manager under Tools->Boards and install the Due to get it to install the ARM compiler
But even when you do that, the repo won't work because they have moved where the compiler located :-(
You could change you platforms.txt to match, the new location, but you will need to add a read me to give instructions about installing the Due
But basically the board manager is the new method to install boards, but currently it only supports downloading the boards package data from here
http://downloads.arduino.cc/packages/package_index.json
See my issue about adding other third party boards via the Boards manager arduino/Arduino#2856
The text was updated successfully, but these errors were encountered: