You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera 38d7cdf803
Minor Doxygen documentation improvements.
13 years ago
..
AVR8 Add XMEGA compile time tokens to the LUFAConfig.h code template. 13 years ago
UC3 Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias). 13 years ago
XMEGA Add XMEGA compile time tokens to the LUFAConfig.h code template. 13 years ago
ConfigDescriptor.c Merge over core library changes from the MultiArchDemos branch. 13 years ago
ConfigDescriptor.h Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. 13 years ago
Device.h Add missing SVN eol-style property to files where it was missing. 13 years ago
DeviceStandardReq.c Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 13 years ago
DeviceStandardReq.h Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 13 years ago
Endpoint.h Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07. 13 years ago
EndpointStream.h Add missing SVN eol-style property to files where it was missing. 13 years ago
Events.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
Events.h Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 13 years ago
Host.h Add missing SVN eol-style property to files where it was missing. 13 years ago
HostStandardReq.c Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function. 13 years ago
HostStandardReq.h Minor Doxygen documentation improvements. 13 years ago
OTG.h Add missing SVN eol-style property to files where it was missing. 13 years ago
Pipe.h Add missing SVN eol-style property to files where it was missing. 13 years ago
PipeStream.h Add missing SVN eol-style property to files where it was missing. 13 years ago
StdDescriptors.h Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 13 years ago
StdRequestType.h Add missing function attributes. 13 years ago
USBController.h Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. 13 years ago
USBInterrupt.h Add missing SVN eol-style property to files where it was missing. 13 years ago
USBMode.h Add support for the new MEGA B series devices. 13 years ago
USBTask.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
USBTask.h More endianness porting of the LUFA device mode class drivers. 13 years ago