index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
midi
/
midi2_device.c
Age
Commit message (
Expand
)
Author
2026-07-05
Merge pull request #3738 from sauloverissimo/fix/midi2-fb-direction
Zixun LI
2026-07-05
ensure gtb is valid
HiFiPhile
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-28
feat(midi2): derive function blocks from the GTB descriptor
Saulo Veríssimo
2026-05-18
midi2: convert to raw Tx FIFO for better segmentation handling, add count to ...
HiFiPhile
2026-05-18
midi2: boundary-aware drain in xfer_cb to keep UMP packets intact
Saulo Veríssimo
2026-05-17
midi2: per-interface weak callbacks for UMP Stream config
Saulo Veríssimo
2026-05-17
midi2: peek 4 bytes for MT, restore 256 buffers
Saulo Veríssimo
2026-05-17
midi2: use hwfifo if supported
HiFiPhile
2026-05-16
midi2: prevent UMP packet split across USB transfers
Saulo Veríssimo
2026-05-16
midi2: reject UMP read/write API on alt setting 0
Saulo Veríssimo
2026-05-12
midi2: align descriptors with USB-MIDI 2.0 spec
Saulo Veríssimo
2026-05-12
midi2: align ep_buf allocation with other stream-based classes
Saulo Veríssimo
2026-05-12
fix: CI build failures on non-RP2040 platforms
Saulo Veríssimo
2026-05-12
fix: address PR review feedback for MIDI 2.0 drivers
Saulo Veríssimo
2026-05-12
feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)
Saulo Veríssimo