qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera ac70ddd0a1 Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
..
DevChapter9.c Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs. 2009-05-22 05:23:00 +00:00
DevChapter9.h Rewritten event system to remove all macros, to make user code clearer. 2009-05-18 10:05:21 +00:00
Device.h Fix all device mode demos broken in the recent API changes. 2009-05-26 04:46:35 +00:00
Endpoint.c Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
Endpoint.h USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 2009-05-19 10:33:29 +00:00
Host.c Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
Host.h Rewritten event system to remove all macros, to make user code clearer. 2009-05-18 10:05:21 +00:00
HostChapter9.c Create a new function pointer type in StreamCallbacks.h for endpoint/pipe stream callbacks, to make stream function prototypes clearer. 2009-05-15 12:27:32 +00:00
HostChapter9.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
LowLevel.c Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
LowLevel.h Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
OTG.h Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 2009-05-13 14:13:57 +00:00
Pipe.c Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. 2009-06-08 07:34:16 +00:00
Pipe.h USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 2009-05-19 10:33:29 +00:00