Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2130e9

Browse files
authoredMar 7, 2025··
remove usb_host_vcp
Removed due to failed test
1 parent 47f0426 commit b2130e9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎idf_component.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -132,25 +132,25 @@ dependencies:
132132
rules:
133133
- if: "target in [esp32s3]"
134134
# https://components.espressif.com/components/espressif/usb_host_ch34x_vcp
135-
espressif/usb_host_ch34x_vcp:
136-
version: "^2.0.0"
137-
rules:
138-
- if: "target in [esp32s3]"
135+
#espressif/usb_host_ch34x_vcp:
136+
# version: "^2.0.0"
137+
# rules:
138+
# - if: "target in [esp32s3]"
139139
# https://components.espressif.com/components/espressif/usb_host_cp210x_vcp
140-
espressif/usb_host_cp210x_vcp:
141-
version: "^2.0.0"
142-
rules:
143-
- if: "target in [esp32s3]"
140+
#espressif/usb_host_cp210x_vcp:
141+
# version: "^2.0.0"
142+
# rules:
143+
# - if: "target in [esp32s3]"
144144
# https://components.espressif.com/components/espressif/usb_host_ftdi_vcp
145-
espressif/usb_host_ftdi_vcp:
146-
version: "^2.0.0"
147-
rules:
148-
- if: "target in [esp32s3]"
145+
#espressif/usb_host_ftdi_vcp:
146+
# version: "^2.0.0"
147+
# rules:
148+
# - if: "target in [esp32s3]"
149149
# https://components.espressif.com/components/espressif/usb_host_vcp
150-
espressif/usb_host_vcp:
151-
version: "^1.0.0~5"
152-
rules:
153-
- if: "target in [esp32s3]"
150+
#espressif/usb_host_vcp:
151+
# version: "^1.0.0~5"
152+
# rules:
153+
# - if: "target in [esp32s3]"
154154
# https://components.espressif.com/components/espressif/usb_host_hid
155155
espressif/usb_host_hid:
156156
version: "^1.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.