qmk_firmware/Demos/Host
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
..
ClassDriver Add Host mode Class driver demo summaries. 2009-09-09 04:22:49 +00:00
Incomplete/BluetoothHost 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
LowLevel 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
makefile Added start of the Still Image Host Class driver demo and driver code. 2009-08-30 11:36:04 +00:00