We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0232d0a + 9e2e6b1 commit 9919f9bCopy full SHA for 9919f9b
main/idf_component.yml
@@ -15,13 +15,13 @@ dependencies:
15
- if: "target not in [esp32c2]"
16
- if: "$COMPONENTS_SUBSET in [full, all]"
17
# ESP-DL for ESP32, ESP32S2 and ESP32-S3
18
- espressif/esp-dl-old:
19
- version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
20
- git: https://github.com/espressif/esp-dl.git
21
- require: public
22
- rules:
23
- - if: "target in [esp32s3, esp32s2, esp32]"
24
- - if: "$COMPONENTS_SUBSET in [full, all]"
+ # espressif/esp-dl-old:
+ # version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
+ # git: https://github.com/espressif/esp-dl.git
+ # require: public
+ # rules:
+ # - if: "target in [esp32s3, esp32s2, esp32]"
+ # - if: "$COMPONENTS_SUBSET in [full, all]"
25
# ESP-DL for ESP32-P4
26
espressif/esp-dl:
27
version: "master"
0 commit comments