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/HighLevel
Dean Camera 3ae9e6042f
Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size.
14 years ago
..
Template Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. 14 years ago
ConfigDescriptor.c Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded. 14 years ago
ConfigDescriptor.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 14 years ago
DeviceStandardReq.c Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 14 years ago
DeviceStandardReq.h 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
EndpointStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
EndpointStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
Events.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
Events.h Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode. 14 years ago
HostStandardReq.c Add missing const qualifiers to class drivers. 14 years ago
HostStandardReq.h Add missing const qualifiers to class drivers. 14 years ago
PipeStream.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
PipeStream.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
StdDescriptors.h Move out many of the common class driver constants into grouped enums, to make them more managable. 14 years ago
StdRequestType.h Fix incorrect documentation on the Get Descriptor standard request. 14 years ago
StreamCallbacks.h 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
USBMode.h Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of. 14 years ago
USBTask.c Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 years ago
USBTask.h Minor documentation phrasing changes. 14 years ago