summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-29bsp/stm32f7: fix f746disco jlink deviceHiFiPhile
2026-05-29Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5HiFiPhile
2026-05-29dwc2: move OUT transfer management into RXFLVL IRQHiFiPhile
2026-05-27dwc2: fix EP0 DMA setup race conditionHiFiPhile
2026-05-27dwc2: simplify EP0 ZLP handlingHiFiPhile
2026-05-26Merge pull request #3651 from Phozer/cdc_msc_freertos_example-Typo_FixZixun LI
2026-05-26Merge pull request #3652 from rhgndf/fix/ch32-usbhs-issuesZixun LI
2026-05-26Fix typo in CDC stack size constant here tooPhozer
2026-05-26Fix typo in CDC stack size constantPhozer
2026-05-26ch32_usbhs: fix endpoint stall length index and clear-stall responseJie Feng
2026-05-25Merge pull request #3649 from hathach/hathach-fundingHa Thach
2026-05-25Set GitHub Sponsors username in FUNDING.ymlHa Thach
2026-05-23Merge pull request #3622 from mickabrig7/masterZixun LI
2026-05-23dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85HiFiPhile
2026-05-23dcd/ch32hs: refactor transfer flowHiFiPhile
2026-05-23tweak examplesHiFiPhile
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-23set ch32v20x EP on supported audio examplesHiFiPhile
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-22bsp/ch32: fix linker report 100% RAM usageHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into mickabrig7/masterHiFiPhile
2026-05-22Merge remote-tracking branch 'tinyusb/master' into fix/Dwc2Stm32U5HiFiPhile
2026-05-22dwc2: handle EP0 status OUT in RXFLVL interruptHiFiPhile
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-18update exampleHiFiPhile
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-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
2026-05-16midi2: skip.txt commentsSaulo Veríssimo
2026-05-16midi2: skip 3 more boards with same tcpp0203 BSP bugSaulo Veríssimo
2026-05-16midi2: remove unused ump_noop helperSaulo Veríssimo
2026-05-16midi2: add sources to TINYUSB_SRC_C, skip familySaulo Veríssimo
2026-05-16midi2: fix CI matrix with only.txt and skip.txtSaulo Veríssimo
2026-05-16midi2: host example - simplify and rename to midi2_hostSaulo Veríssimo
2026-05-16midi2: device example - portable, add protocol fallbackSaulo Veríssimo
2026-05-16midi2: prevent UMP packet split across USB transfersSaulo Veríssimo