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/Demos/Device/LowLevel
Dean Camera 7a9b3d3641
Rename CDC demos to VirtualSerial.
15 years ago
..
AudioInput Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero. 15 years ago
AudioOutput Spell check all source code variables, comments and strings. 15 years ago
DualVirtualSerial Rename CDC demos to VirtualSerial. 15 years ago
GenericHID Fix invalid Event name rule in demo/project makefiles. 15 years ago
Joystick Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
Keyboard Removed code to zero reports between two keyboard reports with differing number of pressed keys, as this relied on non-standard OS behaviour. 15 years ago
KeyboardMouse Fix invalid Event name rule in demo/project makefiles. 15 years ago
MIDI Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). 15 years ago
MassStorage Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver. 15 years ago
Mouse Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint. 15 years ago
RNDISEthernet Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 15 years ago
VirtualSerial Rename CDC demos to VirtualSerial. 15 years ago
makefile Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. 15 years ago