qmk_firmware/LUFA/Drivers/USB/Core/UC3
Dean Camera 5d7827a573 Minor internal macro renaming for the UC3 devices. 2011-06-20 13:08:27 +00:00
..
Template Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project. 2011-06-14 12:54:46 +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 Minor internal macro renaming for the UC3 devices. 2011-06-20 13:08:27 +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 Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros. 2011-04-25 07:28:36 +00:00
Endpoint_UC3.h Minor internal macro renaming for the UC3 devices. 2011-06-20 13:08:27 +00:00
Host_UC3.c Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates. 2011-05-30 11:07:57 +00:00
Host_UC3.h Spell check library source code files. 2011-06-01 14:33:40 +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 Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address. 2011-06-08 02:45:32 +00:00
Pipe_UC3.h Minor internal macro renaming for the UC3 devices. 2011-06-20 13:08:27 +00:00
USBController_UC3.c Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros. 2011-04-25 07:28:36 +00:00
USBController_UC3.h Minor internal macro renaming for the UC3 devices. 2011-06-20 13:08:27 +00:00
USBInterrupt_UC3.c Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros. 2011-04-25 07:28:36 +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