/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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version 0.6dev

	- added support for Arduino 1.5 software (requires version 1.5.3 or above;
      the 1.0 series is still supported)
	- added support for other cores
	- added support for assembly source files
	- minor bug fixes and improvements
	- improved OS X spport

version 0.5 - 4th March 2013

	- added support for third-party libraries (via the configurable library
	  path variable, LIBRARYPATH)
	- improved OS X spport
	- fixed support for .C c++ source files
	- made flags variables more easily modifiable
	- minor bug fixes
	- added support for burning bootloaders

version 0.4 - 23rd November 2012

	- the upload goal now depends on the target goal
	- added support the Leonardo
	- fixed boards goal on OS X
	- added (some) support for busybox
	- 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