qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 840d386deb Cleanup and optimization of the internal serial retrieval routines.
Renamed ATTR_NOINLINE to ATTR_NO_INLINE to fit with the rest of the library function attribute names.
2009-08-03 07:10:54 +00:00
..
Template Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
DevChapter9.c Cleanup and optimization of the internal serial retrieval routines. 2009-08-03 07:10:54 +00:00
DevChapter9.h Cleanup and optimization of the internal serial retrieval routines. 2009-08-03 07:10:54 +00:00
Device.h Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman). 2009-07-31 00:35:19 +00:00
Endpoint.c Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
Endpoint.h Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
Host.c Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions. 2009-07-26 10:22:16 +00:00
Host.h Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
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). 2009-07-20 10:19:13 +00:00
HostChapter9.h Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
LowLevel.c Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman). 2009-07-31 00:35:19 +00:00
LowLevel.h Cleanup USBMode.h to simplify preprocessor logic. 2009-07-29 02:49:34 +00:00
OTG.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.c Corrected new Pipe_IsEndpointBound() function. 2009-07-26 10:45:33 +00:00
Pipe.h Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions. 2009-07-26 10:22:16 +00:00