summaryrefslogtreecommitdiff
path: root/tests/test
AgeCommit message (Expand)Author
2013-03-22fix bug: adjust all bulk queue head from ehci_data.devicehathach
2013-03-22add callback for hcd when it cleaned up all cache data for a device (previous...hathach
2013-03-22house keeping for pipe API test codehathach
2013-03-22test code clean uphathach
2013-03-22refractoring test codehathach
2013-03-22start to clean up test codehathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add some test for usbh_hcd integrationhathach
2013-03-13refractor rename field inactive_next_xact of ehci_qhd_thathach
2013-03-13refractor ehci test fileshathach
2013-03-13add usbh_pipe_control_close (in conjunction with usbh pipe control open)hathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-13forget to add test file for ehci isrhathach
2013-03-13go through all the enumeration (up to get full configuration)hathach
2013-03-12add isr api for usbh_hcdhathach
2013-03-12add semaphore reset & queue flush API for osalhathach
2013-03-11add semphore reset & queue flush APIhathach
2013-03-10- add test code for bulk xfer isrhathach
2013-03-10renamehathach
2013-03-10add code for ehci interrupt handlerhathach
2013-03-10rename filehathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09add int_on_complete parameter to hcd_pipe_xfer for TD chain class requesthathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-07add test code & hcd_pipe_xfer for bulk transferhathach
2013-03-07make "used" member of ehci_qtd_t into reserved place of buffer[1] (with asser...hathach
2013-03-07guard check for open iso pipehathach
2013-03-07re-layout ehci_data_t to get better memory consumptionhathach
2013-03-06add prototype for hcd_pipe(control)_closehathach
2013-03-06add code & test for hcd_pipe_open interrupthathach
2013-03-06basically finish code for control transfer & test codehathach
2013-03-06pass test for setup TDhathach
2013-03-06rename fields in ehci_qtd_thathach
2013-03-06refractorhathach
2013-03-06refractor ehci_data_thathach
2013-03-06refractorhathach
2013-03-06add some code & testcode for hcd_pipe_control_xferhathach
2013-03-06fix errorhathach
2013-03-06refractor hcd_openhathach
2013-03-05add test & code for open bulk transfer to hcd_pipe_open()hathach
2013-03-05refractor testshathach
2013-03-05add test & code for hcd_pipe_control_openhathach
2013-03-04abstract call chains from hal usb isrhathach
2013-03-04refractorhathach
2013-03-04replace TUSB_CFG_HOST by MODE_HOST_SUPPORTEDhathach
2013-03-04allow configure host/device by controller basichathach
2013-03-04add alignof to compilier specifichathach
2013-03-04sperate testshathach
2013-03-04renamehathach
2013-03-04add test for hcd/host inithathach