summaryrefslogtreecommitdiff
path: root/src/class/midi/midi_host.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-05-07revert RX buffer size as it's not related to issueZixun LI
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-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2025-12-11refactor usbh_class_driver_t's open() to return number of driver len instead ...hathach
2025-03-20Fix #3033: Increase array bounds and test for overflowrppicomidi
2025-03-17Fix 3031: implement tuh_midi_itf_get_info()rppicomidi
2025-02-24add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()hathach
2025-02-24add desc_audio_control to midi descriptor callbackhathach
2025-02-24change API to take index instead of dev address, this allow to support more t...hathach
2025-02-24add tuh_midi_descriptor_cb()hathach
2025-02-21remove 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-13update midi host to use endpoint stream APIhathach
2025-02-12- use CFG_TUH_MIDI as number of midi host instancehathach
2025-02-12fix host midi buildhathach
2025-02-12pre-commit fixhathach
2022-11-13Removed unused function prototypeatok
2022-11-13Add MIDI host support to tinyusbrppicomidi