Age | Commit message (Expand) | Author |
2019-03-06 | Add auto-upload warning section to README | David Madison |
2019-03-06 | Add Installation section to README | David Madison |
2019-03-06 | Supported board section in README | David Madison |
2019-03-06 | Add README | David Madison |
2019-03-06 | LGPL 2.1 | David Madison |
2019-03-06 | Merge pull request #2 from dmadison/xinput | David Madison |
2019-03-06 | Change manufacturer string | David Madison |
2019-02-21 | Add USB connected API support | David Madison |
2019-02-21 | Change receive endpoint to double-banked | David Madison |
2019-02-21 | Use endpoint number defines for ep allocation | David Madison |
2019-02-21 | Add USB receive callback to USB ISR | David Madison |
2019-02-21 | Add XInput USB API | David Madison |
2019-02-19 | Change VID and PID in boards.txt | David Madison |
2019-02-19 | Add XInput endpoint number defines | David Madison |
2019-02-19 | Allocate XInput endpoint memory | David Madison |
2019-02-19 | Modify endpoint numbers to be sequential | David Madison |
2019-02-19 | Add XInput string descriptors | David Madison |
2019-02-19 | Add XInput device and config descriptors | David Madison |
2019-02-17 | Removed USB CDC Serial | David Madison |
2019-02-15 | Replace Serial with null | David Madison |
2019-02-15 | Fix warning related to disabling Pluggable HID | David Madison |
2019-02-15 | Disable Pluggable USB | David Madison |
2019-02-15 | Remove HID library | David Madison |
2019-02-15 | Use "w/ XInput" suffix on all board names | David Madison |
2019-02-15 | Merge pull request #1 from dmadison/forking | David Madison |
2019-02-15 | Remove non-USB boards | David Madison |
2019-02-15 | Delete 'firmwares' folder | David Madison |
2019-02-15 | Delete 'extras' folder | David Madison |
2019-02-15 | Delete programmers.txt | David Madison |
2019-02-15 | Change platform name to XInput | David Madison |
2018-09-10 | Release 1.6.23 | Cristian Maglie |
2018-09-03 | Fix compiler warnings about ignored 'const' in EEPROM.h | Brian Park |
2018-09-03 | Treat narrowing conversion as warning, not error | PaulStoffregen |
2018-05-09 | Starting 1.6.22 | Martino Facchin |
2018-04-12 | Update DigitalPotControl.ino | SimonePDA |
2018-03-02 | Publish avr core 1.6.21 (maintenance release) | Martino Facchin |
2018-02-19 | Add menu for Nano with Optiboot bootloader | Martino Facchin |
2017-12-18 | Fix MCUs without MPCM0 register | Martino Facchin |
2017-11-13 | Fix flush hanging issue | John Holman |
2017-11-13 | Improve how TXCn bit is cleared in USCRnA register | John Holman |
2017-11-13 | Prevent buffer retransmission when transmit buffer is empty | John Holman |
2017-11-13 | Create macro to guard critical sections for large transmit buffers | John Holman |
2017-11-13 | UnConfigured I2C Slave ISR Causing Reboot | chuck todd |
2017-11-13 | Always read key to check for new LUFA bootloader | Scott Allen |
2017-11-13 | Don't use line coding to trigger USB auto-reset | Scott Allen |
2017-11-13 | Save/restore the watchdog during USB auto-reset | Scott Allen |
2017-11-13 | Fix save/restore of magic key location during reset | Scott Allen |
2017-11-13 | Updated Arduino as ISP setting | Nico |
2017-11-13 | Create timer0 overflow interrupt service routine for all ATtinies not just 24... | Torben Nielsen |
2017-11-13 | [WIRE] Remove extra line from digital_potentiometer example | Quswar Mahmood Abid |