We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11
PlatformIO
LilyGo Dongle S3
https://github.com/platformio/platform-espressif32.git
3.4.0+
#include <Arduino.h> #include <Adafruit_TinyUSB.h> void setup() { if (!TinyUSBDevice.isInitialized()) { TinyUSBDevice.begin(0); } Serial.begin(115200); } void loop() { Serial.println("Loop!"); Serial.flush(); delay(1000); }
[env:esp-32-s3] platform = https://github.com/platformio/platform-espressif32.git board = esp32-s3-devkitc-1 framework = arduino monitor_filters = esp32_exception_decoder monitor_speed = 115200 build_unflags = -DARDUINO_USB_MODE=1 build_flags = -std=gnu++2a -DARDUINO_USB_MODE=0 -DARDUINO_USB_CDC_ON_BOOT=1 -Wl,-z,muldefs -D CFG_TUD_ENABLED lib_deps = https://github.com/i-am-shodan/Adafruit_TinyUSB_Arduino
attached.txt
Starting in 3.4.0 the sketch above no longer results in a USB device appearing/COM port in Windows 11.
Compile, flash and plug in
No response
The text was updated successfully, but these errors were encountered:
please specify your exact arduino-esp32 version https://github.com/espressif/arduino-esp32/releases. If you don't know, try to compile with Arduino IDE instead.
Sorry, something went wrong.
platform = https://github.com/platformio/platform-espressif32.git platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.5 platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
No branches or pull requests
Operating System
Windows 11
Arduino IDE version
PlatformIO
Board
LilyGo Dongle S3
ArduinoCore version
https://github.com/platformio/platform-espressif32.git
TinyUSB Library version
3.4.0+
Sketch as ATTACHED TXT
Compiled Log as ATTACHED TXT
attached.txt
What happened ?
Starting in 3.4.0 the sketch above no longer results in a USB device appearing/COM port in Windows 11.
How to reproduce ?
Compile, flash and plug in
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: