@@ -7,27 +7,48 @@ dependencies:
77 require : public
88 rules :
99 - if : " target in [esp32, esp32s2, esp32s3]"
10+ - if : " $COMPONENTS_SUBSET in [full, all]"
1011 espressif/esp-tflite-micro :
1112 version : " >=1.2.0"
1213 require : public
1314 rules :
1415 - if : " target not in [esp32c2]"
16+ - if : " $COMPONENTS_SUBSET in [full, all]"
1517 espressif/esp-dl :
1618 version : " master"
1719 git : https://github.com/espressif/esp-dl.git
1820 path : esp-dl
1921 require : public
2022 rules :
21- - if : " target in [esp32s3, esp32s2, esp32, esp32p4]"
23+ - if : " target in [esp32s3, esp32, esp32p4]"
24+ - if : " $COMPONENTS_SUBSET in [full, all]"
25+ espressif/human_face_detect :
26+ version : " master"
27+ git : https://github.com/espressif/esp-dl.git
28+ path : models/human_face_detect
29+ require : public
30+ rules :
31+ - if : " target in [esp32s3, esp32, esp32p4]"
32+ - if : " $COMPONENTS_SUBSET in [full, all]"
33+ espressif/pedestrian_detect :
34+ version : " master"
35+ git : https://github.com/espressif/esp-dl.git
36+ path : models/pedestrian_detect
37+ require : public
38+ rules :
39+ - if : " target in [esp32s3, esp32, esp32p4]"
40+ - if : " $COMPONENTS_SUBSET in [full, all]"
2241 espressif/esp-sr :
2342 version : " >=1.4.2"
2443 rules :
2544 - if : " target in [esp32s3]"
45+ - if : " $COMPONENTS_SUBSET in [full, all]"
2646 espressif/esp_matter :
2747 version : " ^1.3.0"
2848 require : public
2949 rules :
3050 - if : " target not in [esp32c2, esp32h2, esp32p4]"
51+ - if : " $COMPONENTS_SUBSET in [full, all]"
3152
3253 # esp-sr: "^1.3.1"
3354 # esp32-camera: "^2.0.4"
0 commit comments