aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/DeviceStandardReq.c
Commit message (Expand)AuthorAgeFilesLines
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-5/+5
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-0/+7
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-9/+9
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-201-1/+1
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-3/+3
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-10/+10
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-7/+7
* Ensure the library builds cleanly in device mode for architectures lacking mu...Dean Camera2011-03-271-11/+20
* Add in new architecture attribute defines to selectively remove the EEPROM an...Dean Camera2011-03-211-2/+3
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-3/+4
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-3/+3
* Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean Camera2011-03-051-4/+4
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-4/+5
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-0/+361