@@ -12,37 +12,6 @@ dependencies:
12
12
require : public
13
13
rules :
14
14
- if : " target not in [esp32c2]"
15
- # ESP-DL for ESP32, ESP32S2 and ESP32-S3
16
- # espressif/esp-dl-old:
17
- # version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
18
- # git: https://github.com/espressif/esp-dl.git
19
- # require: public
20
- # rules:
21
- # - if: "target in [esp32s3, esp32s2, esp32]"
22
- # ESP-DL for ESP32-P4
23
- espressif/esp-dl :
24
- version : " master"
25
- git : https://github.com/espressif/esp-dl.git
26
- path : esp-dl
27
- require : public
28
- rules :
29
- - if : " target in [esp32p4]"
30
- # ESP-DL Face Detection for ESP32-P4
31
- espressif/human_face_detect :
32
- version : " master"
33
- git : https://github.com/espressif/esp-dl.git
34
- path : models/human_face_detect
35
- require : public
36
- rules :
37
- - if : " target in [esp32p4]"
38
- # ESP-DL Pedestrian Detection for ESP32-P4
39
- espressif/pedestrian_detect :
40
- version : " master"
41
- git : https://github.com/espressif/esp-dl.git
42
- path : models/pedestrian_detect
43
- require : public
44
- rules :
45
- - if : " target in [esp32p4]"
46
15
espressif/esp-sr :
47
16
version : " >=1.4.2"
48
17
rules :
@@ -52,44 +21,3 @@ dependencies:
52
21
require : public
53
22
rules :
54
23
- if : " target not in [esp32c2, esp32h2, esp32p4]"
55
-
56
- # esp-sr: "^1.3.1"
57
- # esp32-camera: "^2.0.4"
58
- # esp-dl:
59
- # git: https://github.com/espressif/esp-dl.git
60
- # espressif/esp_rainmaker:
61
- # path: components/esp_rainmaker
62
- # git: https://github.com/espressif/esp-rainmaker.git
63
-
64
- # # Defining a dependency from the registry:
65
- # # https://components.espressif.com/component/example/cmp
66
- # example/cmp: "^3.3.3" # Automatically update minor releases
67
- #
68
- # # Other ways to define dependencies
69
- #
70
- # # For components maintained by Espressif only name can be used.
71
- # # Same as `espressif/cmp`
72
- # component: "~1.0.0" # Automatically update bugfix releases
73
- #
74
- # # Or in a longer form with extra parameters
75
- # component2:
76
- # version: ">=2.0.0"
77
- #
78
- # # For transient dependencies `public` flag can be set.
79
- # # `public` flag doesn't have an effect for the `main` component.
80
- # # All dependencies of `main` are public by default.
81
- # public: true
82
- #
83
- # # For components hosted on non-default registry:
84
- # service_url: "https://componentregistry.company.com"
85
- #
86
- # # For components in git repository:
87
- # test_component:
88
- # path: test_component
89
- # git: ssh://[email protected] /user/components.git
90
- #
91
- # # For test projects during component development
92
- # # components can be used from a local directory
93
- # # with relative or absolute path
94
- # some_local_component:
95
- # path: ../../projects/component
0 commit comments