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
/
examples
/
host
/
midi_rx
Age
Commit message (
Expand
)
Author
2026-06-29
docs: add build-doc tooling and a README for every example
hathach
2026-05-10
add stm32c5 support
HiFiPHile
2026-03-06
fix CI
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516
HiFiPhile
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-12-19
clean up cmake, remove family_get_project_name()
hathach
2025-12-16
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
HiFiPhile
2025-12-16
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Zixun LI
2025-12-16
example: host: support hpmicro family
Zhihong Chen
2025-12-15
minor clean up
hathach
2025-12-14
bsp: nxp: add support for RW612 (FRDM-RW612)
gab-k
2025-12-13
update LPC54
HiFiPhile
2025-12-13
bsp/lpc55: add hcd_ip3516
HiFiPhile
2025-11-27
fix build
HiFiPhile
2025-11-27
bsp/stm32h5: support host mode
HiFiPhile
2025-10-14
more make refactor
hathach
2025-10-14
move make.mk to hw/bsp/family_support.mk
hathach
2025-09-29
Refresh board presets
Mengsk
2025-07-09
add board_vbus_set() for samd21/d51 to enable usb host vbus
hathach
2025-07-05
enable ci host and dual build for ch32v20x
hathach
2025-07-02
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
hathach
2025-06-12
Merge branch 'master' into fork/james-advatek/stm32n657nucleo
hathach
2025-06-04
chore: squash previous commits from other branches
James Sandison
2025-04-22
include h7rs in host examples.
HiFiPhile
2025-03-06
midi host: skip rx data with all zeroes
hathach
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-21
remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application t...
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-12
- use CFG_TUH_MIDI as number of midi host instance
hathach
2025-02-12
more ci fix
hathach
2025-02-12
fix host midi build
hathach
2025-02-12
pre-commit fix
hathach
2022-11-13
Fix unused errors when LOG=0
atok
2022-11-13
Fix printf statement
atok
2022-11-13
Add Makefile for the midi host example
atok
2022-11-13
Simple MIDI rx example
atok