| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean Camera | 2009-11-16 | 3 | -4/+10 |
* | Fix incorrect compiler error message when F_CLOCK is not defined by the user ... | Dean Camera | 2009-11-15 | 1 | -1/+1 |
* | Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr... | Dean Camera | 2009-11-15 | 6 | -61/+63 |
* | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean Camera | 2009-11-13 | 13 | -59/+90 |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 29 | -46/+44 |
* | Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl... | Dean Camera | 2009-11-13 | 5 | -14/+186 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 4 | -0/+51 |
* | Add beginnings of a RNDIS Ethernet Host demo. | Dean Camera | 2009-11-12 | 14 | -28/+1837 |
* | Minor code cleanups for clarity. | Dean Camera | 2009-11-11 | 11 | -33/+33 |
* | Update CDC Class Driver character stream functions to use the correct avr-lib... | Dean Camera | 2009-11-10 | 11 | -44/+43 |
* | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean Camera | 2009-11-10 | 9 | -47/+88 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 66 | -246/+246 |
* | Minor changes to the AVRISP project for code clarity. | Dean Camera | 2009-11-09 | 4 | -17/+14 |
* | Fixed HID host Class driver report send/receive report broken when issued thr... | Dean Camera | 2009-11-09 | 9 | -32/+32 |
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since t... | Dean Camera | 2009-11-08 | 9 | -13/+31 |
* | Make Low Level host demos use void pointers for the configuration descriptor,... | Dean Camera | 2009-11-07 | 22 | -13/+52 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 25 | -40/+95 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 13 | -48/+60 |
* | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean Camera | 2009-11-06 | 27 | -128/+167 |
* | Add other missing Printer.h main class driver dispatch file. | Dean Camera | 2009-11-04 | 1 | -0/+63 |
* | Add missing Printer.h common class driver file. | Dean Camera | 2009-11-04 | 1 | -0/+71 |
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 22 | -47/+3138 |
* | Fixed HID report parser collection paths invalid due to misplaced semicolon i... | Dean Camera | 2009-11-04 | 4 | -35/+11 |
* | Add support for Mouse Scrollwheel to the MouseHostWithParser demos. | Dean Camera | 2009-11-04 | 17 | -34/+70 |
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 35 | -43/+5881 |
* | Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos... | Dean Camera | 2009-11-04 | 5 | -41/+32 |
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port... | Dean Camera | 2009-11-03 | 17 | -8/+3199 |
* | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean Camera | 2009-11-03 | 17 | -30/+89 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 17 | -44/+132 |
* | Make HID device class driver ignore the previous HID report comparison buffer... | Dean Camera | 2009-10-26 | 3 | -23/+33 |
* | Use clearer buffer names in the USBtoSerial project to prevent confusion. | Dean Camera | 2009-10-26 | 1 | -11/+11 |
* | Make HID device class driver reselect the correct endpoint after the user cal... | Dean Camera | 2009-10-26 | 5 | -2/+6 |
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean Camera | 2009-10-18 | 36 | -3582/+60 |
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 57 | -73/+75 |
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean Camera | 2009-10-14 | 7 | -12/+27 |
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 61 | -423/+201 |
* | Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. | Dean Camera | 2009-10-11 | 5 | -2/+69 |
* | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d... | Dean Camera | 2009-10-08 | 24 | -79/+3014 |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 42 | -51/+38 |
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 32 | -85/+2961 |
* | Fix accidentally changed code breaking the HID descriptor parser. | Dean Camera | 2009-10-05 | 1 | -2/+1 |
* | Fix broken Endpoint/Pipe stream templates. | Dean Camera | 2009-10-04 | 4 | -40/+26 |
* | Minor documentation fixups. | Dean Camera | 2009-10-03 | 10 | -38/+39 |
* | Changed Audio Class driver sample read/write functions to be inline, to reduc... | Dean Camera | 2009-10-03 | 10 | -105/+110 |
* | Added support for the Atmel XPLAIN board. | Dean Camera | 2009-10-02 | 7 | -7/+134 |
* | Cleanups to the Device mode Mass Storage demo applications' SCSI routines. | Dean Camera | 2009-10-02 | 7 | -121/+62 |
* | Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c... | Dean Camera | 2009-10-01 | 2 | -12/+21 |
* | Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o... | Dean Camera | 2009-09-30 | 7 | -29/+86 |
* | Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ... | Dean Camera | 2009-09-30 | 2 | -1/+3 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 18 | -11/+3437 |