| Age | Commit message (Expand) | Author |
| 12 days | fix(audio): retain stream state when stop fails | HiFiPHile |
| 12 days | fix(audio): close endpoints before stream reconfiguration | HiFiPHile |
| 12 days | fix(audio): place transfer buffers in configured memory | HiFiPHile |
| 12 days | fix(audio): distinguish data and feedback endpoints | HiFiPHile |
| 2026-08-14 | feat(class/audio): rework TUH_AUDIO into a WASAPI/ALSA-like stream API | Zhang, Zhenjiang |
| 2026-07-21 | Refactor TUH_AUDIO API and simplify multi-AS interface support | Zhang, Zhenjiang |
| 2026-07-17 | style(class/audio): rename descriptor variables to desc_ prefix and unify con... | Zhang, Zhenjiang |
| 2026-07-17 | fix(class/audio): fix indentation in audioh_set_config after UAC 1.0 changes | Zhang, Zhenjiang |
| 2026-07-17 | fix(class/audio): fix control request byte order and buffer usage in audio host | Zhang, Zhenjiang |
| 2026-07-17 | fix(class/audio): handle non-audio interface in enumeration and fix async con... | Zhang, Zhenjiang |
| 2026-07-16 | feat(audio): add USB Audio Host (UAC 1.0) support | Zhang, Zhenjiang |
| 2026-07-10 | nrf5x: fix hfclk_running() for nrfx v2.0.0 | Mikey Sklar |
| 2026-07-05 | bound rndis data packet offset in handle_incoming_packet | Javid Khan |
| 2026-07-05 | Merge pull request #3738 from sauloverissimo/fix/midi2-fb-direction | Zixun LI |
| 2026-07-05 | ensure gtb is valid | HiFiPhile |
| 2026-07-05 | Merge pull request #3753 from Old-Ding/codex/usbd-driver-count-warning | Zixun LI |
| 2026-07-05 | Fix usbh empty builtin driver warning | HiFiPhile |
| 2026-07-05 | Fix usbd empty builtin driver warning v2 | HiFiPhile |
| 2026-07-05 | Merge pull request #3754 from Old-Ding/codex/usbtmc-status-byte-buffer | Zixun LI |
| 2026-07-05 | Merge pull request #3741 from dxbjavid/ncm-ndp-length-bound | Zixun LI |
| 2026-07-05 | Fix USBTMC status byte notification buffer | aineoae86-sys |
| 2026-07-05 | fix sizeof(nth16_t) typo | HiFiPhile |
| 2026-07-05 | Fix USBTMC notification endpoint claim | aineoae86-sys |
| 2026-07-05 | Fix usbd empty builtin driver warning | aineoae86-sys |
| 2026-07-03 | Merge pull request #3748 from mikeysklar/fix-max3421-oscok-hang | Ha Thach |
| 2026-07-03 | Merge pull request #3660 from andrewleech/cdch-on-enum-idx-guard | Zixun LI |
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach |
| 2026-07-01 | hcd(max3421): improve CHIPRES reset logic and refine oscillator stabilization... | hathach |
| 2026-07-01 | max3421: prevent USB host hang at startup | Mikey Sklar |
| 2026-06-29 | Bump version to 0.21.0; rework changelog, contributors, and docs | hathach |
| 2026-06-28 | feat(midi2): derive function blocks from the GTB descriptor | Saulo Veríssimo |
| 2026-06-27 | bound ndp16 wLength against received ntb in recv_validate_datagram | Javid Khan |
| 2026-06-26 | Merge branch 'hathach:master' into fix/dwc2-hcd-ls-hfir | 代码人生 |
| 2026-06-25 | hcd/dwc2: update wording on hfir | HiFiPhile |
| 2026-06-25 | Merge pull request #3616 from michaelajax/fix-stm32-usbc | Zixun LI |
| 2026-06-25 | fix(dwc2_hcd): correct HFIR for Low-Speed devices via internal FS PHY | Zhang, Zhenjiang |
| 2026-06-24 | skip cable-plug traffic | HiFiPhile |
| 2026-06-24 | apply review suggestions | HiFiPhile |
| 2026-06-24 | typec: add tuc_connect/tuc_disconnect api | HiFiPhile |
| 2026-06-24 | typec: add stm32u5 support | HiFiPhile |
| 2026-06-24 | cap tud_msc_scsi_cb bufsize to endpoint buffer size | dxbjavid |
| 2026-06-24 | Merge pull request #3648 from hathach/ch32_fsdev | Ha Thach |
| 2026-06-23 | Merge remote-tracking branch 'tinyusb/master' into fix-stm32-usbc | HiFiPhile |
| 2026-06-23 | Merge pull request #3698 from dxbjavid/hid-report-desc-bounds | Zixun LI |
| 2026-06-22 | address review | HiFiPhile |
| 2026-06-22 | Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinit | HiFiPhile |
| 2026-06-22 | usbd: add osal_spin_deinit() to tud_deinit() | HiFiPhile |
| 2026-06-22 | usbh: remove Pico specific comment | HiFiPhile |
| 2026-06-22 | osal: add missing osal_spin_deinit() | HiFiPhile |
| 2026-06-22 | Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs | hathach |