-
Notifications
You must be signed in to change notification settings - Fork 0
feat(USB-OTG): Add support for USB-OTG RX/TX #32
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
Conversation
👋 Hello radimkarnis, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds USB-OTG transport layer support for ESP32-S2/S3/P4 chips, enabling data transmission and reception through the USB-OTG interface as an alternative to UART and USB Serial JTAG.
- Adds USB-OTG initialization with interrupt handling for RX/TX operations
- Updates transport initialization to prioritize USB-OTG when active
- Updates esp-stub-lib submodule to include USB-OTG API support
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/transport.c | Adds USB-OTG transport initialization with priority over USB Serial JTAG |
| esp-stub-lib | Updates submodule reference to version with USB-OTG support |
ea4fabc to
ae99c78
Compare
ae99c78 to
4114166
Compare
dobairoland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Dzarda7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Uh oh!
There was an error while loading. Please reload this page.