passkey_fw/tinyusb
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
..
class allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
common allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
core change usbh_control_xfer_subtask to use flat API instead of passing tusb_control_request_t struct 2013-07-05 13:23:42 +07:00
device fix a minor bug 2013-07-05 13:41:34 +07:00
doxygen change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
hal able to xfer device descriptor on control endpoint of lpc176x 2013-06-11 16:01:30 +07:00
host allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
osal allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
.cproject rename a bunch of configure macros 2012-12-20 16:56:19 +07:00
.project cleaning 2012-12-18 15:08:30 +07:00
license.txt change website from tinyusb.net to tinyusb.org 2013-03-25 11:46:30 +07:00
mcu_capacity.h integrate & able to run cmsis-rtx with current code base 2013-09-13 16:53:17 +07:00
tusb.c fix license 2013-06-22 12:54:47 +07:00
tusb.h change some license text 2013-07-03 13:14:14 +07:00
tusb_option.h house keeping 2013-09-21 13:17:43 +07:00