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
Arduino IDE, arduino-cli, anything else that uses boards.txt
Operating System
Any OS
Flash frequency
Any frequency
PSRAM enabled
yes
Upload speed
Any speed
Description
In the arduino-esp32 boards.txt file, many boards that have integrated USB don't have their vid/pid listed, meaning they can't be autodetected by the IDE (or other tools) and the user has to guess which "COM" port might be the board. Maybe there's some reluctance to list generic vid/pid of onboard serial converters, but I think even that is helpful.
The board I happen to have in front of me is the adafruit_feather_esp32_v2, but the list of boards that absolutely definitely have USB ports on them but no vid/pid listed is very very long.
If it's worth actually tracking down and fixing this (they're not missing for a reason) then we can try to fix at least the more popular ones?
Sketch
(not relevant)
Debug Message
(not relevant)
Other Steps to Reproduce
arduino-cli core install esp32:esp32
arduino-cli board list # with one of the affected boards connected
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
be default those boards use the integrated USB CDC/JTAG that actually have hardcoded in hardware VID/PID and is all the same (and not changeable). So it does not make sense to add VID and PID to those. Some boards opt to use TinyUSB instead and they define their VID/PID
Board
Many many boards
Device Description
(not relevant)
Hardware Configuration
(not relevant)
Version
latest master (checkout manually)
IDE Name
Arduino IDE, arduino-cli, anything else that uses boards.txt
Operating System
Any OS
Flash frequency
Any frequency
PSRAM enabled
yes
Upload speed
Any speed
Description
In the arduino-esp32
boards.txt
file, many boards that have integrated USB don't have their vid/pid listed, meaning they can't be autodetected by the IDE (or other tools) and the user has to guess which "COM" port might be the board. Maybe there's some reluctance to list generic vid/pid of onboard serial converters, but I think even that is helpful.The board I happen to have in front of me is the
adafruit_feather_esp32_v2
, but the list of boards that absolutely definitely have USB ports on them but no vid/pid listed is very very long.If it's worth actually tracking down and fixing this (they're not missing for a reason) then we can try to fix at least the more popular ones?
Sketch
(not relevant)
Debug Message
Other Steps to Reproduce
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: