aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14Added Adafruit Circuits Playground boardCristian Maglie
2016-11-22Update bundled avr core to 1.6.15Martino Facchin
2016-09-29Set default values for Arduino AVR Boards upload.verify and program.verifyper1234
2016-09-21Update to avrdude 6.3 and avr core 1.6.14Martino Facchin
2016-09-12Spaces to tabIván Pérez
2016-09-12WString: add `toDouble`Iván Pérez
2016-09-08Merge pull request #5300 from mischnic/attiny_anlReferenceSandeep Mistry
2016-09-07Requested changes to not change code for non ATtinyX5sNiklas Mischkulnig
2016-08-28remove extra semicolonKyle Chisholm
2016-08-27Add all analog references supported by the ATtinyX5 seriesNiklas Mischkulnig
2016-08-14Update SoftwareSerialExample.inoPaul Vivier
2016-08-11Use a specific hardware/package_index_bundled.json. AVR core version to 1.6.13Cristian Maglie
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