| Age | Commit message (Expand) | Author |
| 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 |
| 2023-07-21 | add hcd_edpt_abort_xfer() API | hathach |
| 2023-07-20 | prefer application callback over built-in driver | hathach |
| 2023-07-20 | improve logging, allow easier to turn off usbd, driver logging | hathach |
| 2023-07-18 | osal_none: make it possible to override the task delay function | Aladdin Bakosh |
| 2023-07-17 | fix(RA_hcd): STALL status can be also 3 not only 2 | Aladdin Bakosh |
| 2023-06-13 | fix usbh issue when device genreate multiple attach/detach/attach when pluggi... | hathach |
| 2023-06-07 | able to response with good crc | hathach |
| 2023-06-01 | Fix diagnostic format string (missing %u) | Dave Nadler |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach |
| 2023-05-16 | add various check for disconncted device, also fix #1511 un-roll recursive hu... | hathach |
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach |
| 2023-04-28 | improve host serial drivers | hathach |
| 2023-04-26 | hacky, but ftdi work with hard code baudrate = 9600 | hathach |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach |
| 2023-03-22 | add tuh_task_event_ready(), better implement blocking control transfer for rtos | hathach |
| 2023-03-21 | add osal_task_delay() for control blocking | 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 | Merge branch 'master' into portability | hathach |
| 2023-03-17 | minor refactor to invalid index | hathach |
| 2023-03-17 | fix enumerate one device at a time | hathach |
| 2023-01-31 | fix host issue when mounting an CDC device without IAD | hathach |
| 2023-01-03 | Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION | pete-pjb |
| 2022-12-22 | correct host cdc enum | hathach |
| 2022-12-22 | moving edpt_stream API into common tusb.c | hathach |
| 2022-12-21 | minor debug log | hathach |
| 2022-12-21 | rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer w... | hathach |
| 2022-12-16 | correct cdc usbh_driver_set_config_complete() | hathach |
| 2022-12-16 | cdc check for bNumEndpoints before checking for endpoint descriptor | hathach |
| 2022-12-16 | fix ci with usbh and unit test | hathach |