aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18Merge pull request #12 from jeffkowalski/masterSudar
removed unnecessary .DS_Store from examples/BlinkWithoutDelay/
2013-03-16removed unnecessary .DS_StoreJeff Kowalski
2013-02-10Added ifndef ARDUINO_VAR_PATH for compiling for the attinyDaniel Esteban Nombela
2013-01-31Allow adding extra common dependenciesgabriel
2013-01-24Merge branch 'master' of https://github.com/sudar/Arduino-Makefilegabriel
2013-01-21Updated ReadmeSudar
2013-01-21Merge branch 'master' of git://github.com/fr0sty1/Arduino-MakefileSudar
2013-01-21Update README.mdfr0sty1
2013-01-03Fixed the automatic baudrate detection script that was broken if the line ↵Sudar
already had the tab character
2012-12-23Auto detect sketchbook location even in MACSudar
2012-12-17Merge pull request #10 from gaftech/masterSudar
EEPROM upload support
2012-12-17Merge branch 'master' of https://github.com/sudar/Arduino-Makefilegabriel
2012-12-17Check if ARDUINO_DIR Env variable is defined or notSudar
2012-12-16merge changes from https://github.com/sudargabriel
2012-12-15Merged changes from https://github.com/alohrSudar
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-12-15Enabled warningsSudar
2012-12-15Show original line number for error messagesAdam Dunlap
2012-12-15Added verify_size actionSudar
2012-12-15Merged all changes from rpavlikSudar
2012-12-15updated readmeSudar
2012-12-15Merged all commits from upstreamSudar
2012-12-15Merged all commits from upstreamSudar
2012-12-14make build dir (OBJDIR) changeablegabriel
2012-11-17add eeprom upload supportgabriel
2012-11-12Added dummy file to verify_size to avoid always being run.Fabio Pugliese Ornellas
2012-11-12Added sketch size verification.Fabio Pugliese Ornellas
2012-11-10Merge pull request #8 from jgosmann/masterSudar
Fixing hanging uploads
2012-11-06removing -w from CPPFLAGS (warnings can be usefull)gabriel
2012-11-02Fix upload in case of parallelized make.Jan Gosmann
2012-11-01Make the makefile error if the arduino port is not present.Ryan Pavlik
2012-11-01Make everybody depend on the makefile, in case cflags are changed, etc.Ryan Pavlik
2012-11-01Be able to silence configuration outputRyan Pavlik
2012-11-01Fixing problem of hanging upload.Jan Gosmann
2012-10-21Changed shebang to use /usr/bin/envAlistair MacLeod
2012-10-07added MacPortsAndreas Lohr
2012-10-07use perl from /opt/localAndreas Lohr
2012-10-07set USB_VID and USB_PID only for leonardo boardsAndreas Lohr
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-09-20Provide symbol_sizes and generated_assembly targets.Ryan Pavlik
Also update existing auxiliary targets with help, and make the .PHONY list complete and in order.
2012-09-20Change .sym outputRyan Pavlik
2012-09-20Make disasm more helpfulRyan Pavlik
2012-09-20Use variables instead of hardcoded commandsRyan Pavlik
2012-09-20Add knowledge of device-specific assemblerRyan Pavlik
2012-09-17Added changelogrelease-0.10Martin Oldfield
2012-09-17Added support for the USB PID/VID needed for the Leonardo, as per patches ↵Martin Oldfield
from Dan Villiom Podlaski Christiansen and Marc Plano-Lesay
2012-09-17Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patchMartin Oldfield
2012-09-17Changed the name of the Debian/Ubuntu package to arduino-mk (just a ↵Martin Oldfield
documentation patch) as per Scott Howard's comment
2012-09-17Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ↵Martin Oldfield
dependent. This follows comments from Matthias Urlichs and Scott Howard