summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
2026-06-22Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinitHiFiPhile
2026-06-22usbh: remove Pico specific commentHiFiPhile
2026-06-21fix(host): release spinlock in tuh_deinit to fix multi-rebuild panicrenjie
2026-06-01CFG_TUH_CONTROL_PENDING_QUEUE_SZ defefault to 4 if hub is eanbled, 2 if nothathach
2026-05-29Implement asynchronous control transfer queuing for USB host stackhathach
2026-05-12feat: add MIDI 2.0 Host class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-05-04refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...hathach
2026-03-22False negative in tuh_task_event_ready()Cédric Berger
2026-03-22False positive in tuh_task_event_ready()Cédric Berger
2026-03-22We must wait at least the requested amountCédric Berger
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-09fix(usbh): correct memcpy usage to ensure proper alignment with `offsetof` in...hathach
2026-03-09refactor: add desc_device_noheader_t to simplify get device descriptor localhathach
2026-03-09usbh device descriptor validation, also check ep size > 0hathach
2026-03-07open hub mtt interface in 1 callhathach
2026-03-06fix ciHiFiPhile
2026-03-06usbh: support MTT hubHiFiPhile
2026-03-04Merge branch 'master' into dwc2_deinithathach
2026-03-02more call_after timeout adjustment with rtoshathach
2026-03-02improve timeout adjustment, exit tuh_task() by timeout_ms = 0hathach
2026-03-02fix call_after timeout adjustment with rtoshathach
2026-03-02- rename to usbh_defer_func_ms_async()hathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-27add back deferred attachment queue, retry get hub port status if reset change...hathach
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-26fix fallthroughhathach
2026-02-26revert usbh dedicated queue for attached eventhathach
2026-02-26refactor, rename to schedule function with usbh_call_after_ms() to use with e...hathach
2026-02-22Merge branch 'hathach:master' into non-blocking-host-v2Cédric Berger
2026-02-22Apply suggestions from code reviewZixun LI
2026-02-20refactor config optionHiFiPhile
2026-02-19Introduce TUH_CFGID_PHY_SPEED configure optionCédric Berger
2026-02-14add(usbh.c): LOG1 debug message when no address available for hubRoman Leonov
2026-02-11Put deferred attachments in a separate queueCédric Berger
2026-02-11Call continuation functions asynchronouslyCédric Berger
2026-02-11Split functions calling tusb_time_delay_ms_api()Cédric Berger
2026-02-01Actually exit the loop in addition to logging. ENOTENOUGHCOFFEECédric Berger
2026-02-01Limit events processed by tud_task_ext() / tuh_task_ext()Cédric Berger
2026-01-06catch deinit errorHiFiPhile
2026-01-03fix rusb2 hcd_port_connect_status() using line state, add post root reset del...hathach
2025-12-15minor updatehathach
2025-12-15Merge branch 'master' into enum_catchhathach
2025-12-15Merge branch 'refs/heads/master' into enum_catchhathach
2025-12-13Merge branch 'refs/heads/master' into hcd_fsdevhathach
2025-12-11move host hacked bulk mps out of tu_edpt_validate()hathach
2025-12-11refactor usbh_class_driver_t's open() to return number of driver len instead ...hathach
2025-11-30Update noteHiFiPhile
2025-11-27Add max nak configZixun LI
2025-11-27usbh: detach existing device first if an attach event is receivedHiFiPhile
2025-11-26usbh: watch hub status before driver configHiFiPhile