aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25Interrupt ordering for 32u2 and 16u2 MCU (#66)Manuel Reimer
2019-09-20Added SERIAL_PORT_MONITOR define to Arduino EthernetGiampiero Baggiani
2019-09-20Merge pull request #286 from arduino/remove-genuinoMartino Facchin
2019-09-20Removed Genuino Micro and set to replace it with Arduino Micro on uploadCristian Maglie
2019-09-19Remove Genuino OccurrencesLuca Cipriani
2019-09-18Merge pull request #284 from arduino/revert-52-masterAlexander Entinger
2019-09-18Revert "Changed linking order, so precompiled libraries can use the Arduino c...Alexander Entinger
2019-09-16Merge pull request #4 from awatterott/masterAlexander Entinger
2019-09-16Add i2c_scanner to example of Wire (#93)Asuki Kono
2019-09-16Changed linking order, so precompiled libraries can use the Arduino c… (#52)Corjan85
2019-09-16Merge pull request #82 from luco5826/masterAlexander Entinger
2019-09-16Merge pull request #95 from jrowberg/masterAlexander Entinger
2019-09-16Merge pull request #92 from matthijskooijman/cdc-no-prototocol-atAlexander Entinger
2019-09-16Merge pull request #99 from gigoh/fix-bootloader-pathAlexander Entinger
2019-09-16Merge pull request #100 from CombiesGit/patch-1Alexander Entinger
2019-09-16Merge pull request #31 from jamadagni/patch-1Alexander Entinger
2019-09-16Merge branch 'master' into patch-1Alexander Entinger
2019-09-16Merge pull request #33 from Pharap/add-placement-newAlexander Entinger
2019-09-16Merge pull request #64 from paulrnash/paulrnash-intellisenseAlexander Entinger
2019-09-16Adding parenthesis around 'bitvalue' allowing correct macro expansion when us...Alexander Entinger
2019-09-16Merge pull request #76 from dmadison/pluggable-unusedAlexander Entinger
2019-09-16Merge pull request #103 from zakkie/fix/remove_ifAlexander Entinger
2019-09-04remove unnecessary if branchAkihiro YAMAZAKI
2019-08-16Update twi.cCombiesGit
2019-08-02rename yunmini.bootloader.file on boards.txtGeonil Goh
2019-07-29Add null pointer test to String destructorJeff Rowberg
2019-07-21Cast pins to signed integers to avoid Wtype-limits compile warningJeff Rowberg
2019-06-08Do not claim AT-protocol in CDC interface descriptorMatthijs Kooijman
2019-05-16Merge pull request #51 from florian-schweiger/patch-1Martino Facchin
2019-04-26Fixed shiftOut in MSBFIRST mode HIGH/LOWluca
2019-04-26Minor optimization in shiftOut functionluca
2019-02-17Define descriptor return var in pluggable blockDavid Madison
2019-01-21Add parameters names to common prototypesPaul R. Nash
2019-01-07Merge pull request #59 from paulo-raca/wiring_private_i2cMartino Facchin
2019-01-04Remove commented out code for I2C interrupts on WInterrupts.cPaulo Costa
2018-12-19Merge pull request #54 from algernon/pull/wakeup-suspend-hooksMartino Facchin
2018-12-19Merge pull request #56 from per1234/arduino-as-isp-atmega32u4-programmerMartino Facchin
2018-12-19Add ATmega32U4-compatible Arduino as ISP programmerper1234
2018-12-19Revert "Updated Arduino as ISP setting"per1234
2018-12-11Add USBDevice.isSuspended()Gergely Nagy
2018-11-26Removed historic Arduino-0012 workaroundFlorian Schweiger
2018-10-26Add noexcept specifier to placement new operatorPharap
2018-09-10Release 1.6.23Cristian Maglie
2018-09-03Fix compiler warnings about ignored 'const' in EEPROM.hBrian Park
2018-09-03Treat narrowing conversion as warning, not errorPaulStoffregen
2018-08-18Prevent possible compiler warningPharap
2018-08-18Add placement new operatorPharap
2018-08-11Add `bitToggle` macro to complement `bitSet` etcShriramana Sharma
2018-05-09Starting 1.6.22Martino Facchin
2018-04-12Update DigitalPotControl.inoSimonePDA