| Age | Commit message (Expand) | Author |
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach |
| 2026-03-12 | refactor(config): separate endpoint buffer sizes into RX and TX definitions f... | hathach |
| 2026-02-22 | Apply suggestions from code review | Zixun LI |
| 2026-02-20 | refactor config option | HiFiPhile |
| 2026-02-19 | Introduce TUH_CFGID_PHY_SPEED configure option | Cédric Berger |
| 2025-11-30 | Update note | HiFiPhile |
| 2025-11-27 | Add max nak config | Zixun LI |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach |
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile |
| 2025-06-20 | usbh make TU_API_SYNC() public, to implement sync() API, change return of syn... | hathach |
| 2025-06-18 | usbh: add new API tuh_descriptor_get_device_local() | hathach |
| 2025-06-09 | Fix TUH_EPSIZE_BULK_MPS macro | Cédric Berger |
| 2025-04-29 | define hcd_devtree_info_t forr backward compatible | hathach |
| 2025-04-24 | add tuh_address_set() API | hathach |
| 2025-04-23 | rename and expose tuh_bus_info_get() to application | hathach |
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach |
| 2025-03-24 | host: add tuh_enum_descriptor_device_cb() and tuh_enum_descriptor_configurati... | hathach |
| 2025-03-21 | enable hil dual for metro m4 with max3421 | hathach |
| 2025-03-05 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2025-03-03 | - add tuh_descriptor_get_string_langid() API | hathach |
| 2025-02-21 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2025-02-17 | usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED. | hathach |
| 2025-02-13 | update midi host to use endpoint stream API | hathach |
| 2025-02-12 | - use CFG_TUH_MIDI as number of midi host instance | hathach |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2024-11-27 | minor clean up | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-08-26 | add sndfifo owner info to skip rewriting data for retrying NAKed | hathach |
| 2024-04-08 | add cpuctl and pinctl to tuh_configure() option for max3421 | hathach |
| 2024-04-02 | add hcd_configure() to change max NAK dynamically | hathach |
| 2024-03-22 | adding deinit() stub for usbh/hcd class driver | hathach |
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach |
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach |
| 2023-07-21 | implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit | hathach |
| 2023-07-21 | add hcd_edpt_abort_xfer() API | hathach |
| 2023-03-22 | add tuh_task_event_ready(), better implement blocking control transfer for rtos | hathach |
| 2023-03-21 | add note for blocking tuh_configuration_set(), tuh_interface_set() | hathach |
| 2023-03-21 | add tuh_set_interface | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2022-11-28 | Retry a few times with transfers in enumeration since device can be unstable ... | hathach |
| 2022-11-21 | Merge branch 'master' into midihost | Andrzej Tokarski |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach |
| 2022-11-13 | Add hooks to allow cloning an attached USB device descriptor | rppicomidi |
| 2022-06-24 | fix redundant-decls warnings by usbd/usbh | hathach |
| 2022-06-10 | more dynamic controller for host | hathach |
| 2022-06-08 | add tuh_configure() for port/dynamic host behavior config | hathach |