| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in changes from upstream | Drashna Jael're | 2019-09-06 | 18 | -1512/+3888 |
|\ |
|
| * | Documentation: Update doxygen config files to latest released version. | Dean Camera | 2019-09-04 | 18 | -1512/+3888 |
* | | Merge remote-tracking branch 'abcminiuser/master' | Drashna Jaelre | 2019-07-03 | 156 | -383/+4172 |
|\| |
|
| * | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 153 | -291/+291 |
| * | Don't build project folders in parallel. | Dean Camera | 2018-12-04 | 1 | -14/+3 |
| * | Add HostTestApp to device class driver CCID demo. | Dean Camera | 2018-10-13 | 1 | -0/+202 |
| * | Add CCID class driver project description and Doxygen configuration files. | Dean Camera | 2018-10-13 | 2 | -0/+2460 |
| * | Merge pull request #137 from abcminiuser/feature-ccid | Dean Camera | 2018-08-27 | 9 | -0/+1064 |
| |\ |
|
| | * | Add const qualifiers to class driver callback parameters, fix parameter naming. | Dean Camera | 2018-08-06 | 2 | -26/+26 |
| | * | Clean up CCID class driver and associated demos. | Dean Camera | 2018-08-06 | 1 | -48/+49 |
| | * | CCID: Initial support for GetParameters and SetParameters | Filipe Rodrigues | 2018-07-21 | 1 | -1/+53 |
| | * | CCID: Add support for PC-to-Reader XfrBlock message | Filipe Rodrigues | 2018-06-24 | 4 | -3/+38 |
| | * | Reformatting and add const qualifiers. | Dean Camera | 2018-06-24 | 4 | -20/+35 |
| | * | Spaces to tabs | Filipe Rodrigues | 2018-06-17 | 1 | -5/+5 |
| | * | Review fixes | Filipe Rodrigues | 2018-06-17 | 2 | -36/+2 |
| | * | Add CCID class driver and associated demos. | Dean Camera | 2018-06-17 | 9 | -0/+995 |
| * | | Upgrade to PyUSB >= 1.0.0 | Erik Arvstedt | 2018-07-07 | 1 | -3/+3 |
| |/ |
|
| * | Fix mismatched aliased event and event stub function prototypes. | Dean Camera | 2018-06-17 | 4 | -2/+10 |
| * | Move class-specific functional descriptor definitions to their respective cla... | Dean Camera | 2018-06-17 | 9 | -50/+50 |
| * | Update all project manufacturer strings with a generic title. | Dean Camera | 2018-04-22 | 17 | -17/+17 |
| * | Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ... | Dean Camera | 2018-04-22 | 3 | -2/+74 |
| * | Update other PyWinUSB Python host scripts to use the hidapi library. | Dean Camera | 2018-01-07 | 2 | -28/+22 |
| * | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 144 | -267/+267 |
* | | more crlf issues | skullY | 2017-07-08 | 16 | -1015/+1015 |
|/ |
|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 144 | -267/+267 |
* | Fix incorrect reference in ASF manifest file. | Dean Camera | 2017-01-23 | 1 | -1/+1 |
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 17 | -170/+255 |
* | Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone. | Dean Camera | 2016-02-07 | 1 | -0/+4 |
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 144 | -267/+267 |
* | Fix additional void pointer arithmetic in the class driver RNDIS demo. | Dean Camera | 2015-12-22 | 1 | -1/+1 |
* | Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to... | Dean Camera | 2015-12-02 | 34 | -34/+34 |
* | Add DHCP Lease Time to RNDIS Demo | Stefan Hellermann | 2015-09-30 | 2 | -2/+13 |
* | Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich). | Dean Camera | 2015-09-27 | 3 | -6/+6 |
* | Fix compilation failure in DualVirtualSerial.c. | Reilly Grant | 2015-07-31 | 1 | -1/+1 |
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 144 | -267/+267 |
* | Add CDC control line state change handlers to the class driver demos, to demo... | Dean Camera | 2015-03-15 | 4 | -0/+70 |
* | Documentation fixes. | Dean Camera | 2015-03-10 | 15 | -30/+30 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 17 | -1717/+2244 |
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 4 | -14/+14 |
* | Minor documentation improvements. | Dean Camera | 2014-09-11 | 1 | -1/+1 |
* | Oops: fix incorrect filename in the Dual MIDI device demo. | Dean Camera | 2014-08-31 | 1 | -0/+0 |
* | Add Dual MIDI device class driver demo application. | Dean Camera | 2014-08-31 | 11 | -3/+3450 |
* | Fix overflow for RNDIS class driver responses when returning the adapter quer... | Dean Camera | 2014-08-31 | 3 | -8/+14 |
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 16 | -224/+560 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 16 | -432/+544 |
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu... | Dean Camera | 2014-01-08 | 31 | -0/+15 |
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 16 | -16/+16 |
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 15 | -270/+45 |
* | Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it. | László Monda | 2014-01-08 | 1 | -18/+3 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 138 | -285/+285 |