/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version 0.4

	- the upload goal now depends on the target goal
	- fixed boards goal on OS X
	- added some support for busybox (Android)
	- other bug fixes

version 0.3 - 24th April 2012

	- detect system arduino software in /usr/share/arduino
	- static library is build without risk of filename clashes
	- dependency file generation
	- added 'size' goal
	- 'upload' goal is no longer run by default
	- detect arduino on usbserial on OSX
	- other bug fixes

version 0.2 - 21st February 2012

	- added support for OS X
	- fixed building of included arduino libraries
	- notify the user when screen is missing
	- added some sensible compiler options
	- added ARDUINOCONST variable
	- search for build tools on AVRTOOLSPATH
	- added AVRDUDECONF variable and try to detect avrdude.conf

version 0.1 - 25th January 2012

	- initial version