aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Upgrade to latest Doxygen.Dean Camera2014-04-2159-1593/+2006
* Fix incorrect whitespace.Dean Camera2014-02-161-1/+1
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu...Dean Camera2014-01-08117-0/+58
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0831-31/+31
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0830-540/+90
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-081-18/+3
* Update copyrights for 2014.Dean Camera2014-01-04439-868/+868
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-2659-472/+1829
* Minor documentation improvements.Dean Camera2013-12-202-2/+2
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-2131-95/+95
* Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-203-3/+7
* Merge pull request #12 from mondalaci/generichid-node-libusb-scriptDean Camera2013-11-031-0/+143
|\
| * Add node.js libusb GenericHID test script.László Monda2013-11-031-0/+143
* | Merge pull request #11 from mondalaci/generichid-libusb-scriptsDean Camera2013-11-032-0/+98
|\ \
| * | Add libusb GenericHID Python test script.László Monda2013-11-022-0/+98
| |/
* | Minor documentation improvements.Dean Camera2013-10-301-1/+1
* | Add new Bulk Vendor device demo application.Dean Camera2013-10-3020-0/+4040
* | Add Python host test application for the low level GenericHID demo.Dean Camera2013-10-302-0/+97
|/
* Replace remaining MIDI interface numbers with enums.László Monda2013-10-128-11/+11
* Replace CDC interface numbers with enums.László Monda2013-10-1016-211/+211
* Extract interface numbers into enums.László Monda2013-10-0677-212/+509
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-318-0/+24
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform due...Dean Camera2013-08-2358-54520/+77430