aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
Commit message (Expand)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor documentation improvements.Dean Camera2012-02-011-4/+4
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-13/+12
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-3/+3
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-1/+1
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-1/+2
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-15/+0
* Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean Camera2011-07-141-0/+47
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-1/+1
* Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean Camera2011-07-131-4/+0
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-111-0/+28
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+4
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-251-11/+15
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-9/+9
* Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean Camera2011-03-131-2/+9
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-111-14/+14
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-2/+2
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-2/+2
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-2/+2
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-201-4/+4
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-0/+669