| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add... | Dean Camera | 2009-06-05 | 8 | -2882/+0 |
| * | Added multiple Report ID support to the HID class driver. Removed OUT endpoin... | Dean Camera | 2009-06-05 | 4 | -22/+6 |
| * | Minor documentation page updates. | Dean Camera | 2009-06-04 | 2 | -1/+40 |
| * | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 2 | -4/+10 |
| * | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 4 | -430/+102 |
| * | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 3 | -5/+4 |
| * | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 3 | -27/+19 |
| * | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 1 | -7/+7 |
| * | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 3 | -64/+4 |
| * | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 1 | -2/+0 |
| * | Fixed Mouse and Keyboard device demos not acting in accordance with the HID s... | Dean Camera | 2009-05-12 | 3 | -86/+32 |
| * | Renamed the the TotalHIDReports element of the HID descriptor structure in th... | Dean Camera | 2009-05-07 | 2 | -2/+2 |
| * | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 2 | -2/+2 |
| * | Endpoint configuration is now refined to give better output when all configur... | Dean Camera | 2009-04-24 | 1 | -1/+1 |
| * | Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea... | Dean Camera | 2009-04-23 | 1 | -2/+2 |
| * | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De... | Dean Camera | 2009-04-22 | 2 | -1/+2 |
| * | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -29/+10 |
| * | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 1 | -15/+15 |
| * | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 2 | -65/+65 |
| * | Spell checked non-source documentation pages. | Dean Camera | 2009-04-19 | 1 | -4/+4 |
| * | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 1 | -4/+9 |
| * | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 2 | -40/+37 |
| * | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 2 | -3/+3 |
| * | Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DAT... | Dean Camera | 2009-04-01 | 1 | -1/+0 |
| * | Added new GenericHID device demo application. | Dean Camera | 2009-03-29 | 1 | -2/+2 |
| * | Seperated out OTG, Device and Host mode demos into seperate folders for clari... | Dean Camera | 2009-03-20 | 8 | -0/+3323 |