aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
2020-07-23Merge tag '1.8.3' into upstream-updatesDavid Madison
2020-05-13Add "new" proxy header for compatibility with c++-standard #include<new>eudoxos
2020-05-02Update comment on wiring_analog.cMaximilian Leopold
2020-03-18Fix sine -> since typo in HardwareSerial filesDaniel Jackson
2020-02-01Merge ArduinoCore-avr Release 1.8.2David Madison
2019-09-25Interrupt ordering for 32u2 and 16u2 MCU (#66)Manuel Reimer
2019-09-16Merge pull request #4 from awatterott/masterAlexander Entinger
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 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-04remove unnecessary if branchAkihiro YAMAZAKI
2019-07-29Add null pointer test to String destructorJeff Rowberg
2019-06-08Do not claim AT-protocol in CDC interface descriptorMatthijs Kooijman
2019-04-26Fixed shiftOut in MSBFIRST mode HIGH/LOWluca
2019-04-26Minor optimization in shiftOut functionluca
2019-03-09Change endpoint comments to use send/recvDavid Madison
2019-03-09Switch 'available' return type to uint8_tDavid Madison
2019-03-09Moved send above recv in Xinput API headerDavid Madison
2019-02-21Add USB connected API supportDavid Madison
2019-02-21Change receive endpoint to double-bankedDavid Madison
2019-02-21Use endpoint number defines for ep allocationDavid Madison
2019-02-21Add USB receive callback to USB ISRDavid Madison
2019-02-21Add XInput USB APIDavid Madison
2019-02-19Change VID and PID in boards.txtDavid Madison
2019-02-19Add XInput endpoint number definesDavid Madison
2019-02-19Allocate XInput endpoint memoryDavid Madison
2019-02-19Modify endpoint numbers to be sequentialDavid Madison
2019-02-19Add XInput string descriptorsDavid Madison
2019-02-19Add XInput device and config descriptorsDavid Madison
2019-02-17Removed USB CDC SerialDavid Madison
2019-02-17Define descriptor return var in pluggable blockDavid Madison
2019-02-15Replace Serial with nullDavid Madison
2019-02-15Fix warning related to disabling Pluggable HIDDavid Madison
2019-02-15Disable Pluggable USBDavid Madison
2019-01-21Add parameters names to common prototypesPaul R. Nash
2019-01-04Remove commented out code for I2C interrupts on WInterrupts.cPaulo Costa
2018-12-11Add USBDevice.isSuspended()Gergely Nagy
2018-10-26Add noexcept specifier to placement new operatorPharap
2018-08-18Prevent possible compiler warningPharap
2018-08-18Add placement new operatorPharap
2018-08-11Add `bitToggle` macro to complement `bitSet` etcShriramana Sharma
2017-12-18Fix MCUs without MPCM0 registerMartino Facchin
2017-11-13Fix flush hanging issueJohn Holman
2017-11-13Improve how TXCn bit is cleared in USCRnA registerJohn Holman
2017-11-13Prevent buffer retransmission when transmit buffer is emptyJohn Holman