aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from upstreamDrashna Jael're2019-09-0662-5208/+13392
|\
| * Documentation: Update doxygen config files to latest released version.Dean Camera2019-09-0462-5208/+13392
* | Merge remote-tracking branch 'abcminiuser/master'Drashna Jaelre2019-07-03469-1064/+8911
|\|
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-08463-863/+863
| * Fix static analysis warnings.Dean Camera2018-12-091-2/+2
| * Don't build project folders in parallel.Dean Camera2018-12-045-70/+15
| * Add HostTestApp to device class driver CCID demo.Dean Camera2018-10-131-0/+202
| * Add CCID class driver project description and Doxygen configuration files.Dean Camera2018-10-133-6/+2466
| * Merge pull request #137 from abcminiuser/feature-ccidDean Camera2018-08-2721-0/+5099
| |\
| | * Add const qualifiers to class driver callback parameters, fix parameter naming.Dean Camera2018-08-063-38/+38
| | * Clean up CCID class driver and associated demos.Dean Camera2018-08-062-128/+138
| | * CCID: Initial support for GetParameters and SetParametersFilipe Rodrigues2018-07-213-10/+227
| | * CCID: Add support for PC-to-Reader XfrBlock messageFilipe Rodrigues2018-06-247-17/+132
| | * Reformatting and add const qualifiers.Dean Camera2018-06-248-34/+59
| | * Spaces to tabsFilipe Rodrigues2018-06-171-5/+5
| | * Review fixesFilipe Rodrigues2018-06-176-102/+11
| | * Add CCID class driver and associated demos.Dean Camera2018-06-1721-0/+4823
| * | Upgrade to PyUSB >= 1.0.0Erik Arvstedt2018-07-072-6/+6
| |/
| * Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-06-174-2/+10
| * Move class-specific functional descriptor definitions to their respective cla...Dean Camera2018-06-1715-82/+82
| * Update all project manufacturer strings with a generic title.Dean Camera2018-04-2232-32/+32
| * Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ...Dean Camera2018-04-226-4/+148
| * Update other PyWinUSB Python host scripts to use the hidapi library.Dean Camera2018-01-073-51/+40
| * Update copyrights for 2018.Dean Camera2018-01-04445-815/+815
* | more crlf issuesskullY2017-07-0858-3284/+3284
|/
* Update copyrights for 2017.Dean Camera2017-04-18445-815/+815
* Fix incorrect reference in ASF manifest file.Dean Camera2017-01-231-1/+1
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-0361-610/+915
* Only indicate when the left mouse button is pressed in the MouseHostWithParse...Dean Camera2016-03-141-1/+6
* Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone.Dean Camera2016-02-072-0/+5
* Update copyrights to 2016.Dean Camera2016-01-31445-815/+815
* Fix additional void pointer arithmetic in the class driver RNDIS demo.Dean Camera2015-12-221-1/+1
* Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null p...Dean Camera2015-12-221-1/+1
* Fix void pointer arithmetic in the low level RNDIS demo.Dean Camera2015-12-221-1/+1
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to...Dean Camera2015-12-0264-64/+64
* Add DHCP Lease Time to RNDIS DemoStefan Hellermann2015-09-304-4/+26
* Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich).Dean Camera2015-09-274-8/+8
* Fix compilation failure in DualVirtualSerial.c.Reilly Grant2015-07-311-1/+1
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-17445-815/+815
* Add CDC control line state change handlers to the class driver demos, to demo...Dean Camera2015-03-154-0/+70
* Documentation fixes.Dean Camera2015-03-1026-52/+52
* Upgrade to latest Doxygen.Dean Camera2014-12-2760-6060/+7920
* Fixed broken LowLevel Audio Out demo sampling frequency configuration (thanks...Dean Camera2014-09-281-2/+2
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-146-22/+22
* Minor documentation improvements.Dean Camera2014-09-111-1/+1
* Oops: fix incorrect filename in the Dual MIDI device demo.Dean Camera2014-08-311-0/+0
* Add Dual MIDI device class driver demo application.Dean Camera2014-08-3112-4/+3451
* Fix overflow for RNDIS class driver responses when returning the adapter quer...Dean Camera2014-08-314-11/+14
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-2459-826/+2065
* Ensure BulkVendor received data is cleared before reading from host.Dean Camera2014-06-071-0/+1