/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-11-23 17:48:28 UTC
  • Revision ID: tim@ed.am-20121123174828-lp4x2oo7ygfeqkp8
updated NEWS

Show diffs side-by-side

added added

removed removed

1
 
version 0.3
 
1
version 0.5 - 
 
2
 
 
3
    - 
 
4
 
 
5
version 0.4 - 23rd November 2012
 
6
 
 
7
        - the upload goal now depends on the target goal
 
8
        - added support the Leonardo
 
9
        - fixed boards goal on OS X
 
10
        - added (some) support for busybox
 
11
        - other bug fixes
 
12
 
 
13
version 0.3 - 24th April 2012
2
14
 
3
15
        - detect system arduino software in /usr/share/arduino
 
16
        - static library is build without risk of filename clashes
 
17
        - dependency file generation
 
18
        - added 'size' goal
 
19
        - 'upload' goal is no longer run by default
 
20
        - detect arduino on usbserial on OSX
 
21
        - other bug fixes
4
22
 
5
23
version 0.2 - 21st February 2012
6
24