sekigon-gonnoc/Pico-PIO-USB

💡[FEATURE] Simultaneous PIO Host and Device

Molorius opened this issue · 1 comments

Describe the feature you want to implement here:

I have a project that currently uses the built-in USB as device and your PIO USB library as host. If possible, I would like to use your PIO USB library as an additional device.

Is it currently possible to use your PIO library for device and host simultaneously?

If it is not currently possible, could it be possible in the future? I realize that there may be hardware constraints.

Assuming it is possible, my request is to have simultaneous PIO USB host and device.

I think this example shows what you are looking for: host_hid_to_device_cdc.c