aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core
Commit message (Expand)AuthorAgeFilesLines
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-1535-7472/+7472
* Add option to the USB XMEGAs to set the USB bus interrupt priority level.Dean Camera2011-07-152-5/+26
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-157-25/+158
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-142-1/+6
* Update UC3 platform driver support to use the bitmasks defined in the header ...Dean Camera2011-07-141-4/+21
* More XMEGA USB AVR device port work - re-add missing Endpoint stream function...Dean Camera2011-07-143-11/+69
* Implementation of several key core USB driver functions for the new USB XMEGA...Dean Camera2011-07-144-122/+124
* Correct the maximum banks per endpoint information macros for the UC3A3 and U...Dean Camera2011-07-141-7/+7
* Add support for triple endpoint/pipe bank AVR32 UC3 devices.Dean Camera2011-07-143-2/+24
* Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.Dean Camera2011-07-141-1/+2
* Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean Camera2011-07-141-0/+47
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-144-51/+83
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-1323-2/+2954
* Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean Camera2011-07-131-4/+0
* Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean Camera2011-07-122-12/+4
* Add more missing function attributes to the TWI peripheral driver.Dean Camera2011-07-121-1/+1
* Add missing function attributes.Dean Camera2011-07-126-6/+8
* Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean Camera2011-07-122-10/+37
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-112-0/+30
* Minor documentation and style fixes.Dean Camera2011-07-112-4/+4
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-0827-449/+301
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean Camera2011-07-064-61/+61
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-292-2/+5
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-205-12/+12
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-2017-5/+155
* Add macro guards to the templated C files to prevent compile errors if they a...Dean Camera2011-06-148-2/+272
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-093-3/+3
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-084-24/+14
* Fix compile errors when compiling for the AVR32 UC3 target.Dean Camera2011-06-082-0/+2
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-058-9/+9
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-031-2/+2
* Spell check library source code files.Dean Camera2011-06-018-10/+10
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-304-6/+6
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-274-0/+60
* Fix incorrect macro guard in the UC3 EndpointStream header file.Dean Camera2011-05-261-2/+2
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-2618-1061/+2548
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-145-21/+54
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-255-17/+23
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-202-3/+4
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-1210-6/+14
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-104-4/+4
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-087-79/+13
* Correct UC3 global interrupt functions.Dean Camera2011-04-083-4/+5
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-0811-56/+133
* Oops - fix misnamed function call in Pipe_Discard_Stream().Dean Camera2011-04-041-1/+1
* 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-048-270/+268
* Conditionally add available address spaces to the address space enum, for mul...Dean Camera2011-04-041-0/+4
* 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-218-144/+207