aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed Still Image Host class driver exiting the descriptor search routine pre...Dean Camera2011-03-031-0/+2
* Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean Camera2011-02-282-0/+7
* Oops - ensure that only the relevant/available interrupts are defined and use...Dean Camera2011-02-271-22/+69
* Changed over the AVR8 USB controller interrupt management macros to be inline...Dean Camera2011-02-273-28/+248
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-273-7/+7
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-274-167/+0
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-1/+1
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-10/+2
* More UC3B architecture port updates.Dean Camera2011-02-261-1/+1