Skip to content

USB vid and pid missing from many boards.txt entries #9690

Closed
@egnor

Description

@egnor

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

(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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions