-
Notifications
You must be signed in to change notification settings - Fork 40
feature(ci): Adding esp32p4 target to Run step [v0.18] #62
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
feature(ci): Adding esp32p4 target to Run step [v0.18] #62
Conversation
peter-marcisovsky
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
igi540
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.
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 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
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