summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
2025-04-11dwc2/host: attach debouncing fixesMaxime Vincent
2025-04-03fix(hcd) hcd_edpt_open() return true if endpoint is already opened.hathach
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2025-03-25add tuh_edpt_close() API, it will abort any pending transferhathach
2025-03-24host: add tuh_enum_descriptor_device_cb() and tuh_enum_descriptor_configurati...hathach
2025-03-21enable hil dual for metro m4 with max3421hathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-03-05Merge branch 'master' into fork/atoktoto/midihosthathach
2025-03-03- add tuh_descriptor_get_string_langid() APIhathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2025-02-21Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-19more hub improve, handle more failed transfer with polling interrupt status e...hathach
2025-02-19complete separate hub epbuf from itfhathach
2025-02-19move status_change to epbufhathach
2025-02-17usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.hathach
2025-02-17improve hub: retry if hub interrupt endpoint failedhathach
2025-02-13update midi host to use endpoint stream APIhathach
2025-02-12- use CFG_TUH_MIDI as number of midi host instancehathach
2025-02-12fix host midi buildhathach
2025-02-12clean uphathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2024-11-28Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_deschathach
2024-11-27Move desc_len sanity checks to start of loopsGuavTek
2024-11-27minor clean uphathach
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-26msc host work ok with p4 dmahathach
2024-11-26hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU...hathach
2024-11-04usbh use the new tusb_time_delay_ms_api()hathach
2024-10-21add tusb_time_millis(), able to reset and enable dwc2 port and get SOF activehathach
2024-10-18Recover host enumeration from zero length descriptorsGuavTek
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-08-26add sndfifo owner info to skip rewriting data for retrying NAKedhathach
2024-06-20usbh: Add set address recovery timeRyzee119
2024-06-18usbh: Set interface recipient should be interfaceRyzee119
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-04-08add class driver deinithathach
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-02add hcd_configure() to change max NAK dynamicallyhathach
2024-03-28use hub_addr=0, hub_port=0 for removing root hub porthathach
2024-03-28Fake unplug devices when a root hub is deinitScott Shawcroft
2024-03-28fix build when CFG_TUH_HUB == 0hathach
2024-03-28enhance hub removal using while loop to unroll recursive instead of event queue.hathach
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-03-04- usbh enumeration: move _parse_configuration_descriptor after SET_CONFIGURAT...hathach
2024-03-04code reformathathach