| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new USB_Host_GetDeviceStatus() function for USB Host mode. | Dean Camera | 2011-07-12 | 2 | -10/+37 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 2 | -0/+30 |
* | Minor documentation and style fixes. | Dean Camera | 2011-07-11 | 2 | -4/+4 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 27 | -449/+301 |
* | Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont... | Dean Camera | 2011-07-06 | 4 | -61/+61 |
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 2 | -2/+5 |
* | Minor internal macro renaming for the UC3 devices. | Dean Camera | 2011-06-20 | 5 | -12/+12 |
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean Camera | 2011-06-20 | 17 | -5/+155 |
* | Add macro guards to the templated C files to prevent compile errors if they a... | Dean Camera | 2011-06-14 | 8 | -2/+272 |
* | Fix compile errors when both Host and Device modes are enabled. | Dean Camera | 2011-06-09 | 3 | -3/+3 |
* | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | Dean Camera | 2011-06-08 | 4 | -24/+14 |
* | Fix compile errors when compiling for the AVR32 UC3 target. | Dean Camera | 2011-06-08 | 2 | -0/+2 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 8 | -9/+9 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 1 | -2/+2 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 8 | -10/+10 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 4 | -6/+6 |
* | Add new USB_Host_SetInterfaceAltSetting() convenience function. | Dean Camera | 2011-05-27 | 4 | -0/+60 |
* | Fix incorrect macro guard in the UC3 EndpointStream header file. | Dean Camera | 2011-05-26 | 1 | -2/+2 |
* | Copy out the EndpointStream and PipeStream functions to each architecture, so... | Dean Camera | 2011-05-26 | 18 | -1061/+2548 |
* | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean Camera | 2011-05-14 | 5 | -21/+54 |
* | Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ... | Dean Camera | 2011-04-25 | 5 | -17/+23 |
* | Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks... | Dean Camera | 2011-04-20 | 2 | -3/+4 |
* | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean Camera | 2011-04-12 | 10 | -6/+14 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 4 | -4/+4 |
* | Move global interrupt enable/disable functions out to Common.h and document t... | Dean Camera | 2011-04-08 | 7 | -79/+13 |
* | Correct UC3 global interrupt functions. | Dean Camera | 2011-04-08 | 3 | -4/+5 |
* | Add in a new common Delay_MS() function, which provides a blocking delay for ... | Dean Camera | 2011-04-08 | 11 | -56/+133 |
* | Oops - fix misnamed function call in Pipe_Discard_Stream(). | Dean Camera | 2011-04-04 | 1 | -1/+1 |
* | Oops - fix incorrect variable name in the updated Pipe_Write_8() function. | Dean Camera | 2011-04-04 | 1 | -1/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 8 | -270/+268 |
* | Conditionally add available address spaces to the address space enum, for mul... | Dean Camera | 2011-04-04 | 1 | -0/+4 |
* | Ensure the library builds cleanly in device mode for architectures lacking mu... | Dean Camera | 2011-03-27 | 1 | -11/+20 |
* | Add in new architecture attribute defines to selectively remove the EEPROM an... | Dean Camera | 2011-03-21 | 8 | -144/+207 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 3 | -8/+7 |
* | Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg... | Dean Camera | 2011-03-16 | 1 | -2/+5 |
* | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean Camera | 2011-03-16 | 1 | -1/+2 |
* | Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh... | Dean Camera | 2011-03-15 | 4 | -10/+5 |
* | Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A... | Dean Camera | 2011-03-15 | 2 | -14/+35 |
* | Oops - fix internal serial number extraction routine for the AVR8 architecture. | Dean Camera | 2011-03-14 | 1 | -1/+1 |
* | Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models. | Dean Camera | 2011-03-14 | 2 | -13/+39 |
* | Simplify the internal serial extraction routines for each architecture. | Dean Camera | 2011-03-13 | 3 | -23/+24 |
* | Add experimental support for the AVR32 UC3A4 microcontrollers. | Dean Camera | 2011-03-13 | 6 | -29/+72 |
* | Re-add accidentally deleted Host_UC3.c and Host_UC3.h files. | Dean Camera | 2011-03-13 | 2 | -0/+777 |
* | Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. | Dean Camera | 2011-03-13 | 18 | -886/+109 |
* | Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon... | Dean Camera | 2011-03-13 | 4 | -22/+72 |
* | Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at... | Dean Camera | 2011-03-11 | 4 | -75/+75 |
* | Add structure padding to the appropriate descriptor structures to maintain co... | Dean Camera | 2011-03-11 | 2 | -15/+15 |
* | Fix UC3B architecture compile errors and ensure the architecture can be compi... | Dean Camera | 2011-03-05 | 2 | -7/+7 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -0/+1 |
* | Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint... | Dean Camera | 2011-03-05 | 6 | -89/+72 |