/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk
83 by Tim Marston
read and use the build.core parameter in boards.txt
1
version 0.6dev
2
93 by Tim Marston
updated NEWS
3
	- added support for Arduino 1.5 software (1.0 is still supported)
83 by Tim Marston
read and use the build.core parameter in boards.txt
4
	- added support for other cores
88 by Tim Marston
added support for assembly sources
5
	- added support for assembly source files
85 by Tim Marston
added support for optional board upload speed
6
	- minor bug fixes and improvements
83 by Tim Marston
read and use the build.core parameter in boards.txt
7
79 by Tim Marston
updated NEWS
8
version 0.5 - 4th March 2013
60 by edam
updated NEWS
9
64 by Tim Marston
updated NEWS
10
	- added support for third-party libraries (via the configurable library
81 by Tim Marston
fix spacing in NEWS
11
	  path variable, LIBRARYPATH)
76 by Tim Marston
updated NEWS and THANKS
12
	- improved OS X spport
62 by edam
added support for third party libraries and fixed support for .C c++ files
13
	- fixed support for .C c++ source files
64 by Tim Marston
updated NEWS
14
	- made flags variables more easily modifiable
15
	- minor bug fixes
69 by edam
added support for burning bootloaders
16
	- added support for burning bootloaders
60 by edam
updated NEWS
17
53 by edam
updated NEWS
18
version 0.4 - 23rd November 2012
40 by Tim Marston
upload now depends on target (added dev to version no.)
19
20
	- the upload goal now depends on the target goal
49 by edam
added support for the Leonardo
21
	- added support the Leonardo
42 by edam
updated NEWS
22
	- fixed boards goal on OS X
53 by edam
updated NEWS
23
	- added (some) support for busybox
46 by edam
updated NEWS
24
	- other bug fixes
40 by Tim Marston
upload now depends on target (added dev to version no.)
25
39 by edam
update NEWS and THANKS
26
version 0.3 - 24th April 2012
31 by edam
updated NEWS
27
28
	- detect system arduino software in /usr/share/arduino
39 by edam
update NEWS and THANKS
29
	- static library is build without risk of filename clashes
30
	- dependency file generation
31
	- added 'size' goal
32
	- 'upload' goal is no longer run by default
33
	- detect arduino on usbserial on OSX
34
	- other bug fixes
31 by edam
updated NEWS
35
29 by edam
updated NEWS, added THANKS
36
version 0.2 - 21st February 2012
21 by edam
updated NEWS
37
29 by edam
updated NEWS, added THANKS
38
	- added support for OS X
16 by edam
spellcheck, and added check for missing GNU screen
39
	- fixed building of included arduino libraries
40
	- notify the user when screen is missing
21 by edam
updated NEWS
41
	- added some sensible compiler options
24 by edam
updated NEWS
42
	- added ARDUINOCONST variable
43
	- search for build tools on AVRTOOLSPATH
26 by edam
updated NEWS
44
	- added AVRDUDECONF variable and try to detect avrdude.conf
16 by edam
spellcheck, and added check for missing GNU screen
45
22 by edam
fixed dates in NEWS
46
version 0.1 - 25th January 2012
16 by edam
spellcheck, and added check for missing GNU screen
47
48
	- initial version