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 0d80075387
Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function.
12 years ago
..
AVR8 Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function. 12 years ago
UC3 Minor documentation improvements. 12 years ago
XMEGA Revert incorrect XMEGA interrupt disable patch; all flags *except* the interrupt level should be cleared, and not the interrupt level itself. 12 years ago
ConfigDescriptors.c Update copyright year to 2013. 12 years ago
ConfigDescriptors.h Add some missing function attributes. 12 years ago
Device.h Update copyright year to 2013. 12 years ago
DeviceStandardReq.c Fix broken XMEGA USB support. 12 years ago
DeviceStandardReq.h Update copyright year to 2013. 12 years ago
Endpoint.h Update copyright year to 2013. 12 years ago
EndpointStream.h Update copyright year to 2013. 12 years ago
Events.c Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. 12 years ago
Events.h Update copyright year to 2013. 12 years ago
Host.h Update copyright year to 2013. 12 years ago
HostStandardReq.c Update copyright year to 2013. 12 years ago
HostStandardReq.h Update copyright year to 2013. 12 years ago
OTG.h Update copyright year to 2013. 12 years ago
Pipe.h Update copyright year to 2013. 12 years ago
PipeStream.h Update copyright year to 2013. 12 years ago
StdDescriptors.h Minor documentation improvements. 12 years ago
StdRequestType.h Update copyright year to 2013. 12 years ago
USBController.h Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported). 12 years ago
USBInterrupt.h Update copyright year to 2013. 12 years ago
USBMode.h Add missing include to the USB driver core mode header file. 12 years ago
USBTask.c Update copyright year to 2013. 12 years ago
USBTask.h Added new CONCAT() and CONCAT_EXPANDED() convenience macros. 12 years ago