aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25Add support for assembler code in librarieshrobeers
2014-04-22Merge pull request #194 from sej7278/masterSudar
2014-04-21fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSIONSimon John
2014-04-21Merge pull request #193 from sej7278/masterSudar
2014-04-21Added easier instructions to workaround ccache on Fedora. Prettified.Simon John
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-13Add manpage back to specfileSimon 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-05Merge pull request #185 from sej7278/masterSudar
2014-04-04simplified packaging by removing dependencies on python3/pyserialSimon John
2014-04-03Merge pull request #183 from sej7278/masterSudar
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-16Merge pull request #177 from geoffholden/masterSudar
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-06Merge pull request #164 from sej7278/masterSudar
2014-02-05now includes avr-libc/*.c files malloc.c and realloc.cSimon John
2014-02-04Merge pull request #162 from sej7278/masterSudar
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-02Merge pull request #161 from sej7278/masterSudar
2014-02-01BUNDLED_AVR_TOOLS_DIR is now set correctly using := instead of ?=,Simon John
2014-01-29Bump up version to v1.3.0 for release1.3.0Sudar
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-28Merge pull request #159 from peplin/simpler-crossplatform-pathsSudar
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-28Override complete compiler tool paths for chipKIT.Christopher Peplin
2014-01-14Freezing up code for v1.2.0 release1.2.0Sudar
2014-01-14Remove `arduino-mk` folder from all examplesSudar