index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Core
/
StdDescriptors.h
Age
Commit message (
Expand
)
Author
2012-06-09
Spell check source code, fix mistakes.
Dean
2012-05-05
Fixed incorrect DFU version number reported to the host in the DFU bootloade...
Dean
2012-02-04
Update file contributor copyrights for 2012.
Dean
2012-02-04
Update file header copyrights for 2012.
Dean
2012-02-01
Minor documentation improvements.
Dean
2012-01-02
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...
Dean
2011-12-23
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
dean
2011-09-22
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean
2011-08-24
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...
Dean
2011-07-19
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...
Dean
2011-07-14
Added Device Qualifier standard descriptor structure definitions USB_StdDescr...
Dean
2011-07-13
Add start of an architecture port to the Atmel USB XMEGA devices.
Dean
2011-07-13
Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...
Dean
2011-07-11
More endianness porting of the LUFA device mode class drivers.
Dean
2011-06-29
Merge over core library changes from the MultiArchDemos branch.
Dean
2011-04-25
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...
Dean
2011-03-13
Add experimental support for the AVR32 UC3A4 microcontrollers.
Dean
2011-03-13
Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...
Dean
2011-03-11
Add structure padding to the appropriate descriptor structures to maintain co...
Dean
2011-03-05
Porting updates for the UC3B architecture - get UC3B partially enumerating us...
Dean
2011-02-20
More updates to remove architecture-specific comments from the documentation,...
Dean
2011-02-20
More Doxygen updates for multiple architecture support.
Dean
2011-02-20
Start update of documentation to support possible multiple architectures in t...
Dean
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean