qmk_firmware/Demos/Device/ClassDriver
2009-06-29 11:11:51 +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
MassStorage Minor correction to MagStripe demo to fix build problems. 2009-06-29 11:11:51 +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
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