picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
83 stars 23 forks source link

Support for keyboards with built-in hubs #9

Open ulften opened 1 year ago

ulften commented 1 year ago

Many USB keyboards contain a built-in hub that may support a mouse etc. These keyboards do not work with the RIA, since the version of tinyUSB that is used has a known limitation of not supporting cascaded hubs. I noticed that the latest version of tinyUSB now support more than one hub. Can this version be used instead?

rumbledethumps commented 1 year ago

The RIA uses TinyUSB submodule of pico-sdk.

ulften commented 1 year ago

Right choice, of course!

CHiPs44 commented 1 year ago

I don't know if the 1.5.1 version of the SDK has upgraded TinyUSB.

Seems it stayed at 0.15 which is the latest stable release.