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
2024-11-25
try to fix circleci with kinetis
hathach
2024-11-21
use TUD_EPBUF_DEF to declare buffer memory for midi
hathach
2024-11-21
- move freertos_hooks to board.c
hathach
2024-04-08
add class driver deinit
hathach
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-04-18
Merge pull request #1920 from mikee47/fix/midi-definition
Ha Thach
2023-03-17
fix trailing space and new line
hathach
2023-02-27
Merge pull request #1852 from silvergasp/mem_s
Ha Thach
2023-02-27
minor clean up
hathach
2023-02-22
MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF
mikee47
2023-02-15
Fix issue 1909
rppicomidi
2023-01-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
2022-06-27
fix most warnings with rp2040 -wconversion
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-10-25
properly handle Program Change and Channel Aftertouch messages
Tod Kurt
2021-10-18
fix -Wnull-dereference in midi_device
hathach
2021-08-02
fix warning
hathach
2021-08-02
correct midi available with already stream read
hathach
2021-07-13
fix midi stream write return value (off by 1)
hathach
2021-06-21
fix issue when calling midi API when not enumerated yet
hathach
2021-05-27
include clean up
hathach
2021-04-03
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Reinhard Panhuber
2021-04-02
correct midi stream read behavior to read until user buffer is full or no mor...
hathach
2021-04-02
refactor midi read buffer to stream
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
refactor midi write into stream
hathach
2021-04-02
refactor midi stream read
hathach
2021-04-02
fix midi tx fifo overflow cause data corruption
hathach
2021-03-31
code format
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-03-10
Merge branch 'master' into edpt_ISO_xfer
hathach
2021-03-04
Extend FIFO mutex to use separate write and read mutexes.
Reinhard Panhuber
2021-03-04
add midi comment
hathach
2021-02-19
fix tud_midi_write24 typo
hathach
2021-02-06
Merge pull request #618 from homeodor/master
Ha Thach
2021-01-30
A CDC-like blocking behaviour
Alexander Golovanov
2021-01-28
Fix midi sysex sending bug
Michael Himing
2020-11-20
clean up
hathach
2020-11-20
migrate midi device to new control xfer cb
hathach
2020-09-28
Change AUDIO_PROTOCOL_V1 to AUDIO_FUNC_PROTOCOL_CODE_UNDEF in midi.c.
Reinhard Panhuber
2020-09-23
Merge pull request #512 from mzero/fix-midi-sysex
Ha Thach
2020-09-13
Update midi_device.c
Mark Lentczner
2020-09-10
update claim edpt for hid and midi
hathach
2020-08-24
fix typo
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
[next]