/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: edam
  • Date: 2012-10-19 16:35:44 UTC
  • Revision ID: tim@ed.am-20121019163544-zqt3v12zwuaivccr
fixed check for stty switch, so that it works with busybox

Show diffs side-by-side

added added

removed removed

1
 
version 0.2
2
 
 
3
 
        - added suppoprt for OSX
 
1
version 0.4
 
2
 
 
3
        - the upload goal now depends on the target goal
 
4
        - fixed boards goal on OS X
 
5
 
 
6
version 0.3 - 24th April 2012
 
7
 
 
8
        - detect system arduino software in /usr/share/arduino
 
9
        - static library is build without risk of filename clashes
 
10
        - dependency file generation
 
11
        - added 'size' goal
 
12
        - 'upload' goal is no longer run by default
 
13
        - detect arduino on usbserial on OSX
 
14
        - other bug fixes
 
15
 
 
16
version 0.2 - 21st February 2012
 
17
 
 
18
        - added support for OS X
4
19
        - fixed building of included arduino libraries
5
20
        - notify the user when screen is missing
6
21
        - added some sensible compiler options
7
22
        - added ARDUINOCONST variable
8
23
        - search for build tools on AVRTOOLSPATH
9
 
        - pass avrdude.conf to avrdude only if it exists alongside avrdude (so the
10
 
      system config is used with the system avrdude)
 
24
        - added AVRDUDECONF variable and try to detect avrdude.conf
11
25
 
12
26
version 0.1 - 25th January 2012
13
27