aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-0521-21/+21
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-092-4/+13
* Fixed logic hole breaking USB operations on a USB controller with only one su...Dean Camera2012-08-282-5/+7
* Minor documentation corrections.Dean Camera2012-08-271-20/+30
* Minor documentation improvements.Dean Camera2012-08-181-3/+3
* Added workaround for broken VBUS detection on AVR8 devices when a bootloader ...Dean Camera2012-08-121-0/+7
* 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-213-1361/+1361
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-102-1/+9
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-221/+221
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-202-22/+22
* Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean Camera2012-05-194-0/+4
* Added build test to verify correct compilation of all bootloaders using all s...Dean Camera2012-05-131-2/+2
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-147-189/+165
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-078-1/+35
* 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