aboutsummaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2009-11-13Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean
2009-11-13Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl...Dean
2009-11-12Add beginnings of a RNDIS Ethernet Host demo.Dean
2009-11-11Minor code cleanups for clarity.Dean
2009-11-10Added new stream creation function to the CDC Class drivers, to easily make s...Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-11-09Fixed HID host Class driver report send/receive report broken when issued thr...Dean
2009-11-08Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean
2009-11-07Make Low Level host demos use void pointers for the configuration descriptor,...Dean
2009-11-07Add optional pipe double banking support to the Host mode Class drivers.Dean
2009-11-06Add double banking property to LUFA powered projects in the Projects director...Dean
2009-11-06Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean
2009-11-04Added new Printer Host mode Class driver.Dean
2009-11-04Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean
2009-11-04Added new JoystickHostWithParser demos to the library.Dean
2009-11-04Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean
2009-11-03Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean
2009-11-03Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean
2009-10-26Make HID device class driver ignore the previous HID report comparison buffer...Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-10-16Fix invalid Event name rule in demo/project makefiles.Dean
2009-10-14Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean
2009-10-12Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean
2009-10-11Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean
2009-10-08Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-10-08Add new MIDIHost LowLevel demo application.Dean
2009-10-04Fix broken Endpoint/Pipe stream templates.Dean
2009-10-03Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean
2009-10-02Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean
2009-09-30Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean
2009-09-30Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean
2009-09-29Fix missing semicolons in the *WithParser Host mode demos.Dean
2009-09-29Fix missing semicolons in the *WithParser Host mode demos.Dean
2009-09-29Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean
2009-09-28Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean
2009-09-24Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean
2009-09-24Fix incorrect names for the HID Host protocol setting routines.Dean
2009-09-22Fix more build errors in the LowLevel "WithParser" HID Host demos.Dean
2009-09-22Fix broken Host ClassDriver MouseHostWithParser demo.Dean
2009-09-22Add new error condition to the HID Report Parser for when a report is parsed ...Dean
2009-09-22Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean
2009-09-21Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean
2009-09-21Finish initial draft of the Host Mode HID Class driver.Dean
2009-09-21Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean
2009-09-21Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...Dean
2009-09-21Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri...Dean
2009-09-21Add const qualifiers to Host mode Class drivers.Dean
2009-09-20Remove type definitions of the keyboard and mouse boot protocol report layout...Dean
2009-09-20Add KeyboardHost HID Host Class driver demo to the library.Dean