qmk_firmware/Demos/Device/ClassDriver
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
Added parameter directions to function parameter documentation.

Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
2009-06-28 13:39:08 +00:00
..
AudioInput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 2009-06-26 11:43:56 +00:00
AudioOutput Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 2009-06-26 11:43:56 +00:00
CDC Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 2009-06-21 09:22:31 +00:00
DualCDC Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. 2009-06-21 09:22:31 +00:00
GenericHID Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Joystick Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Keyboard Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
KeyboardMouse Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
MIDI Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 2009-06-26 11:43:56 +00:00
MassStorage Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Mouse Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
RNDISEthernet Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
USBtoSerial Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
makefile Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 2009-06-05 07:16:33 +00:00