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.
Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files.
2010-10-12 13:52:06 +00:00
..
Device.c Add missing eol-style properties to new source files. 2010-07-12 10:20:38 +00:00
Device.h Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size. 2010-10-07 11:55:20 +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 Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
Host.c Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
Host.h Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured. 2010-10-12 13:52:06 +00:00
OTG.h Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +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 Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured. 2010-10-12 13:52:06 +00:00
USBController.c Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
USBController.h Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
USBInterrupt.c Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size. 2010-10-07 11:55:20 +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