| Age | Commit message (Expand) | Author |
| 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 |
| 2022-03-03 | Add host string descriptor functions | Scott Shawcroft |
| 2021-10-29 | skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibr... | hathach |
| 2021-10-26 | add hw config struct | hathach |
| 2021-10-25 | add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus | hathach |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach |
| 2021-10-15 | fix -Wcast-qual | hathach |
| 2021-09-18 | Merge branch 'master' into zhangslice-master | hathach |
| 2021-09-13 | esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite | hathach |
| 2021-09-09 | nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX | hathach |
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach |
| 2021-08-27 | update msc driver to pass MSC BOT error recovery compliant test | hathach |
| 2021-08-20 | improve host configuration parsing | hathach |
| 2021-08-20 | extra common edpt helper for device and host stack | hathach |
| 2021-07-13 | add option to silent a driver log | hathach |
| 2021-06-18 | fix build with mm32 board | hathach |
| 2021-06-13 | fix ep tx with double buffered | hathach |