aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
AgeCommit message (Expand)Author
2012-06-09Spell check source code, fix mistakes.Dean
2012-05-05Fixed incorrect DFU version number reported to the host in the DFU bootloade...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-07-14Added Device Qualifier standard descriptor structure definitions USB_StdDescr...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-11More endianness porting of the LUFA device mode class drivers.Dean
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
2011-04-25Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean
2011-03-13Add experimental support for the AVR32 UC3A4 microcontrollers.Dean
2011-03-13Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-03-05Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean