| Commit message (Expand) | Author | Age | Files | Lines |
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -12/+12 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 5 | -11/+11 |
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 3 | -19/+19 |
* | Add new ReportType parameter to the HID class driver device callback and host... | Dean Camera | 2010-05-09 | 2 | -16/+17 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 12 | -2786/+2786 |
* | Device mode class driver callbacks are now fired before the control request s... | Dean Camera | 2010-05-07 | 5 | -20/+15 |
* | Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio... | Dean Camera | 2010-05-06 | 2 | -0/+21 |
* | Ensure that the CDC class drivers return 0 if the number of unread bytes is q... | Dean Camera | 2010-05-06 | 1 | -3/+8 |
* | The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f... | Dean Camera | 2010-04-29 | 2 | -31/+27 |
* | Fixed HID Device Class Driver not allocating a temporary buffer when the host... | Dean Camera | 2010-04-20 | 2 | -4/+9 |
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean Camera | 2010-04-13 | 1 | -0/+1 |
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 6 | -7/+31 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 6 | -0/+42 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -5/+1 |
* | More AVR32 achitecture ports. | Dean Camera | 2010-02-24 | 1 | -1/+5 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 12 | -7/+48 |
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er... | Dean Camera | 2010-02-08 | 1 | -4/+7 |
* | Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus... | Dean Camera | 2010-01-28 | 1 | -3/+10 |
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ... | Dean Camera | 2010-01-12 | 1 | -0/+17 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 3 | -6/+46 |
* | Inline USB management functions in the Class drivers which are standardized b... | Dean Camera | 2010-01-05 | 5 | -38/+38 |
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before... | Dean Camera | 2010-01-04 | 5 | -7/+36 |
* | Fixed blocking CDC streams not aborting when the host is disconnected. | Dean Camera | 2010-01-04 | 1 | -0/+3 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 12 | -24/+24 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 12 | -84/+84 |
* | Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. | Dean Camera | 2009-12-17 | 1 | -1/+2 |
* | Test with -Wextra, fix library warnings due to unused function parameters. | Dean Camera | 2009-12-13 | 4 | -4/+15 |
* | Add to the existing CDC Class Driver's CreateStream() function documentation ... | Dean Camera | 2009-11-29 | 1 | -1/+2 |
* | Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ... | Dean Camera | 2009-11-26 | 1 | -1/+0 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 3 | -103/+4 |
* | Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De... | Dean Camera | 2009-11-23 | 2 | -5/+8 |
* | Fix doxygen documentation - doxygen was getting confused on the variable-leng... | Dean Camera | 2009-11-17 | 4 | -8/+14 |
* | Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr... | Dean Camera | 2009-11-15 | 2 | -25/+39 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 2 | -0/+31 |
* | Add beginnings of a RNDIS Ethernet Host demo. | Dean Camera | 2009-11-12 | 1 | -23/+21 |
* | Update CDC Class Driver character stream functions to use the correct avr-lib... | Dean Camera | 2009-11-10 | 1 | -3/+2 |
* | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean Camera | 2009-11-10 | 2 | -0/+35 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 6 | -24/+24 |
* | Fixed HID host Class driver report send/receive report broken when issued thr... | Dean Camera | 2009-11-09 | 1 | -17/+14 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 1 | -1/+1 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 1 | -1/+1 |
* | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean Camera | 2009-11-06 | 11 | -16/+28 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -5/+5 |
* | Make HID device class driver ignore the previous HID report comparison buffer... | Dean Camera | 2009-10-26 | 2 | -5/+15 |
* | Make HID device class driver reselect the correct endpoint after the user cal... | Dean Camera | 2009-10-26 | 1 | -0/+3 |
* | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d... | Dean Camera | 2009-10-08 | 6 | -40/+40 |
* | Changed Audio Class driver sample read/write functions to be inline, to reduc... | Dean Camera | 2009-10-03 | 2 | -82/+85 |
* | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean Camera | 2009-09-20 | 1 | -2/+2 |
* | Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret... | Dean Camera | 2009-09-17 | 1 | -1/+1 |
* | Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr... | Dean Camera | 2009-09-14 | 3 | -4/+4 |