summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-07-03Merge pull request #3748 from mikeysklar/fix-max3421-oscok-hangHa Thach
2026-07-03dcd(samd): implement iso alloc/activate (were stubs returning false)hathach
2026-07-03dcd(ip3511): clear Active before Stall so a queued endpoint actually haltshathach
2026-07-03dcd: retire dcd_edpt_close() on the iso-migrated drivershathach
2026-07-03dcd: implement iso alloc/activate for rusb2, ip3511, nrf5x; deprecate CLOSE_A...hathach
2026-07-03Merge pull request #3660 from andrewleech/cdch-on-enum-idx-guardZixun LI
2026-07-03dcd(fsdev): don't disarm an armed endpoint on clear-halt toggle resethathach
2026-07-03dcd(rp2040): re-issue in-flight transfer on clear-halt data-toggle resethathach
2026-07-03class/audio: drop redundant clear_stall busy-clear workaround in set_interfacehathach
2026-07-03usbd/vendor/usbtest: address second-round review findingshathach
2026-07-03class/vendor: portability + robustness fixes for int/iso/alt supporthathach
2026-07-03usbd: harden endpoint/interface standard control requestshathach
2026-07-02class/vendor: isochronous endpoints + alternate setting supporthathach
2026-07-02class/vendor: optional interrupt endpoints (CFG_TUD_VENDOR_EP_INT_OUT/IN)hathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-07-02usbd: fix -Wtype-limits error in builds with no built-in class driverhathach
2026-07-02usbd: answer GET_STATUS(interface) and always ACK endpoint std feature requestshathach
2026-07-02usbd: release endpoint claim when clearing stallhathach
2026-07-01hcd(max3421): improve CHIPRES reset logic and refine oscillator stabilization...hathach
2026-07-01max3421: prevent USB host hang at startupMikey Sklar
2026-06-29Bump version to 0.21.0; rework changelog, contributors, and docshathach
2026-06-28feat(midi2): derive function blocks from the GTB descriptorSaulo Veríssimo
2026-06-27bound ndp16 wLength against received ntb in recv_validate_datagramJavid Khan
2026-06-26Merge branch 'hathach:master' into fix/dwc2-hcd-ls-hfir代码人生
2026-06-25hcd/dwc2: update wording on hfirHiFiPhile
2026-06-25Merge pull request #3616 from michaelajax/fix-stm32-usbcZixun LI
2026-06-25fix(dwc2_hcd): correct HFIR for Low-Speed devices via internal FS PHYZhang, Zhenjiang
2026-06-24skip cable-plug trafficHiFiPhile
2026-06-24apply review suggestionsHiFiPhile
2026-06-24typec: add tuc_connect/tuc_disconnect apiHiFiPhile
2026-06-24typec: add stm32u5 supportHiFiPhile
2026-06-24cap tud_msc_scsi_cb bufsize to endpoint buffer sizedxbjavid
2026-06-24Merge pull request #3648 from hathach/ch32_fsdevHa Thach
2026-06-23Merge remote-tracking branch 'tinyusb/master' into fix-stm32-usbcHiFiPhile
2026-06-23Merge pull request #3698 from dxbjavid/hid-report-desc-boundsZixun LI
2026-06-22address reviewHiFiPhile
2026-06-22Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinitHiFiPhile
2026-06-22usbd: add osal_spin_deinit() to tud_deinit()HiFiPhile
2026-06-22usbh: remove Pico specific commentHiFiPhile
2026-06-22osal: add missing osal_spin_deinit()HiFiPhile
2026-06-22Merge remote-tracking branch 'origin/master' into add-ch58x-usbfshathach
2026-06-22tusb_option: dedupe OPT_MCU_CH583 / make OPT_MCU_CH582 a token aliashathach
2026-06-22hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583hathach
2026-06-21fix(host): release spinlock in tuh_deinit to fix multi-rebuild panicrenjie
2026-06-20dcd/wch: drop toggle-mismatched OUT packets on all USBFS variantshathach
2026-06-19dcd/ch58x: preserve the DEV_ADDR general-purpose bit on SET_ADDRESShathach
2026-06-19dcd/ch58x: drop stale EP0 transfer state on SETUPhathach
2026-06-19dcd/ch58x: report bus resume instead of a second suspendhathach
2026-06-19dcd/ch58x: advance EP0 OUT data toggle for multi-packet control transfershathach
2026-06-19dcd/ch58x: keep IRQ masked across the EP-arming RMW in dcd_edpt_xferhathach