passkey_fw/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 change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
cdc.c fix lpcxpresso1347 board_leds 2013-05-29 14:39:14 +07:00
cdc.h adding subclass RNDIS-CDC driver API 2013-07-05 16:22:42 +07:00
cdc_host.c allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
cdc_host.h remove ATTR_WEAK for all necessary driver callback 2013-09-21 00:42:39 +07:00
cdc_rndis.h add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 reject all) to 2013-09-11 15:03:37 +07:00
cdc_rndis_host.c house keeping 2013-09-21 13:17:43 +07:00
cdc_rndis_host.h add test & code to send rndis msg query for permanent address (MAC address) 2013-07-19 01:52:56 +07:00
custom_class.h add tusbh_cdc_send, t usbh_cdc_receive 2013-07-02 16:41:13 +07:00
custom_class_host.c house keeping 2013-07-01 11:37:53 +07:00
hid.c fix lpcxpresso1347 board_leds 2013-05-29 14:39:14 +07:00
hid.h refractor, add wheel for mouse demo 2013-09-23 01:12:59 +07:00
hid_device.c no big deal, only rename tusb_std_request_t to tusb_control_request_t 2013-07-04 12:25:39 +07:00
hid_device.h no big deal, only rename tusb_std_request_t to tusb_control_request_t 2013-07-04 12:25:39 +07:00
hid_host.c add some tests support for msc host 2013-09-24 15:21:16 +07:00
hid_host.h remove ATTR_WEAK for all necessary driver callback 2013-09-21 00:42:39 +07:00
msc.h added read capacity 10 with hacking code 2013-09-22 23:54:44 +07:00
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