aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-21Merge pull request #2194 from Fede85/ide-1.5.x_lib-descriptionCristian Maglie
2014-07-19Merge pull request #2190 from ribbons/compiler-warningsCristian Maglie
2014-07-18missing paragraph field in library.propertiesFede85
2014-07-18modified sentences in library.properties filesFede85
2014-07-18Add availableForWrite() to HardwareSerialPaulStoffregen
2014-07-17Cast empty string to char* to fix compiler warningMatt Robinson
2014-07-02Merge pull request #1912 from Lauszus/issues440Cristian Maglie
2014-07-02Merge pull request #2148 from Lauszus/prominiCristian Maglie
2014-07-02added support for the ArduinoISPFede85
2014-07-01Update ArduinoWifiShield_upgrade_mac.shCristian Maglie
2014-07-01Update ArduinoWifiShield_upgrade.shAnkit Daftery
2014-07-01Merge branch 'master' into ide-1.5.xCristian Maglie
2014-07-01Fixed permission on wifishield upgrade script.Cristian Maglie
2014-07-01Merge pull request #2118 from benoit-artefactlabs/wifishield-upgrade-firmware...Cristian Maglie
2014-07-01Merge branch 'master' into matthijskooijman-ide-1.5.x-timer-variantCristian Maglie
2014-07-01Merge branch 'ide-1.5.x-timer-variant' of github.com:matthijskooijman/Arduino...Cristian Maglie
2014-07-01Merge pull request #2139 from cmaglie/init-variantCristian Maglie
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-28Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analo...Kristian Lauszus
2014-06-27initVariant() is now declared as external "C" function.Cristian 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-25Allow variants to define an initVariant() function that is called at startup.Matthijs 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-19Allow variants to define an initVariant() function that is called at startup.Cristian Maglie
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-08corrected wrong path to firmware binaries in wifishield upgrade script for macbenoit.git
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-16Support TIMER1CMatthijs Kooijman
2014-05-07Match return value to type in available()Zachary J. Fields