Skip to content

Commit 5ceed1d

Browse files
committed
Update idf_component.yml
Lib builder Managed Components for the top level (not in Arduino as IDF Component level). Includes only Tensor Flow and Deep Learning. All other managed component will be added to ESP32-Arduino repository.
1 parent 3a5b40c commit 5ceed1d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

main/idf_component.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
dependencies:
22
# Required IDF version
33
idf: ">=5.1"
4-
5-
mdns: "^1.1.0"
6-
chmorgan/esp-libhelix-mp3: "1.0.3"
7-
esp-dsp: "^1.3.4"
4+
espressif/esp-tflite-micro:
5+
version: ">=1.2.0"
6+
require: public
7+
espressif/esp-dl:
8+
version: ">=2.0.0"
9+
path: ../components/esp-dl
10+
require: public
11+
rules:
12+
- if: "target in [esp32, esp32s3]"
813

914
# esp-sr: "^1.3.1"
1015
# esp32-camera: "^2.0.4"

0 commit comments

Comments
 (0)