aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-09Revert "Bump avr core version to 1.6.13"Cristian Maglie
2016-08-05Bump avr core version to 1.6.13Martino Facchin
2016-07-25Move lto flags before -Wl to fix Mega2560 "relax" substitutionMartino Facchin
2016-07-25publish avr core 1.6.12Martino Facchin
2016-07-25Enable LTOCristian Maglie
2016-07-25Added -fpermissive flag.Cristian Maglie
2016-07-22Merge pull request #5128 from facchinm/configurable_usb210Martino Facchin
2016-07-21Merge pull request #5135 from facchinm/usbsuspend_resumeMartino Facchin
2016-07-18Wrap SoftwareSerial _SS_MAX_RX_BUFF defineSandeep Mistry
2016-07-18Cast to "unsigned int" instead of just "unsigned" for consistencySandeep Mistry
2016-07-18Merge pull request #4667 from bblanchon/patch-1Sandeep Mistry
2016-07-18Merge pull request #4718 from mattb5906/new-feature/stream-timeout-get-4680Sandeep Mistry
2016-07-18Merge branch 'invalidated-string-move' of https://github.com/sandeepmistry/Ar...Cristian Maglie
2016-07-14Send an USB remote wakeup if data need to be writtenMartino Facchin
2016-07-14[AVR][USB] fix IRQ flags clearingMartino Facchin
2016-07-13configurable USB_VERSION string via defineMartino Facchin
2016-07-12Make String::move of an invalidated String result in an invalidated StringSandeep Mistry
2016-07-11Merge pull request #4864 from sandeepmistry/avr-usb-txArturo Guadalupi
2016-07-07Merge pull request #5018 from sandeepmistry/sam-SerialUSB.availableForWriteArturo Guadalupi
2016-07-07Merge pull request #4814 from sandeepmistry/avr-pin_Arturo Guadalupi
2016-07-07Merge pull request #4813 from sandeepmistry/sam-i2c-symbolsArturo Guadalupi
2016-06-28WString.h: allow modifying the string while iteratingIvan-Perez
2016-06-28WString.h: Add const qualifier to `begin` and `end` functionsIvan-Perez
2016-06-05Fix buffer being overwritten by multiple twi_transmit callskellerkindt
2016-05-18Move Caterina_BL related defines into generic USBCore.hMartino Facchin
2016-05-10Fixing issue #4940 (typo)Brent Wilkins
2016-05-10update AVR core to 1.6.11Martino Facchin
2016-05-10add support for remote upload on Yun shieldMartino Facchin
2016-04-28Merge branch 'upload-without-verify' of https://github.com/gh-megabit/ArduinoCristian Maglie
2016-04-26Merge branch 'sam-recipe_ar_pattern-backwards-compatibility' of https://githu...Cristian Maglie
2016-04-20Removed extra whitespaces in WString.hCristian Maglie
2016-04-20Removed C++11 dependency for `begin()` and `end()`Christopher Andrews
2016-04-20Updated String library to use C++11 iterators.Christopher Andrews
2016-04-15Implement Do-Not-Verify-After-Upload preference for Serial Uploadsgh-megabit
2016-04-14Subtract one from USB_EP_SIZE in USB_SendSpaceSandeep Mistry
2016-04-06[AVR] Discover newer bootloader at runtimeMartino Facchin
2016-04-05Update SoftwareSerial.cppBradley Luke Totaro
2016-04-04Add PIN_* defines to AVR variantsSandeep Mistry
2016-04-04Add comment for archive_file_pathSandeep Mistry
2016-04-04Merge pull request #4737 from per1234/recipe_ar_pattern-backwards-compatibilitySandeep Mistry
2016-04-04Merge pull request #4716 from asukiaaa/masterSandeep Mistry
2016-03-31Merge pull request #4669 from sandeepmistry/software-serial-peek-castArturo Guadalupi
2016-03-22AVR recipe.ar.pattern backwards compatibilityper1234
2016-03-19Corrected comments of rx and tx for SoftwareSerial example.asukiaaa
2016-03-18Add getTimeout accessor method.mattb5906
2016-03-15Clean up comments in platform.txtper1234
2016-03-10Make SoftwareSerial receive buffer a uint8_t arraySandeep Mistry
2016-03-10Add missing cast to SoftwareSerial::peek() when returning buffered valueSandeep Mistry
2016-03-09Fix Wire registerPaolo Paolucci
2016-03-08Speed and size improvement in Print::printFloat()BenoƮt Blanchon