diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-09-21 16:16:13 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-09-21 16:16:13 +0200 |
| commit | 98ca9169f2518796ef62bba55f2e58623d076b37 (patch) | |
| tree | e982e614ea5774c2a2959758a16f934e97b3c269 /firmware/src/main/idf_component.yml | |
| parent | cce1d1606b87f572cfe5bb7b740d30d416685b2c (diff) | |
| download | desk-andon-98ca9169f2518796ef62bba55f2e58623d076b37.tar.gz desk-andon-98ca9169f2518796ef62bba55f2e58623d076b37.zip | |
Add v-cut separated dual usb board
Diffstat (limited to 'firmware/src/main/idf_component.yml')
| -rw-r--r-- | firmware/src/main/idf_component.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/src/main/idf_component.yml b/firmware/src/main/idf_component.yml new file mode 100644 index 0000000..f17b35f --- /dev/null +++ b/firmware/src/main/idf_component.yml @@ -0,0 +1,16 @@ +## IDF Component Manager Manifest File +dependencies: + ## Required IDF version + idf: + version: ">=4.1.0" + # # Put list of dependencies here + # # For components maintained by Espressif: + # component: "~1.0.0" + # # For 3rd party components: + # username/component: ">=1.0.0,<2.0.0" + # username2/component2: + # version: "~1.0.0" + # # For transient dependencies `public` flag can be set. + # # `public` flag doesn't have an effect dependencies of the `main` component. + # # All dependencies of `main` are public by default. + # public: true |
