summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
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
2025-11-26usbh: Stop enumeration gracefully if EP0 can't be openHiFiPhile
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-03fix more warnings/alertshathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-09-18set driver count to 0HiFiPhile
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-09-12ehci: fix removed qhd get reusedHiFiPhile
2025-09-12Fix some IAR warningsHiFiPhile
2025-06-30Merge branch 'master' into fork/HiFiPhile/async_iohathach
2025-06-22Merge branch 'master' into async_ioHiFiPhile
2025-06-20usbh make TU_API_SYNC() public, to implement sync() API, change return of syn...hathach
2025-06-18usbh: add new API tuh_descriptor_get_device_local()hathach
2025-06-09Fix TUH_EPSIZE_BULK_MPS macroCédric Berger
2025-05-21add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421hathach
2025-05-13fix dual example for rp2350 conflict printf and cdc_printfhathach
2025-05-13fix warnings, minor clean uphathach
2025-05-06chore(usbh): change removing_hubs to array instead of bitmaskhathach