aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-01Reverting -flto flag from AVR core until all compatibility problems are worke...Cristian Maglie
2014-06-30Merge branch 'master' into ide-1.5.xCristian Maglie
2014-06-30Backported digitalPinToInterrupt macro from IDE 1.5.xCristian Maglie
2014-06-27Merge branch 'ide-1.5.7' into ide-1.5.xCristian Maglie
2014-06-25Support Atmega8 (and similar that define PE instead of UPE) againMatthijs Kooijman
2014-06-25Removed patch for old malloc bug (no more useful with updated toolchain)Cristian Maglie
2014-06-25Fixed compilation error when targetting Mega. Error is caused by #2039 and th...Federico Fissore
2014-06-25gcc: Adding -w flag to compiler.c.elf.flags in order to avoid printing ISR wa...Federico Fissore
2014-06-25Enabling link-time optimization. See #660Federico Fissore
2014-06-25New common AVR toolchainFederico Fissore
2014-06-19Merge branch 'master' into ide-1.5.xCristian Maglie
2014-06-19Fixed regression in USBAPI and CDC (xaljox)Cristian Maglie
2014-06-13Merge branch 'master' into HEADCristian Maglie
2014-06-10Update USBAPI.hEmbedded Micro
2014-06-02Merge pull request #2104 from amulya349/masterCristian Maglie
2014-05-30Merge branch 'master' into HEADCristian Maglie
2014-05-30USB CDC available() method returns correct number of bytes in buffer.Cristian Maglie
2014-05-30Fix of a bugAmulya Kumar Sahoo
2014-05-30Fix of a bugAmulya Kumar Sahoo
2014-05-26Merge branch 'usbcdc-improved' into ide-1.5.xCristian Maglie
2014-05-24Improve CDC read codePaul Brook
2014-05-24Fix race condition in USB CDC transmitPaul Brook
2014-05-24improved USB write speedsJustin Rajewski
2014-05-24Backported Print class from ide-1.5.x branchCristian Maglie
2014-05-23Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Ardu...Cristian Maglie
2014-05-23Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2014-05-07Match return value to type in available()Zachary J. Fields
2014-05-06Remove unneeded register and ISR names in HardwareSerialx.cppMatthijs Kooijman
2014-05-06Fix comment typoMatthijs Kooijman
2014-05-02Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2Matthijs Kooijman
2014-04-20Fixed other trivial warnings in AVR USB core.Cristian Maglie
2014-04-20Removed other unused variables in CDC.cpp and HID.cppCristian Maglie
2014-04-20Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.Cristian Maglie
2014-04-20Merge branch 'ide-1.5.x-warnings' of github.com:matthijskooijman/Arduino into...Cristian Maglie
2014-04-10Merge branch 'ide-1.5.x_serial_config' of github.com:bluesign2k/Arduino into ...Cristian Maglie
2014-04-10Merge remote-tracking branch 'matthijs/ide-1.5.x-platform.local.txt' into ide...Cristian Maglie
2014-04-10Explicitly define compiler.path in avr/platform.txtMatthijs Kooijman
2014-04-07Merge branch 'master' into ide-1.5.xCristian Maglie
2014-04-04Add (empty) compiler.*.extra_flags variables in platform.txtMatthijs Kooijman
2014-04-01Merge commit '1ad74' into ide-1.5.xCristian Maglie
2014-04-01Use correct type for index calculation in HardwareSerialCristian Maglie
2014-04-01I forgot a filejantje
2014-04-01Import WString from 1.5.6Matt Jenkins
2014-04-01Fixed string constructor overloading bugMatt Jenkins
2014-03-27Fix typo in SerialEvent3 handlingMatthijs Kooijman
2014-03-24Added support for different size of TX and RX buffer sizes.jantje
2014-03-23This commit contains 2 changes:jantje
2014-02-19Update revision log. Upped version to 1.5.6Cristian Maglie
2014-02-19Don't store peeked characters in a char variableMatthijs Kooijman
2014-02-19Instead of #defining true and false, include stdbool.hMatthijs Kooijman