You cannot 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-fw/LUFA/Drivers/USB/Core
Dean Camera cb7f7a8241 Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination. 14 years ago
..
AVR8 Minor documentation fixes. 14 years ago
UC3 Namespace out the internal endpoint and pipe globals in the UC3 architecture. 14 years ago
XMEGA Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination. 14 years ago
ConfigDescriptor.c
ConfigDescriptor.h
Device.h
DeviceStandardReq.c Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 14 years ago
DeviceStandardReq.h
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. 14 years ago
EndpointStream.h
Events.c
Events.h
Host.h
HostStandardReq.c Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices. 14 years ago
HostStandardReq.h Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 14 years ago
OTG.h
Pipe.h
PipeStream.h
StdDescriptors.h Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. 14 years ago
StdRequestType.h
USBController.h
USBInterrupt.h
USBMode.h Add support for the new MEGA B series devices. 14 years ago
USBTask.c
USBTask.h