aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/DeviceStandardReq.c
AgeCommit message (Expand)Author
2012-04-15Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SE...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.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-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-04-20Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean
2011-04-08Move global interrupt enable/disable functions out to Common.h and document t...Dean
2011-04-08Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...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-13Simplify the internal serial extraction routines for each architecture.Dean
2011-03-13Add experimental support for the AVR32 UC3A4 microcontrollers.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-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean