summaryrefslogtreecommitdiff
path: root/tinyusb/host
AgeCommit message (Expand)Author
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-26more documenthathach
2013-10-25more doxygen workhathach
2013-10-24document hubhathach
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-02update freertos projecthathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-10-01ignore multiple level of hubhathach
2013-10-01handle unplug the hub itselfhathach
2013-10-01refractor hubhathach
2013-10-01refractor hubhathach
2013-09-30hack ehci advance async to handle disconnect via hubhathach
2013-09-30refractor hubhathach
2013-09-30refractor hubhathach
2013-09-30refractor hubhathach
2013-09-30refractor hubhathach
2013-09-30refractor hubhathach
2013-09-30able to mount one device on the hubhathach
2013-09-28clean up hid host (temp let test failed)hathach
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-21remove ATTR_WEAK for all necessary driver callbackhathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-20refine hid host driverhathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-13fix cmsis rtx tick configurationhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-07-19add implementation forhathach
2013-07-19add test & code to send rndis msg query for permanent address (MAC address)hathach
2013-07-14extract send message & wait & get complete message to send_message_get_respon...hathach
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-05implementing initializing for RNDIShathach
2013-07-04host enum task use static control_request variable instead of literal of requ...hathach
2013-07-04refractor control request used in enumeration task to reduce task datahathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-07-03change some license texthathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach