tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
234 stars 14 forks source link

platform(D1): USB device mode driver #309

Closed hawkw closed 3 months ago

hawkw commented 3 months ago

in addition to #308, it would also be nice for mnemOS to be able to operate as a USB target device.

i'm a bit less interested in running as a device than as a USB host, because i'm primarily interested in PC-like use cases for mnemOS, and this is generally more relevant to embedded mnemOS deployments. but, it would also be useful for debugging — at the very least, we could expose a USB serial device, rather than requiring a separate probe for UART debug.

hawkw commented 3 months ago

oh, apparently there's already issue #88 tracking this. lol.