qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 0fcbe22c9e Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state.
Added verbose documentation for each of the USB Host state machine states.
2009-07-13 05:34:43 +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 Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state. 2009-07-13 05:34:43 +00:00
Host.h Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state. 2009-07-13 05:34:43 +00:00
HostChapter9.c Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +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 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