| Age | Commit message (Expand) | Author |
| 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-27 | Merge pull request #2179 from hathach/enhance-ehci | Ha Thach |
| 2023-07-26 | mising ehci | hathach |
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach |
| 2023-07-25 | fix unaligned hub status_change | hathach |
| 2023-07-24 | Merge branch 'master' into hcd-abort-xfer | Ha Thach |
| 2023-07-24 | clean up | hathach |
| 2023-07-24 | change dcache clean/invalidate return type to bool | 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-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-16 | fix build warnings | hathach |
| 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-29 | slightly clean up | hathach |
| 2023-05-29 | check status_change is not zero first | hathach |
| 2023-05-29 | Even when we get an empty "status change" interrupt from the hub, schedule an... | Ivo Popov |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach |
| 2023-05-18 | EHCI more improvement | hathach |
| 2023-05-18 | EHCI adding dcahe support, passing enumertaion | hathach |
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach |
| 2023-05-16 | add various check for disconncted device, also fix #1511 un-roll recursive hu... | hathach |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | 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 | fix trailing space and new line | hathach |
| 2023-03-17 | minor refactor to invalid index | hathach |
| 2023-03-17 | fix enumerate one device at a time | hathach |
| 2023-02-22 | move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt | 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 | add common EPSIZE for bulk/iso in full and highspeed | hathach |
| 2022-12-16 | cdc check for bNumEndpoints before checking for endpoint descriptor | hathach |