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/LUFA/Drivers/USB
Dean Camera 7f81803aaa
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use.
15 years ago
..
Class Added USE_INTERNAL_SERIAL compile time option to automatically read out the internal unique serial number as the device's serial number descriptor on supported AVR models. 15 years ago
HighLevel 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. 15 years ago
LowLevel Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use. 15 years ago
USB.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 15 years ago