aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl...Dean Camera2009-11-135-14/+186
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-124-0/+51
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-1214-28/+1837
* Minor code cleanups for clarity.Dean Camera2009-11-1111-33/+33
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-1011-44/+43
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-109-47/+88
* Spell check all source code variables, comments and strings.Dean Camera2009-11-0966-246/+246
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-094-17/+14
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-099-32/+32
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-089-13/+31
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-0722-13/+52
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-0725-40/+95
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-0613-48/+60
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-0627-128/+167
* Add other missing Printer.h main class driver dispatch file.Dean Camera2009-11-041-0/+63
* Add missing Printer.h common class driver file.Dean Camera2009-11-041-0/+71
* Added new Printer Host mode Class driver.Dean Camera2009-11-0422-47/+3138
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-044-35/+11
* 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-0435-43/+5881
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-045-41/+32
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean Camera2009-11-0317-8/+3199
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-0317-30/+89
* Add const attribute to class driver APIs.Dean Camera2009-11-0317-44/+132
* Make HID device class driver ignore the previous HID report comparison buffer...Dean Camera2009-10-263-23/+33
* Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean Camera2009-10-261-11/+11
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-265-2/+6
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-1836-3582/+60
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-1657-73/+75
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-147-12/+27
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-1261-423/+201
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-115-2/+69
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-0824-79/+3014
* Application documentation/comment cleanup.Dean Camera2009-10-0842-51/+38
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-0832-85/+2961
* Fix accidentally changed code breaking the HID descriptor parser.Dean Camera2009-10-051-2/+1
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-044-40/+26
* Minor documentation fixups.Dean Camera2009-10-0310-38/+39
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-0310-105/+110
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-027-7/+134
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-027-121/+62
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c...Dean Camera2009-10-012-12/+21
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-307-29/+86
* Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ...Dean Camera2009-09-302-1/+3
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-3018-11/+3437
* 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
* Add information on the new MouseHostDevice dual role demo to the library docu...Dean Camera2009-09-294-2/+7
* 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-285-4/+22