summaryrefslogtreecommitdiff
path: root/tinyusb/class/custom_class_host.c
AgeCommit message (Collapse)Author
2018-06-17clean uphathach
2018-04-12rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user codehathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-29rename ASSERT_STATUS to ASSERT_ERR, merge assertion.h to verify.hhathach
2018-03-29clean up assert and verifyhathach
2018-03-28rename ASSERT to TU_ASSERT to avoid name conflicthathach
2018-03-23shorten descriptor typehathach
2018-03-12more renamehathach
2018-03-11shorten TUSB_DESC_TYPE*hathach
2018-03-11rename TUSB_DIR_OUT, TUSB_DIR_INhathach
2013-07-01house keepinghathach
2013-07-01add & pass a first few test for cdc hosthathach
implement cdch_open_subtask
2013-06-23add custom bulk out testhathach
2013-06-22fix bug with custom class that terminate xfer after the first QTDhathach
2013-06-21fix a stupid bughathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
add api for usbh: tusbh_device_get_mounted_class_flag implement api for custom class - is mounted - read
2013-06-21[host lpc43xx] adding support for host custom classhathach
refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe