amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 232 forks source link

Supporting Arduino Due #123

Open TarekTaha opened 11 years ago

TarekTaha commented 11 years ago

Is there a plan to support Arduino Due ? I am currently using UDOO, and I would love to have the ability to compile sketches from the command line.

justonia commented 11 years ago

I am currently working on a fork of this repo that works with Arduino 1.5.x, and thus the Due:

https://github.com/justonia/ino

Right now my version breaks backwards compatibility with Arduino 1.0, though I'm considering fixing that as well so it'll work with both. You should be using the 1.5x branch, not master.