summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14dcd/musb: defer EP0 SETUP during DATA_IN/STATUS raceHiFiPhile
2026-05-14Merge remote-tracking branch 'tinyusb/master' into stm32c5HiFiPhile
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 remote-tracking branch 'tinyusb/master' into stm32c5HiFiPhile
2026-05-11Merge pull request #3632 from hathach/msc_osZixun LI
2026-05-10add stm32c5 supportHiFiPHile
2026-05-10Merge pull request #3630 from nminaylov/ncm_packet_filterZixun LI
2026-05-09dwc2: guard EP0 status completion with armed ZLP stateAlex-Schaefer
2026-05-09dwc2: preserve EP0 status completion before SETUPAlex-Schaefer
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
2026-05-01Merge remote-tracking branch 'origin/master' into ncm_packet_filterHiFiPHile
2026-05-01ncm: implement GetNtbInputSize requestZixun LI
2026-04-30ncm: Implement SetNtbInputSize requestElwin Huang
2026-04-30refactor capabilityZixun LI
2026-04-30add packet filter callbackZixun LI
2026-04-29deprecated `usbd_control.c` and merge its functionality into `usbd.c`hathach
2026-04-29clean uphathach
2026-04-28Merge branch 'master' into fork/kira-live/masterhathach
2026-04-28fix(dcd_ch32_usbfs): fix dropped bulk OUT packets by properly re-arming EP_RX...mickabrig7
2026-04-27Merge branch 'master' into ncm_packet_filternminaylov
2026-04-27NCM caps enumnminaylov
2026-04-26usbd_control: consolidate status stage ep selectionhathach
2026-04-25fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field ...copilot-swe-agent[bot]
2026-04-25Merge branch 'master' into musb-followup-3594hathach
2026-04-25separate pipe0 since it is 1 packet per transfer, merge PIPE0 STATUS PENDINGhathach
2026-04-25clean uphathach