espressif_tinyusb/tinyusb/osal
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
..
osal.h allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00
osal_cmsis_rtx.h fix task def with cmsis rtx 2013-09-13 23:01:43 +07:00
osal_common.h increase usb transaction time-out as host_cmsis_rtx easily timeouted 2013-09-14 00:00:05 +07:00
osal_freeRTOS.h all project can run ok 2013-09-13 22:30:11 +07:00
osal_none.c change format of file header & license spacing 2013-05-06 12:50:19 +07:00
osal_none.h allow a limited model to deal with stalled pipe/transaction 2013-09-24 18:23:34 +07:00