usbarmory / tamago

TamaGo - ARM/RISC-V bare metal Go
BSD 3-Clause "New" or "Revised" License
1.35k stars 52 forks source link

USB Host mode support #43

Closed fabled closed 1 year ago

fabled commented 1 year ago

I was just able to complete a custom USB device mode support on Armory MK2.

Now I am looking to attach other peripherals to the USB-C receptacle and to communicate to those devices. Also interested in having USB passthrough (that is proxy the traffic between the computer on the USB-C plug and the peripheral connected to USB-C receptacle).

I did not see yet any host controller support code, or did I just not find it? Is support for this planned?

abarisani commented 1 year ago

There are no plans for host mode at this time.

mstaack commented 8 months ago

@abarisani any hints how to get closer to a host mode driver?

even basic midi/serial/storage hosting would be really interesting.

abarisani commented 8 months ago

There are no plans for host mode at this time.

This is unchanged.