aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
AgeCommit message (Expand)Author
2013-07-03Replace Leonardo detection with Caterina detectionSimon John
2013-07-02Move wait-for-reconnection logic inside ard-reset-arduinoSudar
2013-07-01Move binary sketch size verification logic inside makefileSudar
2013-06-29Improve avrdude and avrdude_conf path auto detectionSudar
2013-06-29Add CURRENT_OS macro which has the current osSudar
2013-06-29Print config info about AVR_TOOLS_DIR alwaysSudar
2013-06-25Don't overwrite AVRDUDE_CONF if AVR_TOOLS_DIR is not set.Ralf Doering
2013-06-25Remove tab from empty line.Ralf Doering
2013-06-23Remove redundant checks for ARDUINO_DIRSudar
2013-06-23Auto detect alternate core path from sketchbook folderSudar
2013-06-22Remove "utility" from example makefilesSudar
2013-06-21Add support for reseting "Micro" Arduino.Simon John
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 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-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-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 support for leonardo.Sudar
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 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