qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera 0304916356 Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC. 2011-10-31 02:26:21 +00:00
..
AVR8 Minor documentation fixes. 2011-10-30 07:09:44 +00:00
UC3 Namespace out the internal endpoint and pipe globals in the UC3 architecture. 2011-10-30 14:03:53 +00:00
XMEGA Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC. 2011-10-31 02:26:21 +00:00
ConfigDescriptor.c Merge over core library changes from the MultiArchDemos branch. 2011-06-29 05:57:29 +00:00
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. 2011-07-19 07:02:19 +00:00
Device.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
DeviceStandardReq.c Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 2011-09-22 05:55:32 +00:00
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. 2011-07-08 07:25:56 +00:00
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. 2011-10-30 14:04:47 +00:00
EndpointStream.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Events.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 2011-02-19 22:59:27 +00:00
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. 2011-07-08 07:25:56 +00:00
Host.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
HostStandardReq.c Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices. 2011-10-07 04:38:53 +00:00
HostStandardReq.h Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00
OTG.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Pipe.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
PipeStream.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
StdDescriptors.h Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 2011-09-22 05:55:32 +00:00
StdRequestType.h Add missing function attributes. 2011-07-12 05:13:31 +00:00
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. 2011-07-29 08:12:00 +00:00
USBInterrupt.h Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
USBMode.h Fix compile errors for the USB XMEGA parts when the USB driver is used. 2011-10-04 11:40:55 +00:00
USBTask.c Initial restructuring of the core USB driver module to support multiple architectures in the future. 2011-02-19 22:59:27 +00:00
USBTask.h More endianness porting of the LUFA device mode class drivers. 2011-07-11 09:50:54 +00:00