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
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-19
midi2_host: convert TX to raw FIFO mirroring midi2_device refactor
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: drain pattern for RX FIFO
Saulo Veríssimo
2026-05-17
midi2: scale device buffers with EPSIZE
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-17
midi2: move config to class header
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 Host class driver (USB-MIDI 2.0)
Saulo Veríssimo
2026-05-12
feat: add MIDI 2.0 Device class driver (USB-MIDI 2.0)
Saulo Veríssimo
2026-05-07
revert RX buffer size as it's not related to issue
Zixun LI
2026-04-22
Revert MIDI TX buffer size definition
Hakan Lindestaf
2026-04-22
midi host: raise default RX FIFO above EP size, document drain requirement
Hakan Lindestaf
2026-03-18
fix bugs in fsdev hcd, dcd and midi host stream write
hathach
2026-03-17
fix midi host issue 3544
hathach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-02-25
midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)
Saulo Veríssimo
2026-02-11
fix ep size and midi buffer
HiFiPhile
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2025-12-12
fix edpt stream write/read to endpoint not yet opened
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-12-10
move hwid into edpt stream for consistent API
hathach
2025-11-26
omit ep buffer for midi device if device support CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach
2025-11-13
clear endpoint stream when open for cdc_host and midi_host
hathach
2025-11-12
migrate cdc device to use edpt stream API
hathach
2025-11-12
migrate midi_device to use edpt stream API
hathach
2025-10-30
Merge branch 'master' into uac1
HiFiPhile
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-30
More descriptors working
HiFiPhile
2025-09-29
Update UAC2 naming
HiFiPhile
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-09-06
fix #3239: discard poorly formed packets
rppicomidi
2025-08-02
use tu_desc_in_bounds() for descriptor loop
hathach
2025-07-23
Restore accidentally erased debug log message
rppicomidi
2025-07-23
Delete debugging printf
rppicomidi
2025-07-23
Fix #3159: Handle MIDI interface descriptor after audio streaming interface
rppicomidi
2025-03-21
Fix #3033: address review comment
rppicomidi
2025-03-21
Move misplaced statement
rppicomidi
[next]