summaryrefslogtreecommitdiff
path: root/tests/test
AgeCommit message (Expand)Author
2013-03-03add test for hcd/host init period listhathach
2013-03-03refractorhathach
2013-03-03implement hcd_init controller_inithathach
2013-03-02add "mocking" version of LPC43xx.hhathach
2013-03-01rename ehci usb_int usb_sts usb/error fieldhathach
2013-02-28start to add code for hcd_init testhathach
2013-02-28continue to strengthen include policyhathach
2013-02-28strengthen include policy. Only limited headers are allowed to included from ...hathach
2013-02-27add timeout_timer.h to provide real tick timeout service for blocking controlhathach
2013-02-27house keepinghathach
2013-02-27add test for ehci register portschathach
2013-02-27add test for ehci register usbstshathach
2013-02-27add test for EHCI register offsethathach
2013-02-27add test test_itd_structure & test_sitd_structurehathach
2013-02-27add coded to test ehci alignment and structure layout (included bitfield)hathach
2013-02-27rename tusbh_device_mount_succeed_cbhathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-08add TUSB_CFG_HOST_CONTROLLER_START_INDEXhathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06refractor move device_addr0 into usbh_device_poolhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-06fix TASK_ASSERT for osal_none.hhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04rename device_info_pool to usbh_device_info_poolhathach
2013-02-04fix osal_semaphore_wait & osal_queue_receive of osal_none's bughathach
2013-02-04add test file freeRTOShathach
2013-02-04port osal_FreeRTOS, add some include to be able to mock & linkhathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04rename test file for usbhhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04refractor include chain with following policieshathach
2013-02-04rename usbd_host to usbhhathach
2013-02-04refine ASSERT_DEFINE to allow special error_handler for os taskhathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-02-01house keepinghathach
2013-02-01house keepinghathach
2013-02-01add timeout to queue_receive and update test code for ithathach
2013-02-01change osal_timeout_t to uint32_thathach
2013-02-01add std=gnu99 for test buildhathach
2013-01-31change cmock ignore to args onlyhathach
2013-01-31add version macroshathach
2013-01-31add ASSERT_BIN8 and its test codehathach
2013-01-30change semaphore to volatile uint8_thathach
2013-01-30add osal queue service & its test codehathach
2013-01-30fix mocking osal api using ifdefhathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach