-
Notifications
You must be signed in to change notification settings - Fork 21
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
ci(usb_host): Class drivers test apps run on esp32p4 #85
Conversation
CI build failed: |
03ec3f0
to
b415c65
Compare
CI tests passed on the current esp32s2 target runners, waiting for the new esp32p4 target runners to be build and the CI tests to be run on them. |
host/class/cdc/usb_host_cdc_acm/test_app/pytest_usb_host_cdc.py
Outdated
Show resolved
Hide resolved
d6446da
to
9792629
Compare
fd8456a
to
8da2f06
Compare
@peter-marcisovsky The P4 tests passed, thank you! The failure on release/v5.3 should be already fixed. We must wait for new release/v5.3 docker image release (or ignore the 5.3 tests for now) |
db0d623
to
d81cf74
Compare
- Enabled drivers CDC-ACM, HID, MSC, UVC - Added new usb_host esp32p4 CI runner
23ee629
to
998b6f5
Compare
Description
This MR enables class drivers test apps, to be run on esp32p4
Changes
esp32p4
usb_host
target runnerBrnoVM0114
was added to the CIusb_host_lib_set_root_port_power
function used to toggle connection of USB devices must be used for esp32p4, but has been implemented only inIDF 5.2
IDF 5.3
Related
Testing
CDC-ACM
,HID
,MSC
,UVC
class driver tests are passing locally on a reproduced CI target runner setupUAC
class driver not modified, since it's not being run in any CI testsChecklist
Before submitting a Pull Request, please ensure the following: