summaryrefslogtreecommitdiff
path: root/tinyusb/host
AgeCommit message (Expand)Author
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
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-07-01house keepinghathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29[CDC]hathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-23add custom bulk out testhathach
2013-06-22fix bug with custom class that terminate xfer after the first QTDhathach
2013-06-22fix licensehathach
2013-06-21add api for hcd: hcd_pipe_is_idlehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-09refractor testhathach
2013-05-09test clean uphathach
2013-05-06add log2_of and use this function in get_period_headhathach
2013-05-06add stub for msc host & hub driverhathach
2013-05-06change format of file header & license spacinghathach
2013-04-28clean up mainhathach
2013-04-27reduce delay after reset to 20mshathach
2013-04-25implement hcd_port_speed_gethathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-25add attribute warn unused result for osal_create_* functionhathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
2013-04-24move main work in usbh_enumeration_task to its body subtask for task_assert s...hathach
2013-04-24fix potential error with usbh_control_xfer_subtask in subtask_asserthathach
2013-04-23rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTIONhathach
2013-04-22fix compiler error for USB1 to none in ehci.chathach
2013-04-22change config to use USB0 onlyhathach