@@ -7,27 +7,48 @@ dependencies:
7
7
require : public
8
8
rules :
9
9
- if : " target in [esp32, esp32s2, esp32s3]"
10
+ - if : " $COMPONENTS_SUBSET in [full, all]"
10
11
espressif/esp-tflite-micro :
11
12
version : " >=1.2.0"
12
13
require : public
13
14
rules :
14
15
- if : " target not in [esp32c2]"
16
+ - if : " $COMPONENTS_SUBSET in [full, all]"
15
17
espressif/esp-dl :
16
18
version : " master"
17
19
git : https://github.com/espressif/esp-dl.git
18
20
path : esp-dl
19
21
require : public
20
22
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]"
22
41
espressif/esp-sr :
23
42
version : " >=1.4.2"
24
43
rules :
25
44
- if : " target in [esp32s3]"
45
+ - if : " $COMPONENTS_SUBSET in [full, all]"
26
46
espressif/esp_matter :
27
47
version : " ^1.3.0"
28
48
require : public
29
49
rules :
30
50
- if : " target not in [esp32c2, esp32h2, esp32p4]"
51
+ - if : " $COMPONENTS_SUBSET in [full, all]"
31
52
32
53
# esp-sr: "^1.3.1"
33
54
# esp32-camera: "^2.0.4"
0 commit comments