Roma Jam
Roma Jam
Hi, full `tusb_teardown()` implementation could be found in this PR: https://github.com/hathach/tinyusb/pull/2904
Hi @alex-k8, To enable Hub support, you can use the menuconfig settings: `Component config` → `USB-OTG` → `Hub Driver Configuration` → Enable `Support Hubs` Support of Low-speed device, connected via...
Hi @alex-k8, the fix was introduced in here: https://github.com/espressif/esp-idf/commit/dbf9d78763e63f3e7d23df860dd0200613ae6d8e Could you please share the log? If the output is the same: `HUB: Connected Low-speed device, not supported`, please check that...
Hi @alex-k8, any updates?
Hi @alex-k8, thanks for the update. Yes, now it seems that the fix was applied and warning message was shown. The warning message is there because this might be relevant...
@savenlid `tud_network_init_cb` is the callback from the tinyusb, which should be declared in your application, but is is optional to use it. Is was removed in the last changes in...
hi @higaski, > it seems that switching the device class "on-thy-fly" during initialization somehow confuses Windows 11 and you can end up with no device showing at all. the USB...
Hi @higaski, thanks for the additional info. Just in case: are there any options to make the changes in the code and check it with the target hardware, where the...
HI @higaski , > I'm sorry I'm not sure I understand. sorry for not a clear question, but you got it: yes, the idea was to have the possibility to...
Hi @higaski , > I also wonder if either #15912 or #15932 is related to this? Highly unlikely, as for this specific case, we need to change the PHY configuration...