File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1919#
2020# Original Arduino adaptation by mellis, eighthave, oli.keller
2121#
22- # Current version: 1.5.1
22+ # Current version: 1.5.2
2323#
2424# Refer to HISTORY.md file for complete history of changes
2525#
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ A Makefile for Arduino Sketches
44The following is the rough list of changes that went into different versions.
55I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
66
7- ### In Development
7+ ### 1.5.2 (2017-01-11)
8+
89- New: Add LTO support for users with avr-gcc > 4.9 (issue #446 & #456 ) (https://github.com/sej7278 )
910- Tweak: Updated Linux instructions and sync documentation from the old blog(), README.md and Arduino.mk (https://github.com/az-z )
1011- Fix: Updated CXXFLAGS_STD to match upstream 1.6 (issue #424 ) (https://github.com/calvinli )
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ See examples/BlinkTeensy for example usage.
281281
282282## Versioning
283283
284- The current version of the makefile is ` 1.5.1 ` . You can find the full history in the [ HISTORY.md] ( HISTORY.md ) file
284+ The current version of the makefile is ` 1.5.2 ` . You can find the full history in the [ HISTORY.md] ( HISTORY.md ) file
285285
286286This project adheres to Semantic [ Versioning 2.0] ( http://semver.org/ ) .
287287
Original file line number Diff line number Diff line change 1- .TH ARD-RESET-ARDUINO "1" "February 2016 " "ard-reset-arduino 1.5.1 " "Arduino CLI Reset"
1+ .TH ARD-RESET-ARDUINO "1" "January 2017 " "ard-reset-arduino 1.5.2 " "Arduino CLI Reset"
22
33.SH NAME
44ard-reset-arduino - Reset Arduino board
Original file line number Diff line number Diff line change 11Name: arduino-mk
2- Version: 1.5.1
2+ Version: 1.5.2
33Release: 1%{dist }
44Summary: Program your Arduino from the command line
55Packager: Simon John < git@the-jedi.co.uk>
You can’t perform that action at this time.
0 commit comments