1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/LUFA/Drivers/USB/Core/AVR8
2011-06-20 04:32:34 +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_AVR8.c
Device_AVR8.h Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. 2011-06-20 04:32:34 +00:00
Endpoint_AVR8.c
Endpoint_AVR8.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
EndpointStream_AVR8.c
EndpointStream_AVR8.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 2011-06-05 13:55:56 +00:00
Host_AVR8.c
Host_AVR8.h
OTG_AVR8.h Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. 2011-06-20 04:32:34 +00:00
Pipe_AVR8.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_AVR8.h Fix compile errors when both Host and Device modes are enabled. 2011-06-09 04:32:52 +00:00
PipeStream_AVR8.c
PipeStream_AVR8.h
USBController_AVR8.c Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. 2011-06-20 04:32:34 +00:00
USBController_AVR8.h
USBInterrupt_AVR8.c
USBInterrupt_AVR8.h