fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
459 stars 49 forks source link

README.md reports USB host issue that should be fixed now #3

Closed rppicomidi closed 2 years ago

rppicomidi commented 2 years ago

The README.md file says:

USB host mode seems to work very reliably unless the keyboard is removed and reconnected, which causes the Pico to 'panic'.

This allows usb reconnect: https://github.com/hathach/tinyusb/pull/1193/files

The issue should be fixed with the latest tinyusb

The pull request was integrated and then refined. @fruit-bat it may be worth retesting with the latest tinyusb build

fruit-bat commented 2 years ago

Thanks for the heads-up. I will have a look at what version the sdk is pinned at and at the least update the advice. Cheers!