|
1 |
| -dependencies: |
2 |
| - # Required IDF version |
3 |
| - idf: ">=5.1" |
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]" |
10 |
| - espressif/esp-tflite-micro: |
11 |
| - version: ">=1.2.0" |
12 |
| - require: public |
13 |
| - rules: |
14 |
| - - if: "target not in [esp32c2]" |
15 |
| - # espressif/esp-dl: |
16 |
| - # version: "af7808ba09448ce82c704455975d4cf1e4305fd7" |
17 |
| - # git: https://github.com/espressif/esp-dl.git |
18 |
| - # require: public |
19 |
| - # rules: |
20 |
| - # - if: "target in [esp32s3, esp32s2, esp32]" |
21 |
| - espressif/esp-sr: |
22 |
| - version: ">=1.4.2" |
23 |
| - rules: |
24 |
| - - if: "target in [esp32s3]" |
25 |
| - espressif/esp_matter: |
26 |
| - version: "^1.3.0" |
27 |
| - require: public |
28 |
| - rules: |
29 |
| - - if: "target not in [esp32c2, esp32h2]" |
| 1 | +# dependencies: |
| 2 | +# Required IDF version |
| 3 | +# idf: ">=5.1" |
| 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]" |
| 10 | +# espressif/esp-tflite-micro: |
| 11 | +# version: ">=1.2.0" |
| 12 | +# require: public |
| 13 | +# rules: |
| 14 | +# - if: "target not in [esp32c2]" |
| 15 | +# espressif/esp-dl: |
| 16 | +# version: "af7808ba09448ce82c704455975d4cf1e4305fd7" |
| 17 | +# git: https://github.com/espressif/esp-dl.git |
| 18 | +# require: public |
| 19 | +# rules: |
| 20 | +# - if: "target in [esp32s3, esp32s2, esp32]" |
| 21 | +# espressif/esp-sr: |
| 22 | +# version: ">=1.4.2" |
| 23 | +# rules: |
| 24 | +# - if: "target in [esp32s3]" |
| 25 | +# espressif/esp_matter: |
| 26 | +# version: "^1.3.0" |
| 27 | +# require: public |
| 28 | +# rules: |
| 29 | +# - if: "target not in [esp32c2, esp32h2]" |
30 | 30 |
|
31 |
| - # esp-sr: "^1.3.1" |
32 |
| - # esp32-camera: "^2.0.4" |
33 |
| - # esp-dl: |
34 |
| - # git: https://github.com/espressif/esp-dl.git |
35 |
| - # espressif/esp_rainmaker: |
36 |
| - # path: components/esp_rainmaker |
37 |
| - # git: https://github.com/espressif/esp-rainmaker.git |
| 31 | +# esp-sr: "^1.3.1" |
| 32 | +# esp32-camera: "^2.0.4" |
| 33 | +# esp-dl: |
| 34 | +# git: https://github.com/espressif/esp-dl.git |
| 35 | +# espressif/esp_rainmaker: |
| 36 | +# path: components/esp_rainmaker |
| 37 | +# git: https://github.com/espressif/esp-rainmaker.git |
38 | 38 |
|
39 |
| - # # Defining a dependency from the registry: |
40 |
| - # # https://components.espressif.com/component/example/cmp |
41 |
| - # example/cmp: "^3.3.3" # Automatically update minor releases |
42 |
| - # |
43 |
| - # # Other ways to define dependencies |
44 |
| - # |
45 |
| - # # For components maintained by Espressif only name can be used. |
46 |
| - # # Same as `espressif/cmp` |
47 |
| - # component: "~1.0.0" # Automatically update bugfix releases |
48 |
| - # |
49 |
| - # # Or in a longer form with extra parameters |
50 |
| - # component2: |
51 |
| - # version: ">=2.0.0" |
52 |
| - # |
53 |
| - # # For transient dependencies `public` flag can be set. |
54 |
| - # # `public` flag doesn't have an effect for the `main` component. |
55 |
| - # # All dependencies of `main` are public by default. |
56 |
| - # public: true |
57 |
| - # |
58 |
| - # # For components hosted on non-default registry: |
59 |
| - # service_url: "https://componentregistry.company.com" |
60 |
| - # |
61 |
| - # # For components in git repository: |
62 |
| - # test_component: |
63 |
| - # path: test_component |
64 |
| - # git: ssh://git@gitlab.com/user/components.git |
65 |
| - # |
66 |
| - # # For test projects during component development |
67 |
| - # # components can be used from a local directory |
68 |
| - # # with relative or absolute path |
69 |
| - # some_local_component: |
70 |
| - # path: ../../projects/component |
| 39 | +# # Defining a dependency from the registry: |
| 40 | +# # https://components.espressif.com/component/example/cmp |
| 41 | +# example/cmp: "^3.3.3" # Automatically update minor releases |
| 42 | +# |
| 43 | +# # Other ways to define dependencies |
| 44 | +# |
| 45 | +# # For components maintained by Espressif only name can be used. |
| 46 | +# # Same as `espressif/cmp` |
| 47 | +# component: "~1.0.0" # Automatically update bugfix releases |
| 48 | +# |
| 49 | +# # Or in a longer form with extra parameters |
| 50 | +# component2: |
| 51 | +# version: ">=2.0.0" |
| 52 | +# |
| 53 | +# # For transient dependencies `public` flag can be set. |
| 54 | +# # `public` flag doesn't have an effect for the `main` component. |
| 55 | +# # All dependencies of `main` are public by default. |
| 56 | +# public: true |
| 57 | +# |
| 58 | +# # For components hosted on non-default registry: |
| 59 | +# service_url: "https://componentregistry.company.com" |
| 60 | +# |
| 61 | +# # For components in git repository: |
| 62 | +# test_component: |
| 63 | +# path: test_component |
| 64 | +# git: ssh://git@gitlab.com/user/components.git |
| 65 | +# |
| 66 | +# # For test projects during component development |
| 67 | +# # components can be used from a local directory |
| 68 | +# # with relative or absolute path |
| 69 | +# some_local_component: |
| 70 | +# path: ../../projects/component |
0 commit comments