Skip to content

Commit e9684a5

Browse files
authored
Update idf_component.yml
1 parent 8b16e27 commit e9684a5

File tree

1 file changed

+6
-45
lines changed

1 file changed

+6
-45
lines changed

main/idf_component.yml

+6-45
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,9 @@
11
dependencies:
22
# Required IDF version
33
idf: ">=5.1"
4-
5-
# espressif/esp32-camera:
6-
# version: "master"
7-
# git: https://github.com/espressif/esp32-camera.git
8-
# require: public
9-
# esp-sr: "^1.3.1"
10-
# esp32-camera: "^2.0.4"
11-
# esp-dl:
12-
# git: https://github.com/espressif/esp-dl.git
13-
# espressif/esp_rainmaker:
14-
# path: components/esp_rainmaker
15-
# git: https://github.com/espressif/esp-rainmaker.git
16-
17-
# # Defining a dependency from the registry:
18-
# # https://components.espressif.com/component/example/cmp
19-
# example/cmp: "^3.3.3" # Automatically update minor releases
20-
#
21-
# # Other ways to define dependencies
22-
#
23-
# # For components maintained by Espressif only name can be used.
24-
# # Same as `espressif/cmp`
25-
# component: "~1.0.0" # Automatically update bugfix releases
26-
#
27-
# # Or in a longer form with extra parameters
28-
# component2:
29-
# version: ">=2.0.0"
30-
#
31-
# # For transient dependencies `public` flag can be set.
32-
# # `public` flag doesn't have an effect for the `main` component.
33-
# # All dependencies of `main` are public by default.
34-
# public: true
35-
#
36-
# # For components hosted on non-default registry:
37-
# service_url: "https://componentregistry.company.com"
38-
#
39-
# # For components in git repository:
40-
# test_component:
41-
# path: test_component
42-
# git: ssh://[email protected]/user/components.git
43-
#
44-
# # For test projects during component development
45-
# # components can be used from a local directory
46-
# # with relative or absolute path
47-
# some_local_component:
48-
# path: ../../projects/component
4+
espressif/esp32-camera:
5+
version: "master"
6+
git: https://github.com/espressif/esp32-camera.git
7+
require: public
8+
rules:
9+
- if: "target in [esp32, esp32s2, esp32s3]"

0 commit comments

Comments
 (0)