espressif_tinyusb/tinyusb/host
hathach 6804fee0fa correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay
flush usbd_queue_hdl when bus_reset
add assert check for osal_queue_send
increase ENUM_QUEUE_DEPTH for usbh
change osal_freeRTOS.h implementation to
- correctly waiting forever for semaphore wait, queue & mutex
- not use ISR safe version since it is not as generic as we want
2014-04-24 23:40:28 +07:00
..
ehci move osal_queue_send of osal_none to osal_none.c 2014-04-18 14:45:21 +07:00
ohci merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scale with number of enabled classes. 2014-04-13 15:39:57 +07:00
hcd.c IAR line ending warning 2014-03-12 14:10:38 +07:00
hcd.h add script files, fix build error with device 2014-04-17 14:54:14 +07:00
hub.c clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
hub.h doxygen documenting 2014-03-25 13:00:37 +07:00
usbh.c correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay 2014-04-24 23:40:28 +07:00
usbh.h more doxygen stuffs 2014-03-25 13:11:22 +07:00
usbh_hcd.h move STRING & XSTRING & STATIC_ASSERT to compiler.h 2014-04-17 22:57:11 +07:00
usbh_hub.h doxygen documenting 2014-03-24 12:35:44 +07:00