You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# IDF Component Manager
2
2
3
3
The IDF Component Manager is a tool that ensures the correct versions of all components required for a successful build are present in your [ESP-IDF](https://www.espressif.com/en/products/sdks/esp-idf) project.
4
+
4
5
- The Component Manager downloads the dependencies for your project automatically during a `CMake` run.
5
6
- The components can be sourced either from [the ESP Component Registry](https://components.espressif.com/) or from a Git repository.
6
7
- A list of components can be found at https://components.espressif.com/
7
8
8
9
## Contributing to the project
10
+
9
11
See [CONTRIBUTING.md](CONTRIBUTING.md)
10
12
11
13
## Resources
14
+
12
15
-[Offical Documentation at docs.espressif.com](https://docs.espressif.com/projects/idf-component-manager/en/latest/)
13
16
- The Python Package Index project page https://pypi.org/project/idf-component-manager/
14
17
- The Component Manager section in the [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html)
0 commit comments