Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update doxygen config files to latest released version. | Dean Camera | 2019-09-04 | 62 | -5208/+13392 |
| | |||||
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 463 | -863/+863 |
| | |||||
* | Fix static analysis warnings. | Dean Camera | 2018-12-09 | 1 | -2/+2 |
| | |||||
* | Don't build project folders in parallel. | Dean Camera | 2018-12-04 | 5 | -70/+15 |
| | |||||
* | 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 | 3 | -6/+2466 |
| | |||||
* | Merge pull request #137 from abcminiuser/feature-ccid | Dean Camera | 2018-08-27 | 21 | -0/+5099 |
|\ | | | | | New class driver: CCID | ||||
| * | Add const qualifiers to class driver callback parameters, fix parameter naming. | Dean Camera | 2018-08-06 | 3 | -38/+38 |
| | | |||||
| * | Clean up CCID class driver and associated demos. | Dean Camera | 2018-08-06 | 2 | -128/+138 |
| | | |||||
| * | CCID: Initial support for GetParameters and SetParameters | Filipe Rodrigues | 2018-07-21 | 3 | -10/+227 |
| | | |||||
| * | CCID: Add support for PC-to-Reader XfrBlock message | Filipe Rodrigues | 2018-06-24 | 7 | -17/+132 |
| | | |||||
| * | Reformatting and add const qualifiers. | Dean Camera | 2018-06-24 | 8 | -34/+59 |
| | | |||||
| * | Spaces to tabs | Filipe Rodrigues | 2018-06-17 | 1 | -5/+5 |
| | | |||||
| * | Review fixes | Filipe Rodrigues | 2018-06-17 | 6 | -102/+11 |
| | | | | | | | | | | | | - Added documentation - Removed incomplete XfrBlock message - Renamed Attr to Atr | ||||
| * | Add CCID class driver and associated demos. | Dean Camera | 2018-06-17 | 21 | -0/+4823 |
| | | |||||
* | | Upgrade to PyUSB >= 1.0.0 | Erik Arvstedt | 2018-07-07 | 2 | -6/+6 |
|/ | | | | | | | | All major package managers provide PyUSB versions >= 1.0.0 by default. LUFA used an older, incompatible version, which lead to broken BulkVendor and GenericHID demo applications for new users. Also, update the PyUSB homepage URL as the old one is unreachable. | ||||
* | 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 ↵ | Dean Camera | 2018-06-17 | 15 | -82/+82 |
| | | | | classes. | ||||
* | Update all project manufacturer strings with a generic title. | Dean Camera | 2018-04-22 | 32 | -32/+32 |
| | |||||
* | Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ↵ | Dean Camera | 2018-04-22 | 6 | -4/+148 |
| | | | | Windows. | ||||
* | Update other PyWinUSB Python host scripts to use the hidapi library. | Dean Camera | 2018-01-07 | 3 | -51/+40 |
| | |||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 445 | -815/+815 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 445 | -815/+815 |
| | |||||
* | 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 | 61 | -610/+915 |
| | |||||
* | Only indicate when the left mouse button is pressed in the ↵ | Dean Camera | 2016-03-14 | 1 | -1/+6 |
| | | | | MouseHostWithParser host demo. | ||||
* | Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone. | Dean Camera | 2016-02-07 | 2 | -0/+5 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 445 | -815/+815 |
| | |||||
* | Fix additional void pointer arithmetic in the class driver RNDIS demo. | Dean Camera | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null ↵ | Dean Camera | 2015-12-22 | 1 | -1/+1 |
| | | | | packet filter was requested. | ||||
* | Fix void pointer arithmetic in the low level RNDIS demo. | Dean Camera | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵ | Dean Camera | 2015-12-02 | 64 | -64/+64 |
| | | | | to matlo). | ||||
* | Add DHCP Lease Time to RNDIS Demo | Stefan Hellermann | 2015-09-30 | 4 | -4/+26 |
| | | | | | | The RNDIS ClassDriver and LowLevel Demo won't work on some Linux hosts as their DHCP client requires the DHCP Option Lease Time. Add it to both Demos. Tested on Fedora Linux 22. | ||||
* | Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich). | Dean Camera | 2015-09-27 | 4 | -8/+8 |
| | |||||
* | Fix compilation failure in DualVirtualSerial.c. | Reilly Grant | 2015-07-31 | 1 | -1/+1 |
| | | | | A comment on line 236 needed an extra forward slash. | ||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 445 | -815/+815 |
| | |||||
* | Add CDC control line state change handlers to the class driver demos, to ↵ | Dean Camera | 2015-03-15 | 4 | -0/+70 |
| | | | | demonstrate how to read DTR change events. | ||||
* | Documentation fixes. | Dean Camera | 2015-03-10 | 26 | -52/+52 |
| | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 60 | -6060/+7920 |
| | |||||
* | Fixed broken LowLevel Audio Out demo sampling frequency configuration ↵ | Dean Camera | 2014-09-28 | 1 | -2/+2 |
| | | | | (thanks to Torsten Duwe). | ||||
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 6 | -22/+22 |
| | |||||
* | 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 | 12 | -4/+3451 |
| | |||||
* | Fix overflow for RNDIS class driver responses when returning the adapter ↵ | Dean Camera | 2014-08-31 | 4 | -11/+14 |
| | | | | query list (thanks to Peter Mc Shane). | ||||
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 59 | -826/+2065 |
| | |||||
* | Ensure BulkVendor received data is cleared before reading from host. | Dean Camera | 2014-06-07 | 1 | -0/+1 |
| | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 59 | -1593/+2006 |
| | |||||
* | Fix incorrect whitespace. | Dean Camera | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵ | Dean Camera | 2014-01-08 | 117 | -0/+58 |
| | | | | Studio extension. |