| Age | Commit message (Collapse) | Author |
|
|
|
|
|
# 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
|
|
|
|
|
|
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
|
|
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF
|
|
temporarily disable codespell
|
|
fix: Replace device calls to memcpy with tu_memcpy_s
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more data from usb fifo
|
|
|
|
also add deprecated for warning and rename hint
|
|
|
|
|
|
|
|
rename
|
|
|
|
|
|
|
|
|
|
Adjust all USB drivers using FIFO and mutexes.
|
|
|
|
rename jack_id to cable_num in function argument
|