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/Host
Dean Camera 8711dc7ced
Fix issue in CDC device class driver where received data the size of the data endpoint could lock up the driver.
15 years ago
..
ClassDriver Fix issue in CDC device class driver where received data the size of the data endpoint could lock up the driver. 15 years ago
Incomplete/BluetoothHost Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface. 15 years ago
LowLevel Make Benito ping-pong LED code more explicit, using masks of the TX and RX LED masks for ping-pong toggle rather than the ambiguous LED "Busy" mask. 15 years ago
makefile Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 16 years ago