Ha Thach
Ha Thach
please try again with v3.5.0 and pio 0.7.2, and upload your compiled log as txt file
closed due to lack of response. probably the issue with pio-usb and tinyusb host driver, there are quite a bit of update. Please try again, and re-open a new issue...
USB CDC on Boot must be Enabled, it is mentioned in the readme
did the stock midi_test example work for you ? device may already enumerated when MIDI.begin() is called. Try to detach and attach as the stock eaxmple.
closed due to lack of response. Try the update stock midi_test, which include the detach/attach to see if that works for you.
@jhsa let me know how is your testing with latest version. We can re-open this issue if needed.
maybe windows cached the driver and does not do a full configuration parser. I don't know why this is not the case with S2. Maybe it is something specific to...
thank you for your PR and @kkitayam for reviewing the PR.
try to see if https://github.com/hathach/tinyusb/pull/2750 fix your issue
This is thing I plan to do but haven't yet. Meanwhile you could try to call `tud_disconnect()` and/or adding your specific platform suspend task, turn off usb phy etc ......