Skip to content

esp-dl as managed component #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Gets esp-dl managed component from GH master
  • Loading branch information
SuGlider authored Nov 10, 2023
commit 41e497dc596efbb8ec6e5107dc1c13ac8628e39e
5 changes: 3 additions & 2 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies:
# Required IDF version
idf: ">=5.1"
require: public
espressif/esp32-camera:
version: "*"
git: https://github.com/espressif/esp32-camera.git
Expand All @@ -9,8 +10,8 @@ dependencies:
version: ">=1.2.0"
require: public
espressif/esp-dl:
version: ">=2.0.0"
path: ../components/esp-dl
version: "*"
git: https://github.com/espressif/esp-dl.git
require: public
rules:
- if: "target in [esp32s3]"
Expand Down