| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 1 | -3/+3 |
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 1 | -20/+20 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -8/+10 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -17/+18 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 1 | -10/+0 |
* | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean Camera | 2010-09-05 | 1 | -0/+18 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -2/+2 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -3/+5 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -1/+1 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -3/+3 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 1 | -4/+4 |
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 1 | -2/+2 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -362/+362 |
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean Camera | 2010-04-13 | 1 | -0/+11 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -0/+19 |
* | Fix incorrect error when directly including the LUFA internal USB library com... | Dean Camera | 2010-02-24 | 1 | -1/+1 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -6/+2 |
* | More porting of the USB core to the AVR32. | Dean Camera | 2010-02-23 | 1 | -1/+1 |
* | Start porting the USB core to the AVR32 UC3B. | Dean Camera | 2010-02-23 | 1 | -1/+5 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -2/+7 |
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean Camera | 2010-01-17 | 1 | -3/+9 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean Camera | 2009-11-16 | 1 | -0/+5 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -2/+2 |
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean Camera | 2009-10-14 | 1 | -5/+24 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 1 | -2/+8 |
* | Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj... | Dean Camera | 2009-08-20 | 1 | -1/+1 |
* | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De... | Dean Camera | 2009-08-16 | 1 | -0/+13 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -98/+60 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -2/+2 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -7/+7 |
* | Changed per-device controller preprocessor checks over to per-device series f... | Dean Camera | 2009-06-14 | 1 | -1/+1 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 1 | -2/+2 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 1 | -6/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 1 | -0/+6 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 1 | -12/+0 |
* | Fix broken doxygen reference in last commit. | Dean Camera | 2009-05-19 | 1 | -4/+3 |
* | USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ... | Dean Camera | 2009-05-19 | 1 | -16/+20 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -169/+51 |
* | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 1 | -1/+1 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 1 | -13/+13 |
* | More minor renaming of library enums and events to try to create a consistent... | Dean Camera | 2009-05-03 | 1 | -5/+7 |
* | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean Camera | 2009-05-02 | 1 | -2/+2 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 1 | -21/+15 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -2/+2 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 1 | -10/+7 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 1 | -1/+11 |