summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2026-06-19video: assert usbd_edpt_iso_activate() result in _open_vs_itf()hathach
2026-06-19Merge pull request #3709 from morse-cedricvandenbergh/ncm-default-link-state-cbZixun LI
2026-06-18class/audio: remove unused audio20_control_request_thathach
2026-06-18Merge remote-tracking branch 'origin/master' into pr-3618hathach
2026-06-16ncm: add weak callback for initial link stateCedric Van den Bergh
2026-06-06host/cdc: use local control bufferHiFiPhile
2026-06-03refactor(cmake): comment out unused target folder propertieshathach
2026-05-30Merge pull request #3658 from wjklimek1/mtp-out-transfer-fixZixun LI
2026-05-29Handle OUT transfer completion in MTPWojciech Klimek
2026-05-25chore: resolve .gitignore merge conflict with mastercopilot-swe-agent[bot]
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: 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-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-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-04add default implementation for tuh_hid_report_received_cb()hathach
2026-05-04refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...hathach
2026-05-04minor clean uphathach
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-30add packet filter callbackZixun LI
2026-04-27Merge branch 'master' into ncm_packet_filternminaylov
2026-04-27NCM caps enumnminaylov
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-24NCM packet filter supportnminaylov
2026-04-23Merge upstream master into net descriptor-based ep_size branchcopilot-swe-agent[bot]
2026-04-22Revert MIDI TX buffer size definitionHakan Lindestaf
2026-04-22midi host: raise default RX FIFO above EP size, document drain requirementHakan Lindestaf
2026-04-20fix usbnet hardcode speed. disable hil test for nowhathach
2026-04-17remove duplicated tu_le16toh since we have converted the endian when setup.Fan DANG