/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: Tim Marston
  • Date: 2012-11-25 22:37:24 UTC
  • Revision ID: tim@ed.am-20121125223724-y1bfpnow6zq9gikc
make it possible to add to CPPFLAGS, AVRDUDEFLAGS and LINKFLAGS

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
 
26
        - fixed building of included arduino libraries
 
27
        - notify the user when screen is missing
 
28
        - added some sensible compiler options
 
29
        - added ARDUINOCONST variable
 
30
        - search for build tools on AVRTOOLSPATH
 
31
        - added AVRDUDECONF variable and try to detect avrdude.conf
 
32
 
 
33
version 0.1 - 25th January 2012
 
34
 
 
35
        - initial version