Skip to content
New issue

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

Please add support for integrated USB CDC Serial on S3 variants. #8

Open
halemicro opened this issue Dec 21, 2022 · 2 comments
Open

Comments

@halemicro
Copy link

I tried running Console running on a LillyGo T-Display-S3 using the integrated USB CDC Serial. No luck. Does Console only support UARTs ?

@jbtronics
Copy link
Owner

No USB CDC Serial is currently not supported, as the initialization of the ESP-IDF component heavily differs from the Serial port initialization and I have no device on which I could test it.

In principle this should not be a big problem to implement, as the console component of ESP-IDF supports this mode and there is even an example for this in the IDF: https://github.com/espressif/esp-idf/tree/master/examples/system/console/advanced_usb_cdc

So in theory you most likely just have to replace the initialization code in Console::begin with the initialization code from the example. Everything else should work fine as it should be decoupled by the IDF.

@mgrouch
Copy link

mgrouch commented Dec 23, 2024

Is this related to: #19

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants