| Age | Commit message (Expand) | Author |
| 2025-11-13 | clear endpoint stream when open for cdc_host and midi_host | hathach |
| 2025-11-05 | added .clang-format | hathach |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach |
| 2025-11-03 | remove binary prefix for portability | hathach |
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n... | hathach |
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach |
| 2025-10-24 | Ensure type promotion | HiFiPhile |
| 2025-10-24 | Merge remote-tracking branch 'upstream/master' into uac1 | HiFiPhile |
| 2025-10-24 | fix several warnings | hathach |
| 2025-10-16 | add tu_div_round_nearest() (only handle positive) to replace DIV_ROUND_CLOSES... | hathach |
| 2025-10-11 | Merge branch 'master' into uac1 | HiFiPhile |
| 2025-10-10 | successfully | poornadharshan13-rgb |
| 2025-10-06 | fix typo | hathach |
| 2025-10-03 | Merge remote-tracking branch 'tinyusb/master' into uac1 | Mengsk |
| 2025-09-30 | More descriptors working | HiFiPhile |
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach |
| 2025-09-19 | rework get storageIDs and get storage info | hathach |
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile |
| 2025-09-15 | dwc2: wait for ahb idle before core reset | hathach |
| 2025-09-10 | Merge pull request #3126 from salkinium/fix/phyc_pll | Ha Thach |
| 2025-09-10 | use tusb_time_delay_ms_api for delay, also move tusb_time api to common.h | hathach |
| 2025-08-02 | use tu_desc_in_bounds() for descriptor loop | hathach |
| 2025-03-06 | midi host: skip rx data with all zeroes | hathach |
| 2024-11-28 | made change per reviews, remove dcd_edpt_close(), rename and move thing around | hathach |
| 2024-11-21 | use TUD_EPBUF_DEF to declare buffer memory for midi | hathach |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for msc... | hathach |
| 2024-10-25 | more progress on dwc2 hcd, initial code for edpt xfer | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach |
| 2024-01-15 | fix conflict of BIT() macro | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-06 | minor debug clean up | hathach |
| 2023-08-09 | update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ... | hathach |
| 2023-07-27 | Merge branch 'master' into renesas_ra_hs_rebased | hathach |
| 2023-07-24 | Merge branch 'master' into hcd-abort-xfer | Ha Thach |
| 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-07 | use unaligned access read for hw fifo | hathach |
| 2023-03-21 | add tuh_set_interface | hathach |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach |
| 2023-02-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach |
| 2023-02-27 | minor clean up | hathach |
| 2023-02-22 | move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt | hathach |
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough |
| 2022-05-13 | changes proposal to audio feedback computation | hathach |
| 2022-03-19 | Implement power of two, shift, and float calculation | Reinhard Panhuber |
| 2022-03-09 | adding tusb_private.h to implement common edpt claim | hathach |
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach |
| 2022-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach |