qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
Added parameter directions to function parameter documentation.

Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
2009-06-28 13:39:08 +00:00
..
DevChapter9.c Optimize unique serial number reading code for size -- remove atoi/toupper references, replace with hand-rolled code as the input has known size constraints. 2009-06-21 13:52:21 +00:00
DevChapter9.h Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.). 2009-06-22 10:23:47 +00:00
Device.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Endpoint.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Endpoint.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Host.c Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. 2009-06-23 08:03:09 +00:00
Host.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
HostChapter9.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
HostChapter9.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
LowLevel.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
LowLevel.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
OTG.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00