aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core
AgeCommit message (Expand)Author
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
2011-03-15Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean
2011-03-15Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...Dean
2011-03-14Oops - fix internal serial number extraction routine for the AVR8 architecture.Dean
2011-03-14Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.Dean
2011-03-13Simplify the internal serial extraction routines for each architecture.Dean
2011-03-13Add experimental support for the AVR32 UC3A4 microcontrollers.Dean
2011-03-13Re-add accidentally deleted Host_UC3.c and Host_UC3.h files.Dean
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-03-13Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean
2011-03-11Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at...Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-03-05Fix UC3B architecture compile errors and ensure the architecture can be compi...Dean
2011-03-05Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean
2011-03-05Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean
2011-03-05Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean
2011-03-03Fixed Still Image Host class driver exiting the descriptor search routine pre...Dean
2011-02-28Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean
2011-02-27Add code to start the USBB Generic Clock from the user-specified master clock...Dean
2011-02-27Oops - ensure that only the relevant/available interrupts are defined and use...Dean
2011-02-27Changed over the AVR8 USB controller interrupt management macros to be inline...Dean
2011-02-27General cleanup and more port work to the AVR32 UC3B.Dean
2011-02-27Fix USB Host mode compile errors for the UC3B architecture.Dean
2011-02-27Move out common architecture-independent core definitions into the appropriat...Dean
2011-02-27More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-26More UC3B architecture port updates.Dean