espressif_tinyusb/tinyusb/class
hathach bbfa85aa08 allow a limited model to deal with stalled pipe/transaction
added stall clear & able to mount the stupid toshiba thumb drive

add HCD pipe API
- bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl);
- bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl);
- uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl);
- tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl);

remove tusbh_device_mount_failed_cb (not neccessary for user)
2013-09-24 18:23:34 +07:00
..
WinCDCdriver.inf
cdc.c
cdc.h
cdc_host.c allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
cdc_host.h
cdc_rndis.h
cdc_rndis_host.c
cdc_rndis_host.h
custom_class.h
custom_class_host.c
hid.c
hid.h
hid_device.c
hid_device.h
hid_host.c add some tests support for msc host 2013-09-24 15:21:16 +07:00
hid_host.h
msc.h
msc_host.c allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
msc_host.h add some tests support for msc host 2013-09-24 15:21:16 +07:00