aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2014-08-01Fix CFLAGS vs CXXFLAGS typoSimon John
2014-07-16Add information about `Bare-Arduino-Project` in READMESudar
2014-07-15Remove "./" in "make clean" to clean any OBJDIR & change "tinyladi" to "ladis...ladislas
2014-07-12Bump up version to v1.3.4 for release1.3.4Sudar
2014-06-30Build core objects in subdirectory, fixes issue #82Simon John
2014-06-29Added quotes around greps/cats to help alleviate possible problemsSimon John
2014-06-21Really fix $MONITOR_PORT detectionSimon John
2014-06-15Fixed $MONITOR_PORT detection, thanks choffmannSimon John
2014-06-10Make Arduino.mk compatible with FlymakeRonan Barzic
2014-05-27Add missing newlines at end of some echo's (issue #207)Simon John
2014-05-22"make show_boards" now lists the board name as well as board tag.Simon John
2014-05-20Check that on windows ARDUINO_DIR (and MPIDE_DIR) is a relative path.Simon John
2014-05-03If no port is specified, try to guess it from wildcardsChris Patuzzo
2014-04-25Add support for assembler code in librarieshrobeers
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