aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
Commit message (Expand)AuthorAgeFilesLines
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-28100-703/+703
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-133-20/+20
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-0926-33/+33
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-082-1/+2
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-075-12/+12
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-0712-12/+12
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-0712-0/+0
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-041-2/+9
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-042-2/+2
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+2
* Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean Camera2009-11-272-6/+12
* Make the RNDISEthernetHost Class driver demo print out incomming packets from...Dean Camera2009-11-262-1/+20
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-269-21/+2611
* Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.Dean Camera2009-11-251-1/+1
* Fix build and Doxygen errors.Dean Camera2009-11-253-7/+7
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-2514-52/+1668
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-241-1/+1
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-232-2/+11
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-203-3/+3
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-173-2/+20
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-152-8/+2
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-133-39/+59
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-1323-33/+33
* Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl...Dean Camera2009-11-135-14/+186
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-128-0/+1806
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-22/+0
* Spell check all source code variables, comments and strings.Dean Camera2009-11-0910-11/+11
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-092-2/+0
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-082-2/+18
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-0712-12/+12
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-079-0/+29
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+8
* Added new Printer Host mode Class driver.Dean Camera2009-11-048-6/+2588
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-0417-34/+70
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-0431-42/+5875
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-038-17/+67
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-1619-19/+19
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-1218-54/+36
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-112-0/+67
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-0810-30/+2633
* Application documentation/comment cleanup.Dean Camera2009-10-0819-20/+17
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-0825-74/+2939
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-302-0/+2
* Fix missing semicolons in the *WithParser Host mode demos.Dean Camera2009-09-292-2/+2
* Fix missing semicolons in the *WithParser Host mode demos.Dean Camera2009-09-292-2/+2
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean Camera2009-09-297-7/+7
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-1/+7
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-244-46/+26