summaryrefslogtreecommitdiff
path: root/tinyusb/host/ehci
AgeCommit message (Expand)Author
2018-03-06remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()hathach
2018-03-02clean up compilerhathach
2014-04-29fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This ca...hathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17clean up STATIC_VARhathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scal...hathach
2014-03-24doxygen documentinghathach
2014-03-16doxygen documenthathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
2014-03-13fix some warningshathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
2014-02-28EHCI: immediately reset port when device connected. This proves to help preve...hathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2014-02-19re-enable blocking waiting in ehci controller reset (otherwise it wont works)hathach
2013-12-19remove immediately reset when device plug.hathach
2013-12-18able to run MSC host demo on lpc17xxhathach
2013-12-16implement ohcihathach
2013-12-11add structure & define for ohcihathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-11-22clean uphathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01implement msc device classhathach
2013-10-29implementing sw device stackhathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-25more doxygen workhathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-16refractor hub apihathach
2013-10-02clean up warnings here and therehathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-10-01refractor hubhathach
2013-09-30hack ehci advance async to handle disconnect via hubhathach
2013-09-30able to mount one device on the hubhathach
2013-09-27house keepinghathach
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