espressif_tinyusb/tinyusb/device
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
..
dcd.c fix iar warning 2014-03-12 14:03:17 +07:00
dcd.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc43xx.c correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay 2014-04-24 23:40:28 +07:00
dcd_lpc43xx.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc175x_6x.c clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
dcd_lpc175x_6x.h more doxygen works 2014-03-24 13:06:40 +07:00
dcd_lpc_11uxx_13uxx.c clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
dcd_lpc_11uxx_13uxx.h more doxygen works 2014-03-24 13:06:40 +07:00
usbd.c correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay 2014-04-24 23:40:28 +07:00
usbd.h move STRING & XSTRING & STATIC_ASSERT to compiler.h 2014-04-17 22:57:11 +07:00
usbd_dcd.h move osal_queue_send of osal_none to osal_none.c 2014-04-18 14:45:21 +07:00