/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
1
version 0.6dev
2
2
 
 
3
        - added support for Arduino 1.5 software (requires version 1.5.3 or above;
 
4
      the 1.0 series is still supported)
3
5
        - added support for other cores
4
6
        - added support for assembly source files
5
7
        - minor bug fixes and improvements
 
8
        - improved OS X spport
6
9
 
7
10
version 0.5 - 4th March 2013
8
11