ChrisDeadman / usb-to-ps2-gameport-hat

Convert USB devices to PS/2 & Gameport devices with the power of Arduino 🙂
MIT License
15 stars 1 forks source link

USB Issues #5

Open ChrisDeadman opened 7 months ago

ChrisDeadman commented 7 months ago

Often times Hotplug is not working, other times it doesn't detect devices at boot-up but only after hotplug and then sometimes it doesn't detect them at all.

The plan is to switch the complete USB stack to tinyusb.

ChrisDeadman commented 7 months ago

Unfortunately, tinyusb does not support SAMD in host mode yet but it should be possible to add it.

ChrisDeadman commented 6 months ago

Update: I've implemented support for SAMD21 host mode here: https://github.com/ChrisDeadman/tinyusb/tree/hcd-samd-support

Next step: Integrate into this project and rewrite USB drivers