qmk_firmware/LUFA/Drivers/USB/LowLevel
2010-08-09 10:20:10 +00:00
..
Template Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Device.c Add missing eol-style properties to new source files. 2010-07-12 10:20:38 +00:00
Device.h Update size of compiled Mouse demo in documentation, fix indenting in Device.h. 2010-07-23 03:25:19 +00:00
Endpoint.c Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. 2010-08-09 10:20:10 +00:00
Endpoint.h Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. 2010-08-09 10:20:10 +00:00
Host.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Host.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
Pipe.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Pipe.h Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. 2010-08-09 10:20:10 +00:00
USBController.c Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 2010-07-21 12:20:34 +00:00
USBController.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 2010-07-30 09:48:35 +00:00
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 2010-05-13 07:43:18 +00:00
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00