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 6f4cc344ab
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
15 years ago
..
Template Added new USB_DeviceState variable to keep track of the current Device mode USB state. 16 years ago
DevChapter9.c Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option. 15 years ago
DevChapter9.h Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option. 15 years ago
Device.h Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman). 16 years ago
Endpoint.c Added new USB_DeviceState variable to keep track of the current Device mode USB state. 16 years ago
Endpoint.h Added new USB_DeviceState variable to keep track of the current Device mode USB state. 16 years ago
Host.c Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions. 16 years ago
Host.h Added new USB_DeviceState variable to keep track of the current Device mode USB state. 16 years ago
HostChapter9.c Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews). 16 years ago
HostChapter9.h Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 16 years ago
LowLevel.c Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman). 16 years ago
LowLevel.h Cleanup USBMode.h to simplify preprocessor logic. 16 years ago
OTG.h Added const modifiers to device mode class drivers. 16 years ago
Pipe.c Corrected new Pipe_IsEndpointBound() function. 16 years ago
Pipe.h Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions. 16 years ago