aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2013-12-26Bump up version number to v1.1.0 for release1.1.0Sudar
2013-12-26Add information about license in `README.md`Sudar
Fix #128
2013-09-25Bump up version to v1.0.1 for release1.0.1Sudar
This is just a minor bug fix release
2013-09-22Fix link to colorgcc in readmeSudar
2013-09-22Bump up version to v1.0.0 for release1.0.0Sudar
2013-09-22Add note about using colorgcc with this makefileSudar
Fix #119
2013-07-28Update instructions about ARDMK_DIR and ARDMK_PATHSudar
Both `ARDMK_DIR` and `ARDMK_PATH` needs to be set differently based on whether the makefile is installed through a package or git checkout. Refer to #111 to find out why it is needed.
2013-07-18Fix typo in Perl command in READMEChristopher Peplin
2013-07-12Make `ARDMK_PATH` and `ARDMK_DIR` backward compatibleSudar
When support for ChipKit was added recently (issue #98) it broke the way ARDMK_PATH and ARDMK_DIR were handled, if the package was installed through package. It was only working if you have done a git checkout. This commit fixes it, but searching for `Common.mk` both in `ARDMK_DIR/arduino-mk` and `ARDMK_DIR/` directories. Fix #110
2013-07-09Remove Perl YAML dependency from documentation.Christopher Peplin
YAML is no longer necessary in Perl since ard-parse-boards was implemented in the Makefile itself.
2013-06-28Update instructions about including librariesSudar
2013-06-25Mention AVRDUDE and AVRDUDE_CONF in README.md.Ralf Doering
2013-06-25Add openSUSE perl package hints to README.md.Ralf Doering
Signed-off-by: Ralf Doering <ralf@rdoering.net>
2013-06-23Add installation guide to Readme fileSudar
2013-06-20Release v0.12.00.12.0Sudar
2013-06-15Release v0.11.00.11.0Sudar
2013-06-14Tag v0.10.6 for release0.10.6Sudar
2013-06-11Release v0.10.50.10.5Sudar
2013-06-11Add todo's and known issuesSudar
2013-06-11Add support for leonardo.Sudar
Leonardo board requires a new way of handling board reset. There is a new script which does the reset differently for leonardo boards. close #30 and close #44
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-19Updated readme to add information about change in maintainersSudar
2013-01-21Updated ReadmeSudar
2013-01-21Merge branch 'master' of git://github.com/fr0sty1/Arduino-MakefileSudar
2013-01-21Update README.mdfr0sty1
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-15updated readmeSudar
2012-12-15Merged all commits from upstreamSudar
2012-12-15Merged all commits from upstreamSudar
2012-10-07added MacPortsAndreas Lohr
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-17Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's commentMartin Oldfield
2012-09-17Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked ↵Martin Oldfield
notes for other OSs
2012-09-10Fixed a typo in README.Sudar
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
2012-08-20Updated Readme with jeffkowalskiSudar
2012-07-15Automatically read the BAUDRATE from sketch. Works only in linux for nowSudar
2012-07-13Changed bytes option for the head shell command, so that it works in Mac as wellSudar
2012-07-13Updated ReadmeSudar
2012-07-13Updated Readme with latest changesSudar
2012-07-06Updated Readme and added the list of changes done in this forkSudar
2012-06-23the package name in Debian and Ubuntu is arduino-mkScott Howard
2012-05-05Corrected the ubuntu package namesSudar
2012-04-29Rejig path calculations.\nMove reset target to Perl.\nMartin Oldfield
2012-03-25Build user libraries from the sketchbook directory.Christopher Peplin
2012-03-10Added READMEMartin Oldfield