| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-20 | Fix #3033: Increase array bounds and test for overflow | rppicomidi | |
| 2025-03-19 | Move iInterface per review comment | rppicomidi | |
| 2025-03-18 | Fix compiler conversion error warning | rppicomidi | |
| 2025-03-18 | fix tuh_midi_itf_get_info() desc->iInterface value | rppicomidi | |
| 2025-03-17 | Fix 3031: implement tuh_midi_itf_get_info() | rppicomidi | |
| 2025-03-13 | Only clear stream_read & stream_write if they are defined | rppicomidi | |
| 2025-03-06 | hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵ | hathach | |
| 512 bytes for bulk in fullspeed mode. | |||
| 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 | |
| change tuh_midi_rx/tx_cb() to have xferred_bytes rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count() use default empty callback instead of weak null to be compatible with keil compiler | |||
| 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 ↵ | hathach | |
| than 1 midi per device. | |||
| 2025-02-24 | add tuh_midi_descriptor_cb() | hathach | |
| 2025-02-21 | remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application ↵ | hathach | |
| to parse/extract this information if needed rename tuh_midi_configure() to mounted() for consistency | |||
| 2025-02-14 | - rename tuh_midi_stream_flush() to tuh_midi_write_flush() | hathach | |
| - add tuh_midi_packet_read_n() and tuh_midi_packet_write_n() - add CFG_TUH_MIDI_STREAM_API to opt out stream API | |||
| 2025-02-14 | - change signature of tuh_midi_mount/umount_cb() | hathach | |
| - rename midi_stream_t to midi_driver_stream_t and move to midi.h (common for device and host) | |||
| 2025-02-14 | - remove tuh_midi_read_poll(), auto schedule EP in when set_config() and ↵ | hathach | |
| xfer_cb as well as ep read() - de-dup tuh_midi_get_num_rx/tx_cables - add tuh_midi_read_available() | |||
| 2025-02-13 | update midi host to use endpoint stream API | hathach | |
| 2025-02-12 | - use CFG_TUH_MIDI as number of midi host instance | hathach | |
| - comment out tuh_descriptor_device_cb/tuh_desc_configuration_cb since it is unrelated to this PR | |||
| 2025-02-12 | fix host midi build | hathach | |
| 2025-02-12 | pre-commit fix | hathach | |
| 2025-02-12 | clean up | hathach | |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h | |||
| 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 | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 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 | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-04-18 | Merge pull request #1920 from mikee47/fix/midi-definition | Ha Thach | |
| MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF | |||
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach | |
| fix: Replace device calls to memcpy with tu_memcpy_s | |||
| 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 | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2022-11-21 | Explicit type conversion | atoktoto | |
| 2022-11-21 | Explicit type conversion | atoktoto | |
| 2022-11-21 | Fix usb-hub data transfer problems by AndrewCapon | atoktoto | |
| 2022-11-19 | Fix usb hubs | atoktoto | |
| 2022-11-13 | Added explicit conversions | atoktoto | |
| 2022-11-13 | Removed unused function prototype | atok | |
| 2022-11-13 | Simple MIDI rx example | atok | |
| 2022-11-13 | Get rid of implicit uint conversions | atok | |
| 2022-11-13 | Make USB MIDI device code allow a device with no Audio Control interface | rppicomidi | |
| 2022-11-13 | Add MIDI host support to tinyusb | rppicomidi | |
| 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 | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 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 | |
