aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-12Fixed trivial include error introduced in previous commit 2e3e539b... oops...Cristian Maglie
2014-09-12Merge pull request #2299 from cmaglie/ide-1.5.x-spi-updatesCristian Maglie
2014-09-12Added license to USBAPI.hCristian Maglie
2014-09-12Merge pull request #1937 from matthijskooijman/stringindexCristian Maglie
2014-09-10Fix off-by-one in String::substringMatthijs Kooijman
2014-09-10Merge pull request #2279 from cmaglie/fix-leo-upload-osx10.9.4Cristian Maglie
2014-09-10Simplify String::remove(unsigned int)Matthijs Kooijman
2014-09-10Fix bounds check in String::remove()Matthijs Kooijman
2014-09-10Remove unneeded check in String::remove(unsigned int)Matthijs Kooijman
2014-09-06Fixed license for new.cpp and small cosmetic changesCristian Maglie
2014-09-06Correct implementation of gcc specific internal functionsCristian Maglie
2014-09-06Printable.h doesn't need new.h but only stdlib.h for size_t.Cristian Maglie
2014-09-05Updated version to 1.5.8Cristian Maglie
2014-09-01Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4Cristian Maglie
2014-08-08Merge branch 'master' into ide-1.5.xCristian Maglie
2014-08-08Added replacement stub for cstdlib atexit() funciton.Christopher Andrews
2014-08-01SPI Transactions for AVRPaulStoffregen
2014-07-24Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2014-07-24Merge pull request #2206 from amulya349/masterCristian Maglie
2014-07-23Fix of a bugAmulya Kumar Sahoo
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