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
/
midi_host.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
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-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-03-20
Fix #3033: Increase array bounds and test for overflow
rppicomidi
2025-03-17
Fix 3031: implement tuh_midi_itf_get_info()
rppicomidi
2025-02-24
add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()
hathach
2025-02-24
add desc_audio_control to midi descriptor callback
hathach
2025-02-24
change API to take index instead of dev address, this allow to support more t...
hathach
2025-02-24
add tuh_midi_descriptor_cb()
hathach
2025-02-21
remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...
hathach
2025-02-14
- rename tuh_midi_stream_flush() to tuh_midi_write_flush()
hathach
2025-02-14
- change signature of tuh_midi_mount/umount_cb()
hathach
2025-02-14
- remove tuh_midi_read_poll(), auto schedule EP in when set_config() and xfer...
hathach
2025-02-13
update midi host to use endpoint stream API
hathach
2025-02-12
- use CFG_TUH_MIDI as number of midi host instance
hathach
2025-02-12
fix host midi build
hathach
2025-02-12
pre-commit fix
hathach
2022-11-13
Removed unused function prototype
atok
2022-11-13
Add MIDI host support to tinyusb
rppicomidi