| Age | Commit message (Expand) | Author |
| 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 | host msc example work well with rp2040 pio-usb | hathach |
| 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 |
| 2022-04-20 | add note for tud_task() behavior in freertos example | hathach |
| 2022-04-20 | add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and... | hathach |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach |
| 2022-03-19 | add parse config descriptor to example | hathach |
| 2022-03-18 | implement tuh_edpt_xfer() for non-control | hathach |
| 2022-03-18 | move daddr into xfer struct | hathach |
| 2022-03-18 | update sync API, move timeout into xfer struct | hathach |
| 2022-03-17 | rename user_arg to user_data | hathach |
| 2022-03-17 | add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer | hathach |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach |
| 2022-03-17 | add actual_len supported | hathach |
| 2022-03-17 | slightly change the signature of tuh_control_xfer | hathach |
| 2022-03-17 | change return type of callback to void | hathach |
| 2022-03-17 | remove const in xfer callback | hathach |
| 2022-03-17 | move result into transfer struct | hathach |
| 2022-03-17 | change tuh_control_xfer_t struct | hathach |
| 2022-03-16 | fix -Wnull-dereference warnings | hathach |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach |
| 2022-03-11 | rework usbh control xfer | hathach |
| 2022-03-10 | fix enumeration issue when plugging hub with multiple devices attached | hathach |
| 2022-03-09 | rename host descriptor function | hathach |
| 2022-03-09 | add tuh_descriptor_hid_report_get() | hathach |
| 2022-03-04 | fix naming, and build | hathach |
| 2022-03-04 | add tuh_descriptor_string_manufacturer/produce/serial_get | hathach |
| 2022-03-04 | add tuh_configuration_set() | hathach |
| 2022-03-04 | add tuh_descriptor_configuration_get() | hathach |
| 2022-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach |