Skip to content

Commit

Permalink
Merge branch 'ci/disable_p4_cdc_acm_host' into 'master'
Browse files Browse the repository at this point in the history
ci(usb_host): disable cdc_acm_vcp example for P4

See merge request espressif/esp-idf!29091
  • Loading branch information
ESP-Marius committed Feb 18, 2024
2 parents e6dba93 + b1bbca6 commit f68c131
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions examples/peripherals/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,29 @@ examples/peripherals/usb/host:
- components/soc/esp32*/include/soc/usb_wrap_*.h
- examples/peripherals/usb/host/**/*


# Temporarily override and disable cdc_acm_vcp due to component manager CI issue
examples/peripherals/usb/host/cdc/cdc_acm_vcp:
disable:
- if: SOC_USB_OTG_SUPPORTED != 1 or IDF_TARGET == "esp32p4"
temporary: true
reason: CI failing for P4 # IDFCI-2042
disable_test:
- if: IDF_TARGET not in ["esp32s3"]
temporary: true
reason: lack of runners with usb_host_flash_disk tag
depends_components:
- usb
depends_filepatterns:
- components/hal/usb*.c
- components/hal/include/hal/usb*.h
- components/hal/esp32*/include/hal/usb*.h
- components/soc/esp32*/usb*.c
- components/soc/include/soc/usb*.h
- components/soc/esp32*/include/soc/usb_dwc_*.h
- components/soc/esp32*/include/soc/usb_wrap_*.h
- examples/peripherals/usb/host/**/*

examples/peripherals/usb_serial_jtag/usb_serial_jtag_echo:
disable:
- if: SOC_USB_SERIAL_JTAG_SUPPORTED != 1
Expand Down
4 changes: 2 additions & 2 deletions examples/peripherals/usb/host/cdc/cdc_acm_vcp/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Supported Targets | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- | -------- |
| Supported Targets | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- |

# USB CDC-ACM Virtual COM Port example

Expand Down

0 comments on commit f68c131

Please sign in to comment.