summaryrefslogtreecommitdiff
path: root/src/host/usbh_pvt.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-02fix call_after timeout adjustment with rtoshathach
2026-03-02- rename to usbh_defer_func_ms_async()hathach
2026-02-26refactor, rename to schedule function with usbh_call_after_ms() to use with e...hathach
2025-12-11refactor usbh_class_driver_t's open() to return number of driver len instead ...hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-05-21add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421hathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2025-02-17usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.hathach
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2023-12-26improved hex debug print, improved USBH debug prints, added pid/vid debug printIngHK
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-11-24fixed compile errors due to untreated CFG_TUH_LOG_LEVELIngHK
2023-09-07- wrap up hcd max3421, work well with nrf52840hathach
2023-08-15more minor clean uphathach