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/LowLevel
Dean Camera 81998ce297
Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco).
14 years ago
..
Template Add missing const qualifiers to class drivers. 14 years ago
Device.c Add missing eol-style properties to new source files. 14 years ago
Device.h Update size of compiled Mouse demo in documentation, fix indenting in Device.h. 14 years ago
Endpoint.c Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco). 14 years ago
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. 14 years ago
Host.c Add missing const qualifiers to class drivers. 14 years ago
Host.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago
Pipe.c Fixed critical pipe/endpoint memory allocation issue where the bank memory address space could be silently overlapped in the USB controller if the endpoints or pipes were allocated in anything other than ascending order (thanks to Martin Degelsegger). 14 years ago
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. 14 years ago
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. 14 years ago
USBController.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 14 years ago
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 15 years ago
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago