You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera a8871c7fba
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured.
14 years ago
..
Device.c Add missing eol-style properties to new source files. 14 years ago
Device.h Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size. 14 years ago
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. 14 years ago
Endpoint.h Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 14 years ago
Host.c Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 14 years ago
Host.h Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured. 14 years ago
OTG.h Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 14 years ago
Pipe.c Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. 14 years ago
Pipe.h Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured. 14 years ago
USBController.c Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 14 years ago
USBController.h Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 14 years ago
USBInterrupt.c Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size. 14 years ago
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. 14 years ago