qmk_firmware/LUFA/Drivers/USB/Core/UC3
Dean Camera f07e766755 Complete USB XMEGA interrupt control subsystem code in the core USB driver.
Automatically load in the USB calibration bytes from the User Signature Row on start-up.

Create internal SRAM variable for the endpoint control and status register table, used by the XMEGA USB controller hardware.
2011-07-15 08:10:51 +00:00
..
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. 2011-07-08 07:25:56 +00:00
Device_UC3.c Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. 2011-03-13 21:53:19 +00:00
Device_UC3.h Add high speed USB support for the UC3 devices containing a high speed USB controller. 2011-07-14 02:58:07 +00:00
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). 2011-05-26 11:27:21 +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 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. 2011-07-08 07:25:56 +00:00
Endpoint_UC3.h Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4 devices. 2011-07-14 07:18:31 +00:00
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. 2011-07-08 07:25:56 +00:00
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. 2011-07-08 07:25:56 +00:00
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). 2011-05-26 11:27:21 +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 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. 2011-07-08 07:25:56 +00:00
Pipe_UC3.h Add support for triple endpoint/pipe bank AVR32 UC3 devices. 2011-07-14 05:38:32 +00:00
USBController_UC3.c Add high speed USB support for the UC3 devices containing a high speed USB controller. 2011-07-14 02:58:07 +00:00
USBController_UC3.h Add support for triple endpoint/pipe bank AVR32 UC3 devices. 2011-07-14 05:38:32 +00:00
USBInterrupt_UC3.c Complete USB XMEGA interrupt control subsystem code in the core USB driver. 2011-07-15 08:10:51 +00:00
USBInterrupt_UC3.h Move global interrupt enable/disable functions out to Common.h and document them. 2011-04-08 05:40:25 +00:00