aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-28Merge pull request #158 from peplin/silent-whichSudar
2014-01-28Merge pull request #157 from peplin/no-hardcoded-port-in-examplesSudar
2014-01-29Document that ARDUINO_DIR must be a relative path in WindowsSudar
2014-01-28Merge pull request #155 from peplin/monitor-port-checkSudar
2014-01-28Document that ARDUINO_DIR must be a relative path in Windows.Christopher Peplin
2014-01-28Use more reliable serial device naming in Windows.Christopher Peplin
2014-01-28Don't hard code MONITOR_PORT in examples, for more flexible testing.Christopher Peplin
2014-01-28Silence the stderr output from call to `which`.Christopher Peplin
2014-01-14Freezing up code for v1.2.0 release1.2.0Sudar
2014-01-14Remove `arduino-mk` folder from all examplesSudar
2014-01-14Simplify package vs git checkout detectionSimon John
2014-01-14Move files out of `arduino-mk` subdirectorySimon John
2014-01-14Add information about `package` folder to changelogSudar
2014-01-04Merge pull request #146 from sej7278/masterSudar
2014-01-05Added some more build dependencies to ensure everything needed to build isSimon John
2014-01-05Debian package rebuild instructions.Simon John
2014-01-01Merge pull request #145 from sej7278/masterSudar
2013-12-30Changed documentation to use new path, also added dependency info.Simon John
2013-12-30moved to better directory layoutSimon John
2013-12-30Added package directory with RPM SPECfile (and instructions!)Simon John
2013-12-26Bump up version number to v1.1.0 for release1.1.0Sudar
2013-12-26Add information about license in `README.md`Sudar
2013-12-26Use `ARDUINO_HEADER` variable instead of hardcoded file namesSudar
2013-12-20Merge pull request #143 from mahoy/masterSudar
2013-12-20Allow target specific optimization levels/debug flagsmahoy
2013-12-17Add `CONTRIBUTING.md` explaining how to contribute to this projectSudar
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