able to build host hid

This commit is contained in:
hathach
2018-12-07 14:57:58 +07:00
parent d524da0c94
commit 366ab79776
18 changed files with 98 additions and 59 deletions

View File

@@ -55,8 +55,8 @@
//------------- CLASS -------------//
#define CFG_TUH_HUB 1
#define CFG_TUSB_HOST_HID_KEYBOARD 1
#define CFG_TUSB_HOST_HID_MOUSE 1
#define CFG_TUH_HID_KEYBOARD 1
#define CFG_TUH_HID_MOUSE 1
#define CFG_TUSB_HOST_HID_GENERIC 0 // (not yet supported)
#define CFG_TUH_MSC 1
#define CFG_TUH_CDC 1