qmk_firmware/LUFA/Drivers/USB
Dean Camera afd828c095 Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.

Altered the serial byte receive function to make it non-blocking.
2011-01-30 19:47:31 +00:00
..
Class Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 2011-01-30 19:47:31 +00:00
HighLevel Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 2011-01-30 14:14:04 +00:00
LowLevel Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDriver demos to use it. 2011-01-30 14:14:04 +00:00
USB.h Minor documentation corrections for the new HID report item constant defines. 2011-01-16 19:41:26 +00:00