summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
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-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
2025-05-06usbh: force removed device in the same bus info, before setting address.hathach
2025-04-29define hcd_devtree_info_t forr backward compatiblehathach
2025-04-29add enum for set addr recoveryhathach
2025-04-28remove the old attach duplicated logic, debouncing skip should take care of it.hathach
2025-04-28usbh: add roothub debounncing flag to ignore attach/remove event on the rooth...hathach
2025-04-24hub check status before get 1st device descriptorhathach
2025-04-24fix buildhathach
2025-04-24refactor hub driver and move port reset on connection change to usbh.hathach
2025-04-24add tuh_address_set() APIhathach
2025-04-23move usbh ctrl_xfer into usbh_datahathach
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach