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

xtensa/esp32s3: Add USB OTG device driver #9525

Merged
merged 1 commit into from Jun 14, 2023

Conversation

donghengqaz
Copy link
Contributor

Summary

Add ESP32-S3 USB OTG device driver.

Impact

Testing

apps/examples/usbserial.

Copy link
Contributor

@pkarashchenko pkarashchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was exactly looking for this functionality. I'm going to test it ASAP.

arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
@donghengqaz donghengqaz force-pushed the feature/esp32s3_usb_otg_device branch from 18f9f69 to a7ab979 Compare June 13, 2023 11:48
Copy link
Contributor

@pkarashchenko pkarashchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've re-examined the code. Unfortunately USB host (that I need) is not supported here :(
But it is a good start. Thank you!

arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
arch/xtensa/src/esp32s3/esp32s3_otg_device.c Outdated Show resolved Hide resolved
@donghengqaz donghengqaz force-pushed the feature/esp32s3_usb_otg_device branch from a7ab979 to 28f87cc Compare June 14, 2023 02:19
@acassis acassis merged commit d492823 into apache:master Jun 14, 2023
26 checks passed
@donghengqaz donghengqaz deleted the feature/esp32s3_usb_otg_device branch June 15, 2023 02:17
@jerpelea jerpelea added this to To-Add in Release Notes - 12.2.0 Jun 26, 2023
@jerpelea jerpelea moved this from To-Add to In Progress in Release Notes - 12.2.0 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants