aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Changed the name of the Debian/Ubuntu package to arduino-mk (just a documenta...Martin 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-09-17Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked ...Martin Oldfield
2012-09-10Merge branch 'master' of github.com:sudar/Arduino-MakefileSudar
2012-09-10Fixed a typo in README.Sudar
2012-08-27Merge pull request #3 from WizenedEE/basicSudar
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
2012-08-18detabbed changelog, and appended my contributionsjeffkowalski
2012-08-18Libraries may also contain subdirectory called "utility", containingjeffkowalski
2012-08-18Added autodetection of ARDMK_DIRjeffkowalski
2012-08-18Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE'sjeffkowalski
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
2012-07-13Changed bytes option for the head shell command, so that it works in Mac as wellSudar
2012-07-13Updated ReadmeSudar
2012-07-13Merged changes from https://github.com/rpavlik/Arduino-MakefileSudar
2012-07-13Merged from https://github.com/gaftech/Arduino-Makefile/Sudar
2012-07-13Merged from https://github.com/szechyjs/Arduino-Makefile/Sudar
2012-07-13Merge https://github.com/maqifrnswa/Arduino-MakefileSudar
2012-07-13Updated Readme with latest changesSudar
2012-07-06modified 'make size' behaviourGabriel
2012-07-06allow user to choose source filesGabriel
2012-07-06Updated Readme and added the list of changes done in this forkSudar
2012-07-05Improved library finding logic.Ryan Pavlik
2012-07-05rename functions to allow nicer output.Ryan Pavlik
2012-07-05Simplify user and system librariesRyan Pavlik
2012-07-05Simplify finding arduino dirRyan Pavlik
2012-07-05Clarify by adding (space-based) indentation.Ryan Pavlik
2012-07-05Less shell-based implementation of dir_if_existsRyan Pavlik
2012-07-05Clean up and improve displayed output.Ryan Pavlik
2012-07-05Add info about setting USER_LIB_PATH and ARDMK_DIR relative to source.Ryan Pavlik
2012-07-05Clarify where we actually look for libsRyan Pavlik
2012-07-05add the size and disasm targets to the docsRyan Pavlik
2012-07-05Fix typo in docsRyan Pavlik
2012-07-05Add autodetection caveat to docsRyan Pavlik
2012-07-05Remove duplicated section of documentation.Ryan Pavlik