feat(usb_host): Add ESP32-S31 support to manifest and docs#461
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds ESP32-S31 as a supported target for the USB Host component and reflects that support in the component changelog and user documentation.
Changes:
- Added
esp32s31tohost/usbsupported targets inidf_component.yml - Added an Unreleased changelog entry noting ESP32-S31 support
- Updated USB Host docs to list ESP32-S31 as supporting HS/FS/LS devices
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| host/usb/idf_component.yml | Adds esp32s31 to the component’s supported targets list. |
| host/usb/CHANGELOG.md | Notes ESP32-S31 target support under Unreleased. |
| docs/en/usb_host.rst | Updates feature matrix to include ESP32-S31 HS/FS/LS device support. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
There was a problem hiding this comment.
usb_host_notes_dwc_otg.rstseems like, there is an update needed, regarding the Hardware configuration of the S31- Looking at the documentation updates, didn`t you forget to also include the S31 into the docs build environment, to build the docs fro the newly added target? Or this would be done in a separate PR?
Collaborator
|
@igi540 Thanks. Since this PR is pretty small, can you add another commit that will bump the version in |
Add ESP32-S31 to the component manifest and documentation target lists. Update the USB Host docs and Kconfig reference generation to describe its HS DWC_OTG capabilities, 16 host channels, and SPIRAM-backed host options.
49b73f0 to
ec91d98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ESP32-S31to thehost/usbsupported targets inidf_component.ymlESP32-S31ESP32-S31host capabilities, including HS/FS/LS support,16host channels, and SPIRAM-backed host optionshost/usbas version1.4.0Related
Testing
usb_host_libexample using this componenthost/usbtarget tests were run