aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-20Add support for specifying optimization levelSudar
2013-06-20Add $OBJDIR to the list of configuration that gets printedSudar
2013-06-20Release v0.12.00.12.0Sudar
2013-06-20Deprecate "generated_assembly" target in favour of "generate_assembly"Sudar
2013-06-19Fix make generated_assemblyMatthijs Kooijman
2013-06-19Let the .pde and .ino rules also depend on $(COMMON_DEPS)Matthijs Kooijman
2013-06-15Release v0.11.00.11.0Sudar
2013-06-15Add an example to show how to compile AVR C filesSudar
2013-06-15Add support for compiling plain AVR C filesSudar
2013-06-15Handle cases where certain fuse bits are not presentSudar
2013-06-15Add the ability to configure avrdude optionsSudar
2013-06-15Add a warning when HEX_MAXIMUM_SIZE is not specifiedSudar
2013-06-15Fix whitespace issuesSudar
2013-06-15Replace hardcoded executables with variableSudar
2013-06-14Remove traces of time travel ;)Sudar
2013-06-14Tag v0.10.6 for release0.10.6Sudar
2013-06-14Merge pull request #72 from matthijskooijman/indent-fixSudar
2013-06-14Don't indent variable assignments with tabsMatthijs Kooijman
2013-06-14Move reseting Leonardo logic to ard-reset-arduinoSudar
2013-06-13Merge pull request #70 from matthijskooijman/libs-fixSudar
2013-06-13Fix directory creation for library source filesMatthijs Kooijman
2013-06-13Make serial baudrate detection work in MacSimon John
2013-06-13Change the way AUTO_ARDUINO_VERSION is computedSimon John
2013-06-13Add changelog and start development of v0.10.6Sudar
2013-06-13Merge pull request #66 from sej7278/d10066072f2df78432f0b577853d533215ca2773Sudar
2013-06-13fixed whitespace and /dev/null redirectionSimon John
2013-06-12Correct the build directory name in commentsSudar
2013-06-11Release v0.10.50.10.5Sudar
2013-06-11Add todo's and known issuesSudar
2013-06-11Add support for leonardo.Sudar
2013-06-09Added example to show how to program using Arduino as ISP. Fixes #55Sudar
2013-06-09Enhanced support for programming using Arduino as ISP. Fixes #56Sudar
2013-06-09Enhanced config detection messagesSudar
2013-06-09Strip extra whitespace from the variable. Fixes #57Sudar
2013-06-08Added leonardo support. Took Code from @guicho271828Sudar
2013-06-08Moved comments outside the rule. Otherwise the comments were getting printedSudar
2013-06-06Fixed some typos in commentsSudar
2013-06-02Reformatted file and changed some wrong tabs into spacesSudar
2013-05-31Added ifndef ARDUINO_VAR_PATH for compiling for the attinySudar
2013-05-31Allow adding extra common dependenciesSudar
2013-05-31Formatting and typo fixesSudar
2013-05-31Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo. Fixes #43 ...Sudar
2013-05-31Added a todo comment for package authors. Fixes #50Sudar
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