aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2022-02-22Merge tag '1.8.4' into upstream-1.8.4David Madison
2021-10-01Merge pull request #383 from DanielGibson/disable-cdcMartino Facchin
2021-05-26Correct typos in comments and documentationper1234
2021-01-06Allow disabling CDC with -DCDC_DISABLEDDaniel Gibson
2020-11-02Merge pull request #345 from Vitve4/pr_344Martino Facchin
2020-11-01Improve reading ADC resultVitaly Shmagun
2020-09-17Use std::size_t in new/deleteMatthijs Kooijman
2020-09-17Optionally let new terminate on allocation failureMatthijs Kooijman
2020-09-17Make zero-sized new standards-compliantMatthijs Kooijman
2020-09-17Call std::terminate on pure or deleted virtual functionsMatthijs Kooijman
2020-09-17Add weak `std::terminate()` implementationMatthijs Kooijman
2020-09-17Allow overriding selected operator new and delete functionsMatthijs Kooijman
2020-09-17Clean up and complete `<new>` headerMatthijs Kooijman
2020-09-17Swap new and new.h header filesMatthijs Kooijman
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