summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-05-26ch32_usbhs: fix endpoint stall length index and clear-stall responseJie Feng
2026-05-23dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85HiFiPhile
2026-05-23dcd/ch32hs: refactor transfer flowHiFiPhile
2026-05-23dcd/ch32fs: do not set EP0 to ACK on status completeHiFiPhile
2026-05-23dcd/ch32fs: clear INT flag after processingHiFiPhile
2026-05-23dcd/ch32x : code reformatHiFiPhile
2026-05-23dcd/ch32fs: set EP to NAK earlier to reduce spuroius transferHiFiPhile
2026-05-22dcd/ch32fs: reset EP on clear stallHiFiPhile
2026-05-22dcd/ch32fs: fix ISO IN transferHiFiPhile
2026-05-22dcd/ch32fs: only enable EP0 ACK if no data stage, reduce raceHiFiPhile
2026-05-22dcd/ch32fs: reset EP regs on bus resetHiFiPhile
2026-05-22ch32v20x: fix port1 IP selectionHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into mickabrig7/masterHiFiPhile
2026-05-19Merge pull request #3571 from sauloverissimo/feat/midi2-device-host-driverZixun LI
2026-05-19midi2_host: convert TX to raw FIFO mirroring midi2_device refactorSaulo Veríssimo
2026-05-18midi2: convert to raw Tx FIFO for better segmentation handling, add count to ...HiFiPhile
2026-05-18midi2: boundary-aware drain in xfer_cb to keep UMP packets intactSaulo Veríssimo
2026-05-17midi2: drain pattern for RX FIFOSaulo Veríssimo
2026-05-17midi2: scale device buffers with EPSIZESaulo Veríssimo
2026-05-17midi2: per-interface weak callbacks for UMP Stream configSaulo Veríssimo
2026-05-17midi2: peek 4 bytes for MT, restore 256 buffersSaulo Veríssimo
2026-05-17midi2: use hwfifo if supportedHiFiPhile
2026-05-17midi2: move config to class headerHiFiPhile
2026-05-16midi2: add sources to TINYUSB_SRC_C, skip familySaulo Veríssimo
2026-05-16midi2: prevent UMP packet split across USB transfersSaulo Veríssimo
2026-05-16midi2: reject UMP read/write API on alt setting 0Saulo Veríssimo
2026-05-15rp2040: fix host SET_REPORT (and any OUT-data control xfer) sending DATA0 ins...Boris Dolgov
2026-05-12dcd/dwc2: fix ISO IN endpoint become disabled after incomplete transferHiFiPhile
2026-05-12midi2: align descriptors with USB-MIDI 2.0 specSaulo Veríssimo
2026-05-12midi2: align ep_buf allocation with other stream-based classesSaulo Veríssimo
2026-05-12fix: CI build failures on non-RP2040 platformsSaulo Veríssimo
2026-05-12fix: address PR review feedback for MIDI 2.0 driversSaulo Veríssimo
2026-05-12feat: add MIDI 2.0 Host class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-05-12feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)Saulo Veríssimo
2026-05-11Merge pull request #3632 from hathach/msc_osZixun LI
2026-05-10Merge pull request #3630 from nminaylov/ncm_packet_filterZixun LI
2026-05-08nrf5x: request HFCLK in USB_EVT_READY to fix post-SoftDevice deadlockhathach
2026-05-08fixupHiFiPhile
2026-05-08Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filterHiFiPhile
2026-05-07Merge remote-tracking branch 'tinyusb/master' into midi-host-rx-bufsize-defau...Zixun LI
2026-05-07revert RX buffer size as it's not related to issueZixun LI
2026-05-05Merge pull request #3627 from hathach/merge-usbd-controlHa Thach
2026-05-04hcd/dwc2: fix txfifo full checkHiFiPhile
2026-05-04add default implementation for tuh_hid_report_received_cb()hathach
2026-05-04fix usbd control to support wLength hackhathach
2026-05-04refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...hathach
2026-05-04refactor `usbd.c`: extract `process_std_device_request` for clarityhathach
2026-05-04minor clean uphathach
2026-05-04refactor `usbd.c`: centralize control transfer state management into `_usbd_d...hathach
2026-05-03Merge branch 'master' into copilot/upgrade-net-lwip-webserver-descriptorsZixun LI