aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* 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-0948-102/+104
* 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-0715-37/+37
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-0744-40/+40
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-0752-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
* Make MIDI device demos also turn off the on board LEDs if MIDI Note On messag...Dean Camera2009-11-262-3/+4
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-2610-23/+2626
* Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.Dean Camera2009-11-251-1/+1
* Fix more Doxygen errors from missing parameter documentation.Dean Camera2009-11-251-0/+1
* Fix build and Doxygen errors.Dean Camera2009-11-2510-7/+14
* 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
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-2317-16/+21
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-233-63/+11
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-61/+0
* Removed code to zero reports between two keyboard reports with differing numb...Dean Camera2009-11-232-21/+2
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-204-7/+7
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-209-33/+64
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-1/+1
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-175-7/+24
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-154-36/+24
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-139-57/+78
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-1324-35/+35
* 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
* Minor code cleanups for clarity.Dean Camera2009-11-112-4/+4
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-103-44/+13
* Spell check all source code variables, comments and strings.Dean Camera2009-11-0924-26/+26
* 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-084-6/+20
* 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
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-0613-107/+136
* 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-0432-42/+5876
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-042-22/+22
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean Camera2009-11-0313-4/+3195
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-038-17/+67
* Make HID device class driver ignore the previous HID report comparison buffer...Dean Camera2009-10-261-18/+18
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-1823-6825/+0