aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core
AgeCommit message (Expand)Author
2011-09-13Commit LUFA-111009-QA tag for QA testing before moving into beta phase.LUFA-111009-QADean
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ...Dean
2011-07-14More XMEGA USB AVR device port work - re-add missing Endpoint stream function...Dean
2011-07-14Implementation of several key core USB driver functions for the new USB XMEGA...Dean
2011-07-14Correct the maximum banks per endpoint information macros for the UC3A3 and U...Dean
2011-07-14Add support for triple endpoint/pipe bank AVR32 UC3 devices.Dean
2011-07-14Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.Dean
2011-07-14Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean
2011-07-14Add high speed USB support for the UC3 devices containing a high speed USB co...Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-13Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean
2011-07-12Add more missing function attributes to the TWI peripheral driver.Dean
2011-07-12Add missing function attributes.Dean
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-07-06Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
2011-06-20Minor internal macro renaming for the UC3 devices.Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-14Add macro guards to the templated C files to prevent compile errors if they a...Dean
2011-06-09Fix compile errors when both Host and Device modes are enabled.Dean
2011-06-08Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean
2011-06-08Fix compile errors when compiling for the AVR32 UC3 target.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-06-01Spell check library source code files.Dean
2011-05-30Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean
2011-05-27Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean
2011-05-26Fix incorrect macro guard in the UC3 EndpointStream header file.Dean
2011-05-26Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean
2011-05-14Fixed possible invalid program execution when in host mode if corrupt descrip...Dean
2011-04-25Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean
2011-04-20Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean
2011-04-12Add missing function attributes to the pipe/endpoint functions for all archit...Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-04-08Move global interrupt enable/disable functions out to Common.h and document t...Dean
2011-04-08Correct UC3 global interrupt functions.Dean
2011-04-08Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean
2011-04-04Oops - fix misnamed function call in Pipe_Discard_Stream().Dean
2011-04-04Oops - fix incorrect variable name in the updated Pipe_Write_8() function.Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-04-04Conditionally add available address spaces to the address space enum, for mul...Dean
2011-03-27Ensure the library builds cleanly in device mode for architectures lacking mu...Dean
2011-03-21Add in new architecture attribute defines to selectively remove the EEPROM an...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-03-16Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean
2011-03-16Added new VirtualSerialMassStorage Device Class Driver demo.Dean