aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-07-09Merge pull request #107 from openxc/chipkit-avrdudeSudar
2013-07-09Merge pull request #108 from openxc/no-preferences-requiredSudar
2013-07-09Merge pull request #104 from openxc/update-chipkit-parseboardsSudar
2013-07-09Don't require an IDE preferences file, fallback to default sketchbook.Christopher Peplin
2013-07-09Fix path to avrdude for chipKIT's MPIDE installation.Christopher Peplin
2013-07-09Update a call to PARSE_BOARD to Makefile-style in chipKIT file.Christopher Peplin
2013-07-09Allow objects to be in arbitrary subdirectories.Christopher Peplin
2013-07-09Remove Perl YAML dependency from documentation.Christopher Peplin
2013-07-09Replace Leonardo detection with Caterina detectionSudar
2013-07-09Compile with debugging symbols only when DEBUG=1.Christopher Peplin
2013-07-09Implement ard-parse-boards with shell scripting instead of Perl.Christopher Peplin
2013-07-09Add support for the Digilent chipKIT platformChristopher Peplin
2013-07-09Don't commit example build directories to git.Christopher Peplin