aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
AgeCommit message (Expand)Author
2013-05-31Added information about the changes that went in v0.10.40.10.4Sudar
2013-05-31Moved all version information and change log into HISTORY.md fileSudar
2013-05-30Enable dependency tracking for libraries and coreMatthijs Kooijman
2013-05-30Fix creating of $(OBJDIR) in a proper wayMatthijs Kooijman
2013-05-30Rewrite dependency codePaul Brook
2013-05-30Compile .ino and .pde files directlyMatthijs Kooijman
2013-05-30Let the Makefile decide which include to use for .pde filesMatthijs Kooijman
2013-05-30Don't try to read version.txt when it does not existMatthijs Kooijman
2013-05-30Output configuration info only onceMatthijs Kooijman
2013-05-30Fix raw_upload and reset for normal uploadsMatthijs Kooijman
2013-05-30Check that there is exactly one .pde or .ino fileMatthijs Kooijman
2013-05-30Let MONITOR_BAUDRATE detection also look in .pde filesMatthijs Kooijman
2013-05-30When detecting MONITOR_BAUDRATE, use $(LOCAL_INO_SRCS)Matthijs Kooijman
2013-05-30Move MONITOR_BAUDRATE detection further downMatthijs Kooijman
2013-01-03Fixed the automatic baudrate detection script that was broken if the line alr...Sudar
2012-12-23Auto detect sketchbook location even in MACSudar
2012-12-16merge changes from https://github.com/sudargabriel
2012-12-15Merged changes from https://github.com/alohrSudar
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-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-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-07set USB_VID and USB_PID only for leonardo boardsAndreas Lohr
2012-09-20Provide symbol_sizes and generated_assembly targets.Ryan Pavlik
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 fro...Martin Oldfield
2012-09-17Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patchMartin Oldfield
2012-09-17Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ...Martin Oldfield
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 Szechy's...Martin Oldfield
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-18detabbed changelog, and appended my contributionsjeffkowalski
2012-08-18Libraries may also contain subdirectory called "utility", containingjeffkowalski