@@ -121,6 +121,76 @@ dependencies:
121
121
chmorgan/esp-libhelix-mp3 :
122
122
version : " 1.0.3"
123
123
require : public
124
+ # https://components.espressif.com/components/espressif/esp_modem_usb_dte
125
+ espressif/esp_modem_usb_dte :
126
+ version : " ^1.2.1"
127
+ rules :
128
+ - if : " target in [esp32s3]"
129
+ # https://components.espressif.com/components/espressif/usb_host_cdc_acm
130
+ espressif/usb_host_cdc_acm :
131
+ version : " ^2.0.6"
132
+ rules :
133
+ - if : " target in [esp32s3]"
134
+ # 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]"
139
+ # 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]"
144
+ # 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]"
149
+ # 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]"
154
+ # https://components.espressif.com/components/espressif/usb_host_hid
155
+ espressif/usb_host_hid :
156
+ version : " ^1.0.3"
157
+ rules :
158
+ - if : " target in [esp32s3]"
159
+ # https://components.espressif.com/components/espressif/usb_host_msc
160
+ espressif/usb_host_msc :
161
+ version : " ^1.1.3"
162
+ rules :
163
+ - if : " target in [esp32s3]"
164
+ # https://components.espressif.com/components/espressif/usb_host_uac
165
+ espressif/usb_host_uac :
166
+ version : " ^1.2.0"
167
+ rules :
168
+ - if : " target in [esp32s3]"
169
+ # https://components.espressif.com/components/espressif/usb_host_uvc
170
+ espressif/usb_host_uvc :
171
+ version : " ^2.1.0"
172
+ rules :
173
+ - if : " target in [esp32s3]"
174
+ # https://components.espressif.com/components/espressif/usb_stream
175
+ espressif/usb_stream :
176
+ version : " ^1.5.0"
177
+ rules :
178
+ - if : " target in [esp32s3]"
179
+ # https://components.espressif.com/components/espressif/iot_usbh_modem
180
+ espressif/iot_usbh_modem :
181
+ version : " ^1.1.0"
182
+ rules :
183
+ - if : " target in [esp32s3]"
184
+ # https://components.espressif.com/components/espressif/iot_usbh_cdc
185
+ espressif/iot_usbh_cdc :
186
+ version : " ^1.0.0"
187
+ rules :
188
+ - if : " target in [esp32s3]"
189
+ # https://components.espressif.com/components/chmorgan/esp-audio-player
190
+ chmorgan/esp-audio-player :
191
+ version : " ^1.0.7"
192
+ rules :
193
+ - if : " target in [esp32s3]"
124
194
examples :
125
195
- path : ./idf_component_examples/hello_world
126
196
- path : ./idf_component_examples/hw_cdc_hello_world
0 commit comments