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_device.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-02-25
midi device: add cable-aware stream read (tud_midi_n_demux_stream_read)
Saulo VerĂssimo
2025-11-12
migrate midi_device to use edpt stream API
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2024-04-08
add class driver deinit
hathach
2023-03-17
fix trailing space and new line
hathach
2021-05-27
include clean up
hathach
2021-04-02
rename midi write()/read() to stream_write() stream_read()
hathach
2021-04-02
removed tud_midi_write24()
hathach
2021-04-02
fix midi tx fifo overflow cause data corruption
hathach
2021-03-30
remove tud_midi_read_flush()
hathach
2021-03-30
rename tud_midi_receive/send to tud_midi_packet_read/write
hathach
2021-02-19
fix tud_midi_write24 typo
hathach
2020-11-20
migrate midi device to new control xfer cb
hathach
2020-08-24
improve midi
hathach
2020-07-17
add new name warning to cdc and midi (skip msc, hid warning for now)
hathach
2020-07-16
add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun
hathach
2020-05-28
update midi open()
hathach
2020-01-16
MIDI: Add packet interface
Kay Sievers
2020-01-15
Normalize line endings
Nathan Conrad
2019-07-19
more house keeping
hathach
2019-07-12
clean up, rename internal driver control_request_complete to simply control_c...
hathach
2019-07-04
clean up
hathach
2019-07-04
remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_m...
hathach
2019-07-03
fix midi_write prototype
hathach
2019-07-03
tested midi example
hathach
2019-07-02
clean up
hathach
2019-07-02
clean up
hathach
2019-07-01
fix compiling
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
update license year to 2019
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-01-04
Add USB Midi support.
Scott Shawcroft