Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You repo will not work with Arduino 1.6.2 - nor does mine :-( #4

Open
rogerclarkmelbourne opened this issue Mar 31, 2015 · 3 comments

Comments

@rogerclarkmelbourne
Copy link

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

@avikde
Copy link
Owner

avikde commented Nov 2, 2015

It seems like there was some info in this forum post.
rogerclarkmelbourne/Arduino_STM32#39 (comment)

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.

@rogerclarkmelbourne
Copy link
Author

Avik,

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

@rogerclarkmelbourne
Copy link
Author

Avik,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants