amperka / ino

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

For Arduino 1.6, skip huge WiFi/extras directory #226

Closed emk closed 7 years ago

emk commented 9 years ago

(Just a short patch to get master/ working with the Arduino 1.6 software. Thank you for ino!)

The directory /usr/share/arduino/libraries/WiFi/extras/ contains a large number of subdirectories that will cause the generated Makefile to include too many "-I" flags and overrun the command- line length limit.

scottdarch commented 9 years ago

I was just about to submit the same pull request. Has this project been abandoned?

hak8or commented 9 years ago

@scottdarch Sadly it seems that it's abandoned based on the monstrous amount of pull requests and issues. Has there been any talk of someone else taking over this project?

scottdarch commented 9 years ago

Yes! I have. See https://github.com/scottdarch/Arturo. Unfortunately no sooner did I get it working again then Arduino 1.6.2 came out and changed e.v.e.r.y.t.h.i.n.g! Arturo 1.0 works with the Arduino IDE through 1.6.1. Arturo 2 is under development but it's just me hacking at it so it won't be ready until late summer early fall of this year. It's a total rewrite.

emk commented 7 years ago

OK, this PR sounds like it's pretty much obsolete at this point. Closing, but please feel free to re-open if you're using this to track something.