aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2014-04-14Allow spaces in "Serial.begin (....)"Pierre DAVID
2014-04-13Bump up version to v1.3.3 for release1.3.3Simon John
2014-04-11Bump up version to v1.3.2 for release1.3.2Sudar
2014-04-11Tweak AVRdude conf file detection in windowsEAGMnor
2014-04-04simplified packaging by removing dependencies on python3/pyserialSimon John
2014-04-02python3 compatibilitySimon John
2014-04-02replace perl reset script with python oneSimon John
2014-03-23Add `BOOTLOADER_PARENT` which has to be set if the user sets either of the ot...Simon John
2014-03-20Add phony target to run pre-build hook scriptJulien Ridoux
2014-03-14Fix: Consider usb... to be a valid ISP_PORTGeoff Holden
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