| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure device address latch bit is not set at the same time as the new addres... | Dean Camera | 2010-09-19 | 1 | -1/+2 |
* | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean Camera | 2010-09-05 | 1 | -0/+8 |
* | Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP... | Dean Camera | 2010-08-24 | 1 | -1/+1 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 1 | -1/+1 |
* | Fix Doxygen typos in Device.h. | Dean Camera | 2010-08-24 | 1 | -3/+3 |
* | Update size of compiled Mouse demo in documentation, fix indenting in Device.h. | Dean Camera | 2010-07-23 | 1 | -1/+1 |
* | Convert over internal pseudo-function macros to true inline functions for add... | Dean Camera | 2010-07-22 | 1 | -22/+40 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -6/+7 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -2/+5 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 1 | -0/+5 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 1 | -50/+19 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -1/+1 |
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -1/+1 |
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 1 | -12/+12 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -226/+226 |
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean Camera | 2010-04-13 | 1 | -0/+1 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -1/+10 |
* | 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 | -37/+16 |
* | More AVR32 achitecture ports. | Dean Camera | 2010-02-24 | 1 | -1/+1 |
* | 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 | -15/+36 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -0/+4 |
* | 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 |
* | Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. | Dean Camera | 2009-12-20 | 1 | -5/+9 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 |
* | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De... | Dean Camera | 2009-08-16 | 1 | -0/+15 |
* | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co... | Dean Camera | 2009-07-31 | 1 | -1/+1 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -1/+30 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -1/+8 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -9/+9 |
* | Changed per-device controller preprocessor checks over to per-device series f... | Dean Camera | 2009-06-14 | 1 | -1/+6 |
* | Fix all device mode demos broken in the recent API changes. | Dean Camera | 2009-05-26 | 1 | -3/+2 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 1 | -12/+24 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -1/+1 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 1 | -3/+3 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 1 | -9/+9 |
* | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean Camera | 2009-04-19 | 1 | -1/+1 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 1 | -7/+2 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 1 | -35/+55 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 1 | -1/+1 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 1 | -0/+126 |