aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation corrections.Dean Camera2012-08-271-8/+12
* Add missing UC3 architecture F_USB configuration checks.Dean Camera2012-07-241-0/+10
* Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean Camera2012-07-221-1/+1
* Minor documentation improvements.Dean Camera2012-07-151-6/+6
* Add svn:eol-style property on all source files where it was missing. Fix line...Dean Camera2012-06-214-1183/+1183
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-102-1/+9
* Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvi...Dean Camera2012-06-101-1/+1
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion fi...Dean Camera2012-06-061-1/+1
* Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.Dean Camera2012-06-023-5/+5
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean Camera2012-05-263-17/+18
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-202-25/+25
* Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean Camera2012-05-194-0/+4
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-147-223/+171
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-078-0/+32
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ...Dean Camera2012-03-061-0/+2
* 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-29/+22
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-193-4/+4
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-1/+1
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-052-0/+9
* Update file contributor copyrights for 2012.Dean Camera2012-02-0420-20/+20
* Update file header copyrights for 2012.Dean Camera2012-02-0420-20/+20
* 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-2314-48/+53
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean Camera2011-11-223-13/+17
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-304-145/+145
* Update XMEGA platform clock management example code to suit the currently rel...Dean Camera2011-10-252-12/+12
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-092-0/+12
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-071-1/+1
* Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean Camera2011-09-281-1/+1
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-222-0/+4
* Fix missing C++ linkage command in ArchitectureSpecific.h.Dean Camera2011-09-211-1/+1
* 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
* Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices.Dean Camera2011-07-252-6/+44
* 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
* Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...Dean Camera2011-07-192-0/+72
* Move out the EP_TYPE_* macros to the base USBController.h header, as these ar...Dean Camera2011-07-191-27/+0
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-1512-4206/+4206
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-6/+6
* 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
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-143-29/+60
* 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-174/+31
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean Camera2011-07-061-21/+21