Esp32s3 usbserial interface#5200
Conversation
|
Hello @dimajolkin thanks for another cool missing feature. I was looking at the What do you think? |
|
I'll try to do something about it) |
|
I have both boards for testing! 😸 |
|
I have ESP32C3 and ESP32C6 for testing) |
|
I don't know why I bought them, but they will come in handy) |
|
I also have a C6, so we have several of the most recent vintage processors. |
|
I think it was a good idea to split it, it turned out nice) |
|
I don't see support for the esp32c6 right now. Let's add issus to my account, I'll be able to add it. But only after the I2C implementation for the esp32s3 is it really necessary. |
|
Looking at the changed files, it really looks even more like the USB implementation from the c3 would "just work" on the s3. Also it has Probably rolling them together into single file |
|
I think I know what you're talking about, I'll double-check.. I'll try to make a common implementation. Thanks for the review, I didn't notice) |
|
It worked for both, which is nice. Although I definitely tested it and the basic implementation didn't work) A lot of time wasted)) |
|
Good news: Not as good news: seems like You can see this in action by running the It would be great to also correct that problem now, if we can. 🔎 |
|
I added this additional patch to your PR, and it appears to address that problem: |
|
Yes! It's worked) Thanks!) Tested on esp32c3, esp32s3, esp32s3-wroom1 |
|
Thanks again for working on this @dimajolkin now merging! |
The ability to output data directly to usbserial has been added to simplify development.
I changed the default serial to usb, it seems to be more convenient for these boards)
tested: esp32s3 & esp32s3-wroom1