summaryrefslogtreecommitdiff
path: root/tests/support
AgeCommit message (Expand)Author
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-14clean up compiler attributehathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-09change usbh class driver open signaturehathach
2018-12-07able to build host hidhathach
2018-12-07usbh rename varshathach
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-10-23clean up helper funchathach
2018-08-23rename common func to avoid conflicthathach
2018-07-23reworking device hid class driverhathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10minor clean uphathach
2018-04-10clean up remove CFG_TUSB_TICKS_HZhathach
2018-04-10rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZEhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-23more shorten namehathach
2018-03-23shorten descriptor typehathach
2014-04-18get all tests passed with lpc18xx_43xx. Need to disable some thoughhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17fix configure filehathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-16refractor hub apihathach
2013-09-24add some tests support for msc hosthathach
2013-09-20refine hid host driverhathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-02update usbh_xfer_isr to take actual byte transferred and correct testshathach
2013-07-02refractor extract list_nexthathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-27add mutex support for osalhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-21add test support for lpc176xhathach
2013-06-12clean uphathach
2013-06-05added dcd_dma_descriptor_t typdefhathach