aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-17Update changelog about the last pull request #142Sudar
2013-12-17Merge pull request #142 from sej7278/masterSudar
2013-12-17User-defined or calculated bootloader parent directory, allows forSimon John
2013-12-16Update changelog about `usbtiny` fixSudar
2013-12-16Merge pull request #140 from PPvG/masterSudar
2013-12-16Add option to set fuses without burning a bootloaderSimon John
2013-12-13Don't append port details to avrdude for usbtinyPeter-Paul van Gemerden
2013-12-09Merge pull request #137 from peplin/chipkit-avrdude-macSudar
2013-12-08Adjust path to avrdude/avrdude.conf for MPIDE in Linux.Christopher Peplin
2013-12-05Use MAKEFILE_LIST to get the name of the make fileanthony cantor
2013-12-05Auto detect and include libraries specified in `USER_LIB_PATH`Ladislas
2013-12-05Update `HISTORY.md` about ChipKIT 2013 supportSudar
2013-12-03Include assembly vector table in chipKIT build.Christopher Peplin
2013-12-03Add common linker script for MPIDE version 0023-*-20130817-test.Christopher Peplin
2013-11-27Change echo for printfThomas Sigurdsen
2013-10-06Show correct path to `arduino.mk` file in help messageSudar
2013-10-06Add `burn_bootloader` targetSudar
2013-10-06In ISP mode, read baudrate and programmer from boards.txtSudar
2013-10-06Ignore commented lines while parsing boards.txt fileSudar
2013-10-06Don't append port details to avrdude for usbaspSudar
2013-09-25Bump up version to v1.0.1 for release1.0.1Sudar
2013-09-25Fix whitespace and line spacingSudar
2013-09-25Unconditionally add `-D` in avrdude options.Sudar
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
2013-09-22Add a README file for /examples folderSudar
2013-09-19Revert "Make all executables overridable"Sudar
2013-09-18Change the next version to 1.0.0, instead of 0.13.0Sudar
2013-09-18Make all executables overridableSudar
2013-09-18Remove redundant list of targetsSudar
2013-09-18Whitespace and formatting fixSudar
2013-09-15Merge branch 'help' of github.com:dapicester/Arduino-Makefile into dapicester...Sudar
2013-09-15Added detailed instructions for using alternative coresSudar
2013-09-15Added help target showing a summary of all the available targetsxPaolo D'Apice
2013-08-18Merge pull request #116 from sej7278/masterSudar
2013-08-18Added detailed instructions for using alternative coresSimon John
2013-08-09Allow building with Arduino core, without a .ino/.pde fileSudar
2013-08-09Autodetect baudrate only if either a .ino/.pde is presentSudar
2013-07-27Merge pull request #112 from openxc/silent-mkdirSudar
2013-07-28Update instructions about ARDMK_DIR and ARDMK_PATHSudar
2013-07-28Print config info about ARDMK_DIR after Common.mk file is includedSudar
2013-07-28Remove duplicate definition of `show_config_variable` macroSudar
2013-07-28Remove unnecessary checks for `ARDMK_DIR`Sudar
2013-07-18Fix typo in Perl command in READMEChristopher Peplin
2013-07-12Silence output from the many mkdir calls.Christopher Peplin
2013-07-12Make `ARDMK_PATH` and `ARDMK_DIR` backward compatibleSudar
2013-07-11Merge pull request #106 from openxc/build-in-subdirsSudar
2013-07-10Merge branch 'serial-port-variable-name' of git://github.com/openxc/Arduino-M...Sudar
2013-07-10Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms.Christopher Peplin