aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers
AgeCommit message (Expand)Author
2011-09-21Add LUFA-111009-BETA tag.LUFA-111009-BETADean
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ...Dean
2011-07-14More XMEGA USB AVR device port work - re-add missing Endpoint stream function...Dean
2011-07-14Implementation of several key core USB driver functions for the new USB XMEGA...Dean
2011-07-14Correct the maximum banks per endpoint information macros for the UC3A3 and U...Dean
2011-07-14Add support for triple endpoint/pipe bank AVR32 UC3 devices.Dean
2011-07-14Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.Dean
2011-07-14Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean
2011-07-14Add high speed USB support for the UC3 devices containing a high speed USB co...Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-13Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean
2011-07-12Minor documentation fixes.Dean
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean
2011-07-12Add more missing function attributes to the TWI peripheral driver.Dean
2011-07-12Add missing function attributes.Dean
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
2011-07-11Add missing function attributes to the RingBuffer driver to reduce the chance...Dean
2011-07-11More endianness porting of the LUFA host mode class drivers.Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.Dean
2011-07-11Oops - re-order Ringbuffer.h inline functions to prevent compile errors due t...Dean
2011-07-11Added new RingBuffer_GetFreeCount() function to the library miscellaneous Rin...Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-07-06Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean
2011-07-06Fix improper indenting of the internal board driver dispatch headers.Dean
2011-07-05Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...Dean
2011-07-04Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean
2011-07-04Add missing function parameter to the new HID_Host_SetIdlePeriod() function.Dean
2011-07-04Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.Dean
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
2011-06-27Add board driver support for the EVK1100 board.Dean
2011-06-20Minor internal macro renaming for the UC3 devices.Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-20Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean
2011-06-19Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean
2011-06-18Fix TWI driver documentation example (thanks to Jerome Colombie).Dean
2011-06-16Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean
2011-06-16Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-14Add macro guards to the templated C files to prevent compile errors if they a...Dean
2011-06-14Rename Audio Host Class driver internal descriptor matching routines to be in...Dean
2011-06-13Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean
2011-06-12Fix bugs in the Host mode Audio class driver.Dean
2011-06-09Fix errors in the library Host mode Audio Class driver.Dean
2011-06-09Fix compile errors when both Host and Device modes are enabled.Dean
2011-06-09Add new Audio Class Driver Host demos.Dean
2011-06-08Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean
2011-06-08Remove warnings in the documentation for the library class drivers about sequ...Dean
2011-06-08Added new Host mode Audio Class driver.Dean