summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
2022-06-08add tuh_configure() for port/dynamic host behavior confighathach
2022-06-04Hub: Remove multi-level hub bypassRyzee119
2022-05-29Hub: Unplug downstream devices on non-root hub disconnectRyzee119
2022-05-29Hub: Retry port status transfer if failedRyzee119
2022-05-29Fix non-trivial designated initializers compile errorRyzee119
2022-04-29configure hid_to_cdc example to build with rp2040 with pio usb as hosthathach
2022-04-28more clean uphathach
2022-04-27make hcd_event_handler() fastfunc, and force inline other helperhathach
2022-04-27clean uphathach
2022-04-21Merge branch 'master' into pio-hosthathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-04-05add need_pre for pio usb, but not work out wellhathach
2022-04-01hid example work wellhathach
2022-04-01pio usb control work well including stall responsehathach
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19add parse config descriptor to examplehathach
2022-03-18implement tuh_edpt_xfer() for non-controlhathach
2022-03-18move code aroundhathach
2022-03-18move daddr into xfer structhathach
2022-03-18update sync API, move timeout into xfer structhathach
2022-03-18minor update for control xferhathach
2022-03-18try to fix cihathach
2022-03-17rename user_arg to user_datahathach
2022-03-17add CFG_TUH_API_EDPT_XFER to enable generic edpt xferhathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17add actual_len supportedhathach
2022-03-17slightly change the signature of tuh_control_xferhathach
2022-03-17change return type of callback to voidhathach
2022-03-17remove const in xfer callbackhathach
2022-03-17move result into transfer structhathach
2022-03-17change tuh_control_xfer_t structhathach
2022-03-16update hid host to use new control xfer for set confighathach
2022-03-16fix -Wnull-dereference warningshathach
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-12minor changeshathach
2022-03-12misplace fallthroughhathach
2022-03-12rework usbh enumeration process using user arg from control transfer as statehathach
2022-03-11rework usbh control xferhathach
2022-03-11merge device_info into bare_api examplehathach
2022-03-11remove usbh_control.chathach
2022-03-10fix build warninghathach
2022-03-10fix enumeration issue when plugging hub with multiple devices attachedhathach
2022-03-10refactor and integrate usbh control xfer back to usbh.chathach
2022-03-10remove obsolete device statehathach
2022-03-10refactor host control xferhathach
2022-03-10merge control stage host and device valuehathach
2022-03-10more clean uphathach