aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible enumeration error if the user application selects the non-Cont...Dean Camera2012-02-261-10/+7
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-245-44/+37
* Allow serial strings to be generated on the older AVR8 devices which do not e...Dean Camera2012-02-081-2/+2
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-052-0/+17
* Update file contributor copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Update file header copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Minor documentation improvements.Dean Camera2012-02-011-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-2313-36/+41
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-0/+8
* Minor documentation fixes.Dean Camera2011-10-301-10/+10
* When automatic PLL management mode is enabled on the U4 series AVR8 chips, th...Dean Camera2011-10-121-1/+1
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-092-0/+12
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-222-0/+4
* Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean Camera2011-08-281-11/+0
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-1/+1
* Minor documentation fixes.Dean Camera2011-08-232-1/+4
* Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv...Dean Camera2011-07-291-2/+2
* Fixed USB_USBTask not being called internally in stream transfers between pac...Dean Camera2011-07-251-4/+4
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-15/+2
* Move out the EP_TYPE_* macros to the base USBController.h header, as these ar...Dean Camera2011-07-191-27/+0
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-141-22/+23
* Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean Camera2011-07-122-12/+4
* Add missing function attributes.Dean Camera2011-07-122-1/+2
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-0810-180/+37
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean Camera2011-07-062-31/+31
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-203-1/+36
* Add macro guards to the templated C files to prevent compile errors if they a...Dean Camera2011-06-144-1/+136
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-091-1/+1
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-082-12/+7
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-054-5/+5
* Spell check library source code files.Dean Camera2011-06-013-4/+4
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-302-3/+3
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-272-0/+30
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-268-0/+1788
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-7/+15
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-201-2/+3
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-125-3/+7
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-083-35/+4
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-084-19/+51
* Oops - fix incorrect variable name in the updated Pipe_Write_8() function.Dean Camera2011-04-041-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-109/+109
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-5/+5
* Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean Camera2011-03-152-3/+2
* Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...Dean Camera2011-03-152-14/+35
* Oops - fix internal serial number extraction routine for the AVR8 architecture.Dean Camera2011-03-141-1/+1
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-9/+9
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-6/+6
* Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean Camera2011-03-051-2/+2
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-052-7/+0