/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: 2014-01-15 19:35:45 UTC
  • Revision ID: tim@ed.am-20140115193545-m52ejwu8zgnn7hcm
if perl is installed, do case-insensitive matching of BOARD name; increase
compatibility with 1.5 SDK (pass board and arch compiler directives; build with
-fpermissive cause the SDK includes an old compiler)

Show diffs side-by-side

added added

removed removed

1
 
version 0.2
2
 
 
3
 
        - added suppoprt for OSX
 
1
version 0.6dev
 
2
 
 
3
        - added support for Arduino 1.5 software (requires version 1.5.3 or above;
 
4
      the 1.0 series is still supported)
 
5
        - added support for other cores
 
6
        - added support for assembly source files
 
7
        - minor bug fixes and improvements
 
8
        - improved OS X spport
 
9
 
 
10
version 0.5 - 4th March 2013
 
11
 
 
12
        - added support for third-party libraries (via the configurable library
 
13
          path variable, LIBRARYPATH)
 
14
        - improved OS X spport
 
15
        - fixed support for .C c++ source files
 
16
        - made flags variables more easily modifiable
 
17
        - minor bug fixes
 
18
        - added support for burning bootloaders
 
19
 
 
20
version 0.4 - 23rd November 2012
 
21
 
 
22
        - the upload goal now depends on the target goal
 
23
        - added support the Leonardo
 
24
        - fixed boards goal on OS X
 
25
        - added (some) support for busybox
 
26
        - other bug fixes
 
27
 
 
28
version 0.3 - 24th April 2012
 
29
 
 
30
        - detect system arduino software in /usr/share/arduino
 
31
        - static library is build without risk of filename clashes
 
32
        - dependency file generation
 
33
        - added 'size' goal
 
34
        - 'upload' goal is no longer run by default
 
35
        - detect arduino on usbserial on OSX
 
36
        - other bug fixes
 
37
 
 
38
version 0.2 - 21st February 2012
 
39
 
 
40
        - added support for OS X
4
41
        - fixed building of included arduino libraries
5
42
        - notify the user when screen is missing
6
43
        - added some sensible compiler options
7
44
        - added ARDUINOCONST variable
8
45
        - 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)
 
46
        - added AVRDUDECONF variable and try to detect avrdude.conf
11
47
 
12
48
version 0.1 - 25th January 2012
13
49