| Age | Commit message (Expand) | Author |
| 2024-11-26 | hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU... | hathach |
| 2024-11-04 | usbh use the new tusb_time_delay_ms_api() | hathach |
| 2024-10-21 | add tusb_time_millis(), able to reset and enable dwc2 port and get SOF active | hathach |
| 2024-10-18 | Recover host enumeration from zero length descriptors | GuavTek |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | hcd_init() take init struct | 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-06-20 | usbh: Add set address recovery time | Ryzee119 |
| 2024-06-18 | usbh: Set interface recipient should be interface | Ryzee119 |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach |
| 2024-04-16 | add TU_ASSERT() to check for adding new usb event | hathach |
| 2024-04-08 | add class driver deinit | hathach |
| 2024-04-02 | add hcd_configure() to change max NAK dynamically | hathach |
| 2024-03-28 | use hub_addr=0, hub_port=0 for removing root hub port | hathach |
| 2024-03-28 | Fake unplug devices when a root hub is deinit | Scott Shawcroft |
| 2024-03-28 | fix build when CFG_TUH_HUB == 0 | hathach |
| 2024-03-28 | enhance hub removal using while loop to unroll recursive instead of event queue. | hathach |
| 2024-03-22 | implement tuh_init() | hathach |
| 2024-03-22 | adding deinit() stub for usbh/hcd class driver | hathach |
| 2024-03-04 | - usbh enumeration: move _parse_configuration_descriptor after SET_CONFIGURAT... | hathach |
| 2024-03-04 | code reformat | hathach |
| 2024-02-08 | missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf() | IngHK |
| 2024-02-07 | Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_prints | IngHK |
| 2024-02-07 | changes after review | IngHK |
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach |
| 2024-01-09 | [HUB] Prevent status request to invalid ep_num | Ryzee119 |
| 2023-12-26 | improved hex debug print, improved USBH debug prints, added pid/vid debug print | IngHK |
| 2023-12-08 | Merge remote-tracking branch 'remotes/hathach/master' into HostLogsFixes | IngHK |
| 2023-11-24 | fixed compile errors due to untreated CFG_TUH_LOG_LEVEL | IngHK |
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach |
| 2023-11-23 | Add optional hooks for DCD and HCD events | Angus Gratton |
| 2023-11-03 | fix -Werror=null-dereference warning | hathach |
| 2023-11-03 | fix race condition when dev0 is removed while enumerating | hathach |
| 2023-09-28 | fix esp32 msc example | hathach |
| 2023-09-26 | tested cdc_msc_hid_freertos with samd51 | hathach |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach |
| 2023-09-07 | - wrap up hcd max3421, work well with nrf52840 | hathach |
| 2023-09-06 | minor debug clean up | hathach |
| 2023-08-31 | improve connection & disconnection detection. But there is still issue when C... | hathach |
| 2023-08-27 | more update to transaction | hathach |
| 2023-08-22 | able to send setup packet | hathach |
| 2023-08-16 | fix abort transfer does not release endpoint, also reset state if it is contr... | hathach |
| 2023-08-15 | more rename | hathach |
| 2023-08-15 | more minor clean up | hathach |
| 2023-08-14 | fix issue 2188: support usbh_app_driver_get_cb() | rppicomidi |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach |
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ... | hathach |
| 2023-07-31 | Merge pull request #2093 from abakosh/no_osal_delay | Ha Thach |
| 2023-07-21 | implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit | hathach |