adm34 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Make files to include with distribution #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

I have been working on the make files. These are the the ones written by Alan 
Burlison. I have added a few minor things and got them working on MacOSX

Why?

Some people like the command line and dont like the Arduino editor.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

The only issue is include files. Presumably, anyone using Make knows enough to 
use include. The Makefile.master does include WProgram.h but nothing else.

I have also include testall.sh and testboard.sh which goes through and tests 
each and every board as descried in the boards.txt

As of 9/5/2010, this works perfectly with 0019 as distributed with no changes.  
V0019 does NOT support the 2560.  You will notice a long list of extras that I 
had working under V0018. I will be working on these for 0019 as well.

Mark

Original issue reported on code.google.com by mark.l.s...@gmail.com on 5 Sep 2010 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
The testall.sh and testboard.sh have only been tested on MacOSX. They should 
work on other OS but will need some path changes.

Mark

Original comment by mark.l.s...@gmail.com on 5 Sep 2010 at 2:32

GoogleCodeExporter commented 9 years ago
How does this compare with the makefile found at 
http://mjo.tc/atelier/2009/02/arduino-cli.html, as distributed with Debian?

Original comment by p.d.oli...@gmail.com on 7 Sep 2010 at 1:50

GoogleCodeExporter commented 9 years ago
For Mac OS users, you can use this construct to locate the Arduino application 
folder:

ARD_HOME = $(shell mdfind -name Arduino.app)/Contents/Resources/Java

This will obviously fail if you have more than one Arduino installation...

Original comment by DrZip...@gmail.com on 12 Sep 2010 at 11:12

GoogleCodeExporter commented 9 years ago
Makefile maintenance should be done outside of the main Arduino source 
repository / distribution...  there are lots of different approaches and none 
of them seem particularly well maintained.  

Original comment by dmel...@gmail.com on 16 Dec 2011 at 10:19