summaryrefslogtreecommitdiff
path: root/tinyusb/host/ehci
AgeCommit message (Expand)Author
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
2013-09-24add some tests support for msc hosthathach
2013-09-23refractor hcd API to allow queue xfer without actually transferring datahathach
2013-09-22added read capacity 10 with hacking codehathach
2013-09-22fix pingstate for highspeed bulk out transferhathach
2013-09-21house keeping, clean up warningshathach
2013-09-21house keepinghathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-07-06refractor qhd_xfer_error_isr (omit xfer_type para)hathach
2013-07-06refractor ehci.c adding qhd_get_xfer_typehathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
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-02add way to calculate the actual byte transferred with ehcihathach
2013-07-02add tusbh_cdc_serial_is_mounted APIhathach
2013-07-02extract qhd_xfer_error_isrhathach
2013-07-02refractor extract list_nexthathach
2013-07-01refractor codehathach
2013-07-01add cdc host driver close cdch_closehathach
2013-07-01change control xfer check in usbh_xfer_isrhathach
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-06-23add custom bulk out testhathach
2013-06-22fix bug with custom class that terminate xfer after the first QTDhathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-05-09test clean uphathach
2013-05-06add log2_of and use this function in get_period_headhathach
2013-05-06change format of file header & license spacinghathach
2013-04-28clean up mainhathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-22fix compiler error for USB1 to none in ehci.chathach
2013-04-22change config to use USB0 onlyhathach
2013-04-21complete the support for correct polling of 1ms 2ms 4ms 8mshathach
2013-04-21separate fake ehci's run async & period listhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-04-10- ehci: free error TD for recoveryhathach
2013-04-10change keyboard_app.c & mouse_app.c from polling API to interrupt-based (call...hathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
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-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 field to endpoint maxpacketsize (mult)hathach
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