aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03-30Move Travis CI badge inline with titleDavid Madison
2019-03-30Travis CI (#5)David Madison
2019-03-11Merge pull request #4 from dmadison/documentationv1.0.0David Madison
2019-03-11Version 1.0.0David Madison
2019-03-11Add link to original repository in READMEDavid Madison
2019-03-10Added link to library in READMEDavid Madison
2019-03-09Add limitations section to READMEDavid Madison
2019-03-09Re-wrote uploading section of READMEDavid Madison
2019-03-09Change endpoint comments to use send/recvDavid Madison
2019-03-09Merge pull request #3 from dmadison/apiDavid Madison
2019-03-09Switch 'available' return type to uint8_tDavid Madison
2019-03-09Moved send above recv in Xinput API headerDavid Madison
2019-03-06Add auto-upload warning section to READMEDavid Madison
2019-03-06Add Installation section to READMEDavid Madison
2019-03-06Supported board section in READMEDavid Madison
2019-03-06Add READMEDavid Madison
2019-03-06LGPL 2.1David Madison
2019-03-06Merge pull request #2 from dmadison/xinputDavid Madison
2019-03-06Change manufacturer stringDavid 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-02-15Remove HID libraryDavid Madison
2019-02-15Use "w/ XInput" suffix on all board namesDavid Madison
2019-02-15Merge pull request #1 from dmadison/forkingDavid Madison
2019-02-15Remove non-USB boardsDavid Madison
2019-02-15Delete 'firmwares' folderDavid Madison
2019-02-15Delete 'extras' folderDavid Madison
2019-02-15Delete programmers.txtDavid Madison
2019-02-15Change platform name to XInputDavid Madison
2019-01-21Add parameters names to common prototypesPaul R. Nash
2019-01-07Merge pull request #59 from paulo-raca/wiring_private_i2cMartino Facchin