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/Class/Host
Dean Camera 433399b05d
Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output).
15 years ago
..
CDC.c Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library. 15 years ago
CDC.h Add const qualifiers to Host mode Class drivers. 15 years ago
HID.c Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed. 15 years ago
HID.h Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed. 15 years ago
HIDParser.c Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). 15 years ago
HIDParser.h Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos. 15 years ago
HIDReportData.h Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago
MassStorage.c Add const qualifiers to Host mode Class drivers. 15 years ago
MassStorage.h Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev). 15 years ago
StillImage.c Add const qualifiers to Host mode Class drivers. 15 years ago
StillImage.h Add const qualifiers to Host mode Class drivers. 15 years ago