qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 3ae9e6042f Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. 2010-10-06 10:16:02 +00:00
..
Device.c Add missing eol-style properties to new source files. 2010-07-12 10:20:38 +00:00
Device.h Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 2010-09-29 13:56:52 +00:00
Endpoint.c Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size. 2010-10-06 10:16:02 +00:00
Endpoint.h Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
Host.c Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe. 2010-09-21 10:48:38 +00:00
Host.h Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe. 2010-09-21 10:48:38 +00:00
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
Pipe.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
Pipe.h Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 2010-09-30 06:23:38 +00:00
USBController.c Fix device mode for the U4 parts. 2010-10-01 11:22:24 +00:00
USBController.h Clean up USBController.c/.h to more clearly seperate out host and device setup and reset paths. 2010-09-19 05:58:27 +00:00
USBInterrupt.c Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 2010-09-29 13:56:52 +00:00
USBInterrupt.h Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros. 2010-09-19 08:42:30 +00:00