summaryrefslogtreecommitdiff
path: root/tinyusb/class/custom_class_host.c
AgeCommit message (Expand)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
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
2013-06-21[host lpc43xx] adding support for host custom classhathach