summaryrefslogtreecommitdiff
path: root/tests/test
AgeCommit message (Expand)Author
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-07add complete isr for hidh mousehathach
2013-04-07add test code & implementhathach
2013-04-07add test for mouse_openhathach
2013-04-07remove hcd_port_reset before set address in enumerationhathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-04-07fix compiling error for tests projecthathach
2013-04-07add hal init for USB1 and trying to get USB1 workinghathach
2013-04-05refractorhathach
2013-04-05continue on refratoringhathach
2013-04-05code refractor is a everyday jobhathach
2013-04-05refractor testhathach
2013-04-05add control xfer for ehci controller fake: ehci_controller_control_xfer_proceedhathach
2013-03-29clean up, update tests for hcd_port_reset after 8 byte descriptor & set confi...hathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26add code & test for hidh_isr (set status for keyboard)hathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26add code for hidh closehathach
2013-03-26add field to endpoint maxpacketsize (mult)hathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-26start merge hidh_keyboard back to hidhhathach
2013-03-26pass all the current testshathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25remove multiple instances per device for hidh keyboard (no needed)hathach
2013-03-25refractor hidh_keyboard_openhathach
2013-03-25add more test and complete keyboard openhathach
2013-03-25add several helper functionhathach
2013-03-25remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZEhathach
2013-03-25able to build test hidhhathach
2013-03-25separate hidh_keyboard from hid_hosthathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-25changing the hcd_pipe_close behaviorhathach
2013-03-24fix potential bug when insert new queue head to listhathach
2013-03-24period_frame_list0 is not existed if period list is not requiredhathach
2013-03-24refractor hidh keyboardhathach
2013-03-24add class flagshathach
2013-03-24refractorhathach
2013-03-24rename sem_hdl in usbh_device_info_t control_sem_hdlhathach
2013-03-24add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_thathach
2013-03-24refractorhathach
2013-03-24clean up:hathach
2013-03-24house keepinghathach
2013-03-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23enhance some testshathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23house keepinghathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-23continue clean up ehcihathach
2013-03-22use DO PING for highspeed out bulkhathach