@@ -7,21 +7,18 @@ dependencies:
7
7
require : public
8
8
rules :
9
9
- if : " target in [esp32, esp32s2, esp32s3]"
10
- - if : " $COMPONENTS_SUBSET in [full, all]"
11
10
espressif/esp-tflite-micro :
12
11
version : " >=1.2.0"
13
12
require : public
14
13
rules :
15
14
- if : " target not in [esp32c2]"
16
- - if : " $COMPONENTS_SUBSET in [full, all]"
17
15
# ESP-DL for ESP32, ESP32S2 and ESP32-S3
18
16
# espressif/esp-dl-old:
19
17
# version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
20
18
# git: https://github.com/espressif/esp-dl.git
21
19
# require: public
22
20
# rules:
23
21
# - if: "target in [esp32s3, esp32s2, esp32]"
24
- # - if: "$COMPONENTS_SUBSET in [full, all]"
25
22
# ESP-DL for ESP32-P4
26
23
espressif/esp-dl :
27
24
version : " master"
@@ -30,7 +27,6 @@ dependencies:
30
27
require : public
31
28
rules :
32
29
- if : " target in [esp32p4]"
33
- - if : " $COMPONENTS_SUBSET in [full, all]"
34
30
# ESP-DL Face Detection for ESP32-P4
35
31
espressif/human_face_detect :
36
32
version : " master"
@@ -39,7 +35,6 @@ dependencies:
39
35
require : public
40
36
rules :
41
37
- if : " target in [esp32p4]"
42
- - if : " $COMPONENTS_SUBSET in [full, all]"
43
38
# ESP-DL Pedestrian Detection for ESP32-P4
44
39
espressif/pedestrian_detect :
45
40
version : " master"
@@ -48,18 +43,15 @@ dependencies:
48
43
require : public
49
44
rules :
50
45
- if : " target in [esp32p4]"
51
- - if : " $COMPONENTS_SUBSET in [full, all]"
52
46
espressif/esp-sr :
53
47
version : " >=1.4.2"
54
48
rules :
55
49
- if : " target in [esp32s3]"
56
- - if : " $COMPONENTS_SUBSET in [full, all]"
57
50
espressif/esp_matter :
58
51
version : " ^1.3.0"
59
52
require : public
60
53
rules :
61
54
- if : " target not in [esp32c2, esp32h2, esp32p4]"
62
- - if : " $COMPONENTS_SUBSET in [full, all]"
63
55
64
56
# esp-sr: "^1.3.1"
65
57
# esp32-camera: "^2.0.4"
0 commit comments