You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using platform = https://github.com/platformio/platform-espressif32.git I am able to use TinyUSB to create a USB serial device that appears on Windows. When I change my platform to use pioarduino platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip the USB stack doesn't come up. There is no error in Windows device manager.
Here is a very simple test case to reproduce. I'm using a LilyGo Dongle S3 which uses an ESP32-S3.
I always use USB HWCDC except for the ESP32-S2.
TinyUSB isn't working very well. If you only need to add some serial port, then please use HWCDC where possible.
Wrong github for this issue. pioarduino is "just" the build system. There is no change in Arduino Core.
Please open an issue in espressif32 Arduino github with an example that fails.
When using
platform = https://github.com/platformio/platform-espressif32.git
I am able to use TinyUSB to create a USB serial device that appears on Windows. When I change my platform to use pioarduinoplatform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
the USB stack doesn't come up. There is no error in Windows device manager.Here is a very simple test case to reproduce. I'm using a LilyGo Dongle S3 which uses an ESP32-S3.
main.cpp
platformio.ini
The text was updated successfully, but these errors were encountered: