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 d4952265a6
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL back to the host.
15 years ago
..
Template Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. 15 years ago
DevChapter9.c Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL back to the host. 15 years ago
DevChapter9.h Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. 15 years ago
Device.h Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. 15 years ago
Endpoint.c Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL back to the host. 15 years ago
Endpoint.h Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode. 15 years ago
Host.c Use -pedantic compile time option to find and correct several minor code errors. 15 years ago
Host.h Add new USB_Host_GetDeviceStringDescriptor() convenience function. 15 years ago
HostChapter9.c Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. 15 years ago
HostChapter9.h Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 15 years ago
LowLevel.c Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. 15 years ago
LowLevel.h Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2. 15 years ago
OTG.h Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
Pipe.c Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL back to the host. 15 years ago
Pipe.h Use -pedantic compile time option to find and correct several minor code errors. 15 years ago