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 6490d1c443 Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices. 14 years ago
..
Template Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 14 years ago
Device_UC3.c Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. 14 years ago
Device_UC3.h Add high speed USB support for the UC3 devices containing a high speed USB controller. 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 Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 14 years ago
Endpoint_UC3.h Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices. 14 years ago
Host_UC3.c Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 14 years ago
Host_UC3.h Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 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 Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 14 years ago
Pipe_UC3.h Add support for triple endpoint/pipe bank AVR32 UC3 devices. 14 years ago
USBController_UC3.c Add high speed USB support for the UC3 devices containing a high speed USB controller. 14 years ago
USBController_UC3.h Add support for triple endpoint/pipe bank AVR32 UC3 devices. 14 years ago
USBInterrupt_UC3.c Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. 14 years ago
USBInterrupt_UC3.h Move global interrupt enable/disable functions out to Common.h and document them. 14 years ago