circle icon indicating copy to clipboard operation
circle copied to clipboard

USB peripheral mode

Open sebastienNEC opened this issue 4 years ago • 2 comments

Hello, I am wondering how much effort would be needed to implement USB peripheral role, particularly for devices with an USB On-The-Go capability? Thank you !

sebastienNEC avatar Feb 02 '21 08:02 sebastienNEC

That would be a big effort, because one have to analyze the Linux driver to extract the required information. I did this for the host mode and it wasn't fun. ;) There is no public documentation available for the USB DWC OTG controller of the Raspberry Pi.

rsta2 avatar Feb 02 '21 10:02 rsta2

Ah ok, thank you for the info and thank you for the hard work !

sebastienNEC avatar Feb 02 '21 15:02 sebastienNEC

See: #387

rsta2 avatar Jun 29 '23 19:06 rsta2

Support for the USB MIDI (v1.0) gadget (aka peripheral) mode is in Circle 45.3.

rsta2 avatar Oct 06 '23 13:10 rsta2