aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-1647-64/+64
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-145-5/+3
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-1250-308/+173
* 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-0812-34/+2637
* Application documentation/comment cleanup.Dean Camera2009-10-0836-43/+33
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-0826-76/+2941
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-042-38/+24
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-033-20/+17
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-025-115/+61
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-302-0/+2
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-302-5/+29
* 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-2924-511/+737
* 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