qmk_firmware/LUFA/Drivers/USB/Core/UC3
Dean Camera b711b7d6a4 Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias).
Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias).
2011-11-22 08:06:52 +00:00
..
Template Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. 2011-07-25 01:11:24 +00:00
Device_UC3.c Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Device_UC3.h Added endian-correction to the CDC driver's Line Encoding control request handlers. 2011-10-07 03:47:42 +00:00
EndpointStream_UC3.c Minor documentation fixes. 2011-08-23 10:39:04 +00:00
EndpointStream_UC3.h Fix compile errors when compiling for the AVR32 UC3 target. 2011-06-08 00:25:20 +00:00
Endpoint_UC3.c Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias). 2011-11-22 08:06:52 +00:00
Endpoint_UC3.h Namespace out the internal endpoint and pipe globals in the UC3 architecture. 2011-10-30 14:03:53 +00:00
Host_UC3.c Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Host_UC3.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
PipeStream_UC3.c Minor documentation fixes. 2011-08-23 10:39:04 +00:00
PipeStream_UC3.h Fix compile errors when compiling for the AVR32 UC3 target. 2011-06-08 00:25:20 +00:00
Pipe_UC3.c Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias). 2011-11-22 08:06:52 +00:00
Pipe_UC3.h Namespace out the internal endpoint and pipe globals in the UC3 architecture. 2011-10-30 14:03:53 +00:00
USBController_UC3.c Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
USBController_UC3.h Move out the EP_TYPE_* macros to the base USBController.h header, as these are used in the device descriptors as well and thus must not be changed. 2011-07-19 02:15:36 +00:00
USBInterrupt_UC3.c Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin). 2011-09-28 13:24:08 +00:00
USBInterrupt_UC3.h Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias). 2011-11-22 08:06:52 +00:00