My local repo of qmk firmware.
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/UC3
Dean Camera d5e874d348 Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. 14 years ago
..
Template Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. 14 years ago
Device_UC3.c Add missing SVN eol-style property to files where it was missing. 14 years ago
Device_UC3.h Add missing SVN eol-style property to files where it was missing. 14 years ago
EndpointStream_UC3.c Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available). 14 years ago
EndpointStream_UC3.h Fix compile errors when compiling for the AVR32 UC3 target. 14 years ago
Endpoint_UC3.c Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture. 14 years ago
Endpoint_UC3.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. 14 years ago
Host_UC3.c Add missing SVN eol-style property to files where it was missing. 14 years ago
Host_UC3.h Add missing SVN eol-style property to files where it was missing. 14 years ago
PipeStream_UC3.c Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available). 14 years ago
PipeStream_UC3.h Fix compile errors when compiling for the AVR32 UC3 target. 14 years ago
Pipe_UC3.c Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture. 14 years ago
Pipe_UC3.h Add missing SVN eol-style property to files where it was missing. 14 years ago
USBController_UC3.c Add missing SVN eol-style property to files where it was missing. 14 years ago
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. 14 years ago
USBInterrupt_UC3.c Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. 14 years ago
USBInterrupt_UC3.h Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. 14 years ago