"USB vendor class with Microsoft OS descriptor": viewtopic.php?f=2&t=24150&p=105144#p105144
Similar to this theme.I want to implement the WinUSB driver via IDF V4. But the official demo is only CDC and MSC. Tinyusb comes with a webUSB demo, but it doesn't compile successfully in vscode.
The chip I use is esp32S3.
On the topic "USB vendor class with Microsoft OS descriptor", can anyone provide a similar demo?
Re: On the topic "USB vendor class with Microsoft OS descriptor", can anyone provide a similar demo?
Hi,
the problem with vendorUSB on esp-idf is that for some reason esp-idf is not having option to enable it.
You can this tinyusb in components folder to override esp-idf version (i didnt try it yet, but i will have to)
https://github.com/espressif/esp32-ardu ... no_tinyusb
I am also refactoring my old esp32tinyusb library, which is currently only arduino version, to make it arduino and esp-idf compatible.
I have it mostly done, there are some small differences with configuration between those two which i have to solve and i would like to add video class, which is enabled in arduino component.
the problem with vendorUSB on esp-idf is that for some reason esp-idf is not having option to enable it.
You can this tinyusb in components folder to override esp-idf version (i didnt try it yet, but i will have to)
https://github.com/espressif/esp32-ardu ... no_tinyusb
I am also refactoring my old esp32tinyusb library, which is currently only arduino version, to make it arduino and esp-idf compatible.
I have it mostly done, there are some small differences with configuration between those two which i have to solve and i would like to add video class, which is enabled in arduino component.
Re: On the topic "USB vendor class with Microsoft OS descriptor", can anyone provide a similar demo?
Follow your instructions,I tried a few times and it didn't work. I may have some missteps that caused it to not compile properly.
It is expected that ESPTINYUSB can be used in ESP-IDF in the future.
It is expected that ESPTINYUSB can be used in ESP-IDF in the future.
Re: On the topic "USB vendor class with Microsoft OS descriptor", can anyone provide a similar demo?
Yes, thats the goal, but i cant promise that all USB class, like vendor for example, will be available. It all depends if esp-idf will provide port to tinyusb.chenkejin wrote: It is expected that ESPTINYUSB can be used in ESP-IDF in the future.
Who is online
Users browsing this forum: MicroController and 211 guests