qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 0063f72117 Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files. 2010-04-28 08:20:15 +00:00
..
Template Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host. 2010-04-14 13:46:49 +00:00
DevChapter9.c Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host. 2010-04-14 13:46:49 +00:00
DevChapter9.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
Device.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
Endpoint.c Revert changes made for the partial port to the AVR32 architecture. 2010-02-24 06:58:23 +00:00
Endpoint.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
Host.c Fix incorrect LED mask name in the Webserver project. 2010-03-09 13:22:51 +00:00
Host.h Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
HostChapter9.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
HostChapter9.h Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
LowLevel.c USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
LowLevel.h Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
OTG.h Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
Pipe.c Software PDI mode breaks unless the software USART has 100 cycles between bits. 2010-03-17 11:48:39 +00:00
Pipe.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
USBInterrupt.c Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
USBInterrupt.h Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files. 2010-04-28 08:20:15 +00:00