Ha Thach

Results 484 comments of Ha Thach

yeah, I am mostly use cmake at the moment. Also for esp, its esp-idf natively support cmake, so make in case of esp32 is only an thin wrapper to call...

@roma-jam do you want to make an PR to fix this before we make an 0.19 release ?

I don't have the msp432e but do have tm4c123 which I think pretty the same usbip. I will test again later when having time.

Can you test ps4 device with the stock host/cdc_msc_hid (configured to use pio) to see if that works or not

yes and you should only try https://github.com/sekigon-gonnoc/Pico-PIO-USB/pull/186, make sure you test with the stock example hid_controller as well.

> I apologize, this version actually does not even work on our TinyUSB. My git submodule update didn't pull in the refs so we were still running the old version....

try this pio-usb pr to see if that works for you https://github.com/sekigon-gonnoc/Pico-PIO-USB/pull/186 and/or bump up cpu freq to higher e.g 180/240mhz

it is due to arduino-esp32 tinyusb hal declare the bos descriptor callback as strong implementation. This can be fixed be making an PR to add weak to that and the...

hw only support up to 8 endpoints, can you use the number 1-7 instead ?