aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2013-06-14Move reseting Leonardo logic to ard-reset-arduinoSudar
ard-reset-leonardo which was used for reseting Leonardo was written in Python. Now the logic is added inside the ard-reset-arduino perl script itself. Fix #62 Squashed commit of the following: commit a63366980f452780f9f7894a8c7b77ca9cd9dcdd Author: Simon John <git@the-jedi.co.uk> Date: Fri Jun 14 11:36:00 2013 +0200 who put a space in the shebangs?! commit c798eb26ea12351186b8f64266d98f44ed791270 Author: Simon John <git@the-jedi.co.uk> Date: Fri Jun 14 11:10:12 2013 +0200 replaced ard-reset-leonardo with an update to ard-reset-arduino which is now called from Arduino.mk with the --leonardo flag removed some trailing whitespace upped version string in Arduino.mk
2013-06-13fixed whitespace and /dev/null redirectionSimon John
2013-06-08Added leonardo support. Took Code from @guicho271828Sudar
2013-05-31Added a todo comment for package authors. Fixes #50Sudar
2012-12-17Check if ARDUINO_DIR Env variable is defined or notSudar
2012-12-15Merge branch 'master' of git://github.com/ASzc/Arduino-MakefileSudar
2012-12-15Merge branch 'shebang' of git://github.com/anm/Arduino-MakefileSudar
2012-11-12Added sketch size verification.Fabio Pugliese Ornellas
2012-10-21Changed shebang to use /usr/bin/envAlistair MacLeod
2012-09-25Update boards_txt path in bin/ard-parse-boards to include environment ↵Alex Szczuczko
variable ARDUINO_DIR This corrects the behaviour of ard-parse-boards --boards , which would fail if the path to boards.txt on the system didn't match the value which was hardcoded.
2012-04-29Rejig path calculations.\nMove reset target to Perl.\nMartin Oldfield