/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-02-16 14:27:17 UTC
  • Revision ID: edam@waxworlds.org-20120216142717-ede6uok4fc9vw8em
updated NEWS

Show diffs side-by-side

added added

removed removed

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
14
 
 
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
22
 
 
23
 
version 0.2 - 21st February 2012
24
 
 
25
 
        - added support for OS X
 
1
version 0.2
 
2
 
 
3
        - added suppoprt for OS X
26
4
        - fixed building of included arduino libraries
27
5
        - notify the user when screen is missing
28
6
        - added some sensible compiler options