aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-09-17Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's commentMartin Oldfield
2012-09-17Made the size target look at the ELF file, not the hex, as per Jared ↵Martin Oldfield
Szechy's patch. Craig Leres made a similar comment
2012-09-17Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked ↵Martin Oldfield
notes for other OSs
2012-09-10Merge branch 'master' of github.com:sudar/Arduino-MakefileSudar
2012-09-10Fixed a typo in README.Sudar
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
2012-08-27Merge pull request #3 from WizenedEE/basicSudar
Making other *FLAGS += rather than =
2012-08-27Making other *FLAGS += rather than =Adam Dunlap
2012-08-23Make listing files more usefulRyan Pavlik
2012-08-23Allow passing extra flagsRyan Pavlik
2012-08-20Updated Readme with jeffkowalskiSudar
2012-08-20Merge pull request #2 from jeffkowalski/masterSudar
Auto-detect ARDUINO_LIBS, ARDUINO_SKETCHBOOK and ARDMK_DIR variables and automatically include /utility folder from libraries.
2012-08-18detabbed changelog, and appended my contributionsjeffkowalski
2012-08-18Libraries may also contain subdirectory called "utility", containingjeffkowalski
header files to be included and source files to be built. Modified SYS_LIBS and USER_LIBS to accomodate those directories if they exist.
2012-08-18Added autodetection of ARDMK_DIRjeffkowalski
2012-08-18Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE'sjeffkowalski
setting in $(HOME)/.arduino/preferences.txt before setting default of $(HOME)/sketchbook.
2012-08-18added auto-detection of ARDUINO_LIBS referenced in LOCAL_SRCSjeffkowalski
2012-07-15Automatically read the BAUDRATE from sketch. Works only in linux for nowSudar
2012-07-15Automatically read the BAUDRATE from sketch. Works only in linux for nowSudar
2012-07-14Don't include dependent makefile when doing make cleanSudar
2012-07-14Fixed line spacing and added doc block which got removed in the earlier commitSudar