qmk_firmware/LUFA/Drivers/USB/Core/XMEGA
Dean Camera 15fb6351e5 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). 2013-04-28 11:31:28 +00:00
..
Template Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
Device_XMEGA.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
Device_XMEGA.h Suppress unused function parameter warnings in the USB driver. 2013-01-27 19:48:29 +00:00
EndpointStream_XMEGA.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
EndpointStream_XMEGA.h Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
Endpoint_XMEGA.c Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce the compiled code size (size/speed tradeoff). 2013-04-14 08:48:55 +00:00
Endpoint_XMEGA.h Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce the compiled code size (size/speed tradeoff). 2013-04-14 08:48:55 +00:00
Host_XMEGA.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
PipeStream_XMEGA.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
Pipe_XMEGA.c Update copyright year to 2013. 2013-01-03 11:37:33 +00:00
USBController_XMEGA.c Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather than a hard-coded zero. 2013-02-13 19:50:30 +00:00
USBController_XMEGA.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). 2013-04-28 11:31:28 +00:00
USBInterrupt_XMEGA.c Fix incorrect Interrupt disable function for the XMEGA architecture (thanks to Simon Küppers). 2013-03-23 21:53:56 +00:00
USBInterrupt_XMEGA.h Update copyright year to 2013. 2013-01-03 11:37:33 +00:00