aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-25Fixed Serial Port Argument That May Include SpacesVarun Mehta
2017-07-18Use correct part names in Tools > Processor menusper1234
2017-07-07Update comments to reflect Stream functions changed from private to protectedper1234
2017-05-31Updated bundled AVR core to 1.6.19Cristian Maglie
2017-05-23Removed unneeded include in Print.hCristian Maglie
2017-05-23Move the flush method from Stream to PrintMatthijs Kooijman
2017-05-16Add Print::availableForWriteEric Wieser
2017-03-20Fixed warning about unused variableCristian Maglie
2017-03-20upd: build.boardsergiotomasello
2017-03-16use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN I...liu nick
2017-03-16[AVR] USB send ZLP when neededCristian Maglie
2017-03-16Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"Cristian Maglie
2017-03-14upd: uno wifi with wifi linksergiotomasello
2017-03-08AVR: Prevent warnings if BIN is previously definedCristian Maglie
2017-03-07fix extended fuse bits for ethernet boardAdrien Descamps
2017-03-07Set unused bits of extended fuse to 1Adrien Descamps
2017-02-08Update bundled avr core version to 1.6.18Martino Facchin
2017-02-08Add virtual beginMulticast(...) stub to UDP classSandeep Mistry
2017-02-08Merge branch 'master' into stk500-jtagice3Martino Facchin
2017-02-08Add Atmel-ICE as AVR programmerMartino Facchin
2017-01-09[AVR] update to 1.6.17Martino Facchin
2017-01-09Merge pull request #5815 from roncapat/masterMartino Facchin
2017-01-08Remove old TODOs for non-standard ipv4 format supportPatrick Roncagliolo
2017-01-07Change double quotes to single quotesPatrick Roncagliolo
2016-12-28Properly escape avrdude.upload.network_pattern to handle spaces in pathMartino Facchin
2016-12-21Add arduinoOTA upload toolMartino Facchin
2016-12-21Add Arduino UNO Wifi boardMartino Facchin
2016-12-19Merge branch 'master' of github.com:arduino/ArduinoCristian Maglie
2016-12-19Fixed build.board for some boardsCristian Maglie
2016-12-16Fix Circuitplay tools reference (take 2)Martino Facchin
2016-12-16Fix Circuitplay core and tools referenceMartino Facchin
2016-12-16Merge pull request #5731 from facchinm/tian_supportMartino Facchin
2016-12-16Added empty efuse property for atmega8 bootloader rulesCristian Maglie
2016-12-16publish avr core 1.6.16 prereleaseMartino Facchin
2016-12-16Add ArduinoISP.org programmerMartino Facchin
2016-12-16Adding Arduino.org new boardsMartino Facchin
2016-12-15Merge branch 'generate_dependencies_S' of https://github.com/facchinm/ArduinoCristian Maglie
2016-12-14Added Adafruit Circuits Playground boardCristian Maglie
2016-11-23[AVR] Add -g to elf.flags to allow inclusion of debug symbols in elfMartino Facchin
2016-11-23[AVR] Add -MMD flag to generate depencencies files for S targetsMartino Facchin
2016-11-23Add support for the JTAGICE3 programmerMatthijs Kooijman
2016-11-23Support the Atmel STK500 development board for ISPMatthijs Kooijman
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