summaryrefslogtreecommitdiff
path: root/src/host/usbh_classdriver.h
AgeCommit message (Collapse)Author
2021-08-20change host driver open return type to boolhathach
the descriptor len used by driver will be calculated by usbh
2021-08-20improve host configuration parsinghathach
- remove driver class code binding - fully support IAD - auto calculate total length for interface descriptor for driver
2021-08-20extra common edpt helper for device and host stackhathach
tu_edpt_validate() and tu_edpt_bind_driver()
2021-06-28change usbh open driver to have max_len and return driver lenhathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10add usbh_classdriver.hhathach