[Components][USB Device]增加协议栈对HS设备的支持

- 增加winusb对HS的支持。其余class还在完善中
This commit is contained in:
ZYH
2018-03-16 16:02:57 +08:00
parent bce9bc47af
commit 0ab93e70f0
4 changed files with 99 additions and 12 deletions
@@ -140,6 +140,7 @@ struct udcd
struct uendpoint ep0;
uep0_stage_t stage;
struct ep_id* ep_pool;
rt_uint8_t device_is_hs;
};
typedef struct udcd* udcd_t;