Skip to content

Support the USB CDC device in ESP32-C3 #3526

@pjsg

Description

@pjsg

Missing feature

If you are using the USB CDC device in the ESP32-C3 for the console, then it doesn't work. This feature would add support for using the CDC device as the console. Ideally, it would also appear as a uart so that the uart family of functions would also work. However, that raises the issue of what number the CDC device should be. The other two uart devices also exist. Either we use 0 for the CDC device (if it is configured) and push the real uarts down to 1 & 2, or we do something else. Opinions wanted.

Yes, I will implement this.

Justification

It makes some cheap boards usable.

Workarounds

You have to use an external Serial-USB chip as a workaround.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions