espressif_tinyusb/src/host
hathach 88bb8fac3d
rename host API to be consistent with naming on device stack
- tuh_device_get_speed() to tuh_speed_get()
- tuh_device_configured() to tuh_mounted()
- tuh_device_ready() to tuh_ready()
2021-08-24 12:37:04 +07:00
..
hcd.h add hcd_devtree_get_info() 2021-08-23 17:00:41 +07:00
hcd_attr.h add hcd_devtree_get_info() 2021-08-23 17:00:41 +07:00
hub.c sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB 2021-08-23 19:56:53 +07:00
hub.h change host driver open return type to bool 2021-08-20 19:31:38 +07:00
usbh.c rename host API to be consistent with naming on device stack 2021-08-24 12:37:04 +07:00
usbh.h rename host API to be consistent with naming on device stack 2021-08-24 12:37:04 +07:00
usbh_classdriver.h change host driver open return type to bool 2021-08-20 19:31:38 +07:00
usbh_control.c add hcd_devtree_get_info() 2021-08-23 17:00:41 +07:00