feature(ci): Adding esp32p4 target to Run step [v0.18]#62
Merged
roma-jam merged 1 commit intoOct 23, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds esp32p4 target support to CI workflows for testing TinyUSB with ESP-IDF, expanding hardware validation coverage while ensuring version compatibility through appropriate exclusion rules.
Key Changes:
- Added esp32p4 to the test matrix for both ESP-USB test apps and ESP-IDF USB device examples
- Introduced version exclusions to prevent esp32p4 testing on IDF versions prior to 5.3 (where esp32p4 support begins)
- Extended IDF version coverage to include release-v5.1 and release-v5.2 in the examples workflow
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/build_and_run_idf_examples.yml | Adds esp32p4 target to matrix and exclusion rules for pre-5.3 IDF versions; expands IDF version coverage to 5.1 and 5.2 |
| .github/workflows/build_and_run_esp_usb_test_apps.yml | Adds esp32p4 target to matrix with exclusion rules for IDF versions before 5.3 |
4a85b18 to
8486e5c
Compare
7631a42 to
4e7bb78
Compare
d38e814
into
fix/override_tinyusb_in_network_example
37 checks passed
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.
Increase the verification during tinyusb development by adding the esp32p4 as a target to run test application from ESP-USB and USB Device examples from ESP-IDF.
ESP-USB Test Apps - Build & Run
ESP-IDF USB Device examples - Build & Run