We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37bda44 + ab359f2 commit 055f3fcCopy full SHA for 055f3fc
.github/ci/.idf-build-examples-rules.yml
@@ -21,9 +21,13 @@ examples/peripherals/usb/host:
21
disable:
22
- if: SOC_USB_OTG_SUPPORTED != 1
23
24
+#TODO: Change back to:
25
+# - if: (IDF_VERSION >= "5.5.0")
26
+# reason: Run UVC example starts using UVC driver 2.0 only on IDF version 5.5
27
+# After the release/v5.5 docker is updated
28
examples/peripherals/usb/host/uvc:
29
enable:
- - if: (IDF_VERSION >= "5.5.0")
- reason: Run UVC example starts using UVC driver 2.0 only on IDF version 5.5
30
+ - if: (IDF_VERSION >= "6.0.0")
31
+ reason: Temporarily build only for IDF 6.0
32
33
0 commit comments