more host hid API

adding hid parser
This commit is contained in:
hathach
2021-05-14 01:02:47 +07:00
parent 641f55f1f1
commit 9ddc3bfd6d
4 changed files with 196 additions and 53 deletions

View File

@@ -86,11 +86,7 @@
// Max number of reports per interface
// E.g composite HID with keyboard + mouse + gamepad will have 3 reports
#define CFG_TUH_HID_REPORT_MAX 4
// Max buffer
#define CFG_TUH_HID_REPORT_DESCRIPTOR_BUFSIZE 256
#define CFG_TUH_HID_REPORT_MAX 4
#ifdef __cplusplus
}