qmk_firmware/Demos/Host/LowLevel
Dean Camera 524decdeb3 Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
Add to MouseHostWithParser and KeyboardHostWithParser demos to print out the report sizes when a valid device is connected.
2009-09-09 08:34:24 +00:00
..
CDCHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
GenericHIDHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
KeyboardHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
KeyboardHostWithParser Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report. 2009-09-09 08:34:24 +00:00
MassStorageHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
MouseHost Add link to third-party signed version of the official FLIP DFU driver for 64-bit Windows OSes to the DFU bootloader readme file. 2009-09-07 10:50:58 +00:00
MouseHostWithParser Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report. 2009-09-09 08:34:24 +00:00
PrinterHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
StillImageHost Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. 2009-09-06 05:58:40 +00:00
makefile Add PrinterHost to the project file and Host LowLevel directory makefile. 2009-07-20 13:41:37 +00:00