| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing <math.h> include for the UC3 devices, hide CDC class driver strea... | Dean Camera | 2012-06-12 | 1 | -1/+3 |
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 2 | -3/+3 |
* | Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U... | Dean Camera | 2012-05-26 | 1 | -2/+1 |
* | Fixed possible deadlock in the CDC device driver if the USB connection is dro... | Dean Camera | 2012-05-05 | 1 | -2/+6 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 12 | -272/+106 |
* | Re-enable cppcheck static analysis unused function checks after adding in spe... | Dean Camera | 2012-03-25 | 2 | -0/+2 |
* | Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa... | Dean Camera | 2012-03-15 | 1 | -1/+1 |
* | Audio Device Class driver changed to also require the index of the Audio Cont... | Dean Camera | 2012-03-14 | 2 | -1/+8 |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 1 | -7/+8 |
* | All USB Class Driver configuration struct values are now non-const, to allow ... | Dean Camera | 2012-02-19 | 6 | -7/+7 |
* | Clean up the Audio Device class driver control request Endpoint match logic. | Dean Camera | 2012-02-11 | 1 | -10/+7 |
* | Altered the HID class driver to only try to construct at maximum one packet p... | Dean Camera | 2012-02-09 | 2 | -0/+6 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 12 | -12/+12 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 12 | -12/+12 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -4/+4 |
* | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud... | Dean Camera | 2012-01-28 | 2 | -3/+68 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 8 | -26/+28 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 6 | -6/+6 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 12 | -12/+12 |
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro... | Dean Camera | 2011-11-09 | 3 | -1/+12 |
* | Fixed CDC class drivers not saving and sending all 16-bits of the control lin... | Dean Camera | 2011-10-26 | 1 | -7/+7 |
* | Added endian-correction to the CDC driver's Line Encoding control request han... | Dean Camera | 2011-10-07 | 1 | -4/+12 |
* | Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d... | Dean Camera | 2011-09-05 | 1 | -0/+8 |
* | Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv... | Dean Camera | 2011-07-29 | 1 | -20/+0 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 1 | -2/+2 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 3 | -127/+136 |
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 1 | -1/+1 |
* | Code style fixes for the Device mode USB Audio Class driver to make it more i... | Dean Camera | 2011-06-19 | 1 | -2/+8 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 2 | -13/+16 |
* | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | Dean Camera | 2011-06-08 | 1 | -1/+1 |
* | Remove warnings in the documentation for the library class drivers about sequ... | Dean Camera | 2011-06-08 | 6 | -24/+0 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 3 | -4/+30 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 2 | -17/+17 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 3 | -16/+16 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 2 | -0/+92 |
* | Added new incomplete AudioOutputHost Host LowLevel demo. | Dean Camera | 2011-05-30 | 1 | -0/+1 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -0/+7 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 2 | -52/+122 |
* | Replace cast-as-char* byte access of multibyte variables with proper shifts a... | Dean Camera | 2011-04-13 | 1 | -2/+2 |
* | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean Camera | 2011-04-12 | 1 | -3/+1 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 1 | -0/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 4 | -13/+13 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -2/+2 |
* | More AVR32 UC3B architecture ports - USB device mode applications can now be ... | Dean Camera | 2011-02-27 | 2 | -5/+14 |
* | More updates to remove architecture-specific comments from the documentation,... | Dean Camera | 2011-02-20 | 1 | -1/+1 |
* | Start update of documentation to support possible multiple architectures in t... | Dean Camera | 2011-02-20 | 6 | -11/+0 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 6 | -6/+12 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 6 | -6/+6 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 2 | -11/+37 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -3/+3 |