esp32-s2_dfu/tinyusb/host
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
..
ehci allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
hcd.c fix license 2013-06-22 12:54:47 +07:00
hcd.h allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
hub.c add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00
hub.h add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00
usbh.c allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
usbh.h starting to add support for IAR workbench 2013-09-19 16:11:11 +07:00
usbh_hcd.h add test & code to send rndis msg query for permanent address (MAC address) 2013-07-19 01:52:56 +07:00