aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2014-03-11Fix AVR tools paths for chipKIT in Linux.Christopher Peplin
2014-03-06Beautify arduino-mk-vars.mdtinyladi
2014-03-06Add `OBJDIR` reference to `arduino-mk-vars.md`tinyladi
2014-03-06Add a reference makefile, with real-world exampletinyladi
2014-02-15Add -D__PROG_TYPES_COMPAT__ to the avr-g++ compiler flagsSimon John
2014-02-08Add "gpio" to the list of isp's that don't have a portSimon John
2014-02-05now includes avr-libc/*.c files malloc.c and realloc.cSimon John
2014-02-04Added the arduino-mk-vars.md file to the Fedora SPECfile.Simon John
2014-02-04Bump up version to 1.3.1 for release1.3.1Sudar
2014-02-04Add a new target `help_vars`Sudar
2014-02-04Document all the variables that can be overridden in child makefileSudar
2014-02-01BUNDLED_AVR_TOOLS_DIR is now set correctly using := instead of ?=,Simon John
2014-01-29Fix some typos and errors in changelogSudar
2014-01-29Update `README.md` about compatibility with WindowsSudar
2014-01-29Update changelog about the recent changesSudar
2014-01-29Document that ARDUINO_DIR must be a relative path in WindowsSudar
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-14Add information about `package` folder to changelogSudar
2013-12-26Bump up version number to v1.1.0 for release1.1.0Sudar
2013-12-26Use `ARDUINO_HEADER` variable instead of hardcoded file namesSudar
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-16Update changelog about `usbtiny` fixSudar
2013-12-16Add option to set fuses without burning a bootloaderSimon John
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-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-25Fix whitespace and line spacingSudar
2013-09-25Unconditionally add `-D` in avrdude options.Sudar
2013-09-22Bump up version to v1.0.0 for release1.0.0Sudar
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-15Added detailed instructions for using alternative coresSudar
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-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-02Move wait-for-reconnection logic inside ard-reset-arduinoSudar