fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
487 stars 54 forks source link

Could you move your version TinyUSB to 0.16.0 ? #163

Closed DPRCZ closed 3 months ago

DPRCZ commented 3 months ago

I like to add support XINPUT device with Ryzee119 / tusb_xinput, but it need newer TinyUSB.

fruit-bat commented 3 months ago

I'll have a go... don't hold your breath... merging in the latest updates from TinyUSB can be really difficult.

fruit-bat commented 3 months ago

Thanks for the pull request. I've not merged it as I am using my master to track hathach's master (might be pointless but it's what I've done so far).

I've created a new branch on my fork of TinyUSB: merge/hid_micro_parser_21_08_24

This should contain my changes merged with the latest from hathach (apologies if this has duplicated effort from your pull request).

It seems to work ok for me. Please let me know how you get on with it. If you think it is ok I will merge the changes to the branch: hid_micro_parser

DPRCZ commented 3 months ago

TinyUSB: merge/hid_micro_parser_21_08_24 seems to work OK, USB HID gamepad check, XINPUT gamepad check, USB Keyboard check, With USB mouse I've only tested usb mount - because it doesn't work in MENU.

fruit-bat commented 3 months ago

Thanks for the feedback. I will check the mouse is working...

fruit-bat commented 3 months ago

Mouse seems to be working ok. Changes merged back to hid_micro_parser branch.