forked from espressif/esp32-arduino-lib-builder
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathidf_component.yml
65 lines (63 loc) · 1.97 KB
/
idf_component.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
dependencies:
# Required IDF version
idf: ">=5.1"
espressif/esp32-camera:
version: "master"
git: https://github.com/espressif/esp32-camera.git
require: public
rules:
- if: "target in [esp32, esp32s2, esp32s3]"
espressif/esp-tflite-micro:
version: ">=1.2.0"
require: public
rules:
- if: "target not in [esp32c2]"
espressif/esp-dl:
version: "master"
git: https://github.com/espressif/esp-dl.git
require: public
rules:
- if: "target in [esp32s3, esp32s2, esp32]"
espressif/esp-sr:
version: ">=1.4.2"
rules:
- if: "target in [esp32s3]"
# esp-sr: "^1.3.1"
# esp32-camera: "^2.0.4"
# esp-dl:
# git: https://github.com/espressif/esp-dl.git
# espressif/esp_rainmaker:
# path: components/esp_rainmaker
# git: https://github.com/espressif/esp-rainmaker.git
# # Defining a dependency from the registry:
# # https://components.espressif.com/component/example/cmp
# example/cmp: "^3.3.3" # Automatically update minor releases
#
# # Other ways to define dependencies
#
# # For components maintained by Espressif only name can be used.
# # Same as `espressif/cmp`
# component: "~1.0.0" # Automatically update bugfix releases
#
# # Or in a longer form with extra parameters
# component2:
# version: ">=2.0.0"
#
# # For transient dependencies `public` flag can be set.
# # `public` flag doesn't have an effect for the `main` component.
# # All dependencies of `main` are public by default.
# public: true
#
# # For components hosted on non-default registry:
# service_url: "https://componentregistry.company.com"
#
# # For components in git repository:
# test_component:
# path: test_component
# git: ssh://[email protected]/user/components.git
#
# # For test projects during component development
# # components can be used from a local directory
# # with relative or absolute path
# some_local_component:
# path: ../../projects/component