summaryrefslogtreecommitdiff
path: root/examples/host/midi_rx/src/tusb_config.h
AgeCommit message (Collapse)Author
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-02-24add desc_audio_control to midi descriptor callbackhathach
2025-02-12- use CFG_TUH_MIDI as number of midi host instancehathach
- comment out tuh_descriptor_device_cb/tuh_desc_configuration_cb since it is unrelated to this PR
2025-02-12more ci fixhathach
2022-11-13Simple MIDI rx exampleatok