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
|
version 0.5 -
- added support for third-party libraries (via the configurable library
path variable, LIBRARYPATH)
- fixed support for .C c++ source files
- made flags variables more easily modifiable
- minor bug fixes
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
|