-
Operating SystemWindows 11 Commit SHAthe latest HEAD Boardany board can reproduce this issue per my test, I tried stm32f103_bluepill and stm32f072disco Firmwareexamples/device/webusb_serial with attached patch to remove the cdc so that only CFG_TUD_VENDOR is enabled. What happened ?Windows can't initialize the usb device properly, and UsbTreeView show "28" for the device. so winusb driver isn't installed for the usb device. BTW: if we enable CDC or HID or MSC or something else with CFG_TUD_VENDOR at the same time, everything works. The issue is only seen when only CFG_TUD_VENDOR=1, others are disabled How to reproduce ?apply the tinyusb.patch Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)I didn't enable DEBUG LOG, but will do if it's needed. ScreenshotsNo response I have checked existing issues, discussion and documentation
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
I don't see interface change in your patch. |
Beta Was this translation helpful? Give feedback.
Oops just waking up...
Look at dfu example for interface without IAD:
tinyusb/examples/device/dfu/src/usb_descriptors.c
Line 139 in fee2d2a