esp32-s2_dfu/tinyusb/host
hathach 3bca56665c add mutex support for osal
add test for mutex in test_osal_none.c
implement usbh_control_xfer using mutex to get access to queue xfer on control pipe
(while semaphore is used to sync with hcd DMA)
failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on)
2013-06-27 16:19:22 +07:00
..
ehci add custom bulk out test 2013-06-23 01:10:59 +07:00
hcd.c fix license 2013-06-22 12:54:47 +07:00
hcd.h add api for hcd: hcd_pipe_is_idle 2013-06-21 14:20:08 +07:00
hub.c add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00
hub.h add stub for msc host & hub driver 2013-05-06 20:09:06 +07:00
usbh.c add mutex support for osal 2013-06-27 16:19:22 +07:00
usbh.h add set idle request for hidh_open_subtask 2013-06-27 03:20:14 +07:00
usbh_hcd.h add mutex support for osal 2013-06-27 16:19:22 +07:00