mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
- Update `esp-nn` to v1.0.2 - Update `esp32-camera` to v2.0.6 - Updated `tflite-micro-esp-examples` (The repo got renamed to `esp-tflite-micro ` and the folder structure got cleaned up).
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
[submodule "code/components/esp32-camera"]
|
|
path = code/components/esp32-camera
|
|
url = https://github.com/espressif/esp32-camera.git
|
|
[submodule "code/components/esp-nn"]
|
|
path = code/components/esp-nn
|
|
url = https://github.com/espressif/esp-nn.git
|
|
[submodule "code/components/esp-tflite-micro"]
|
|
path = code/components/esp-tflite-micro
|
|
url = https://github.com/espressif/esp-tflite-micro.git
|
|
[submodule "code/components/stb"]
|
|
path = code/components/stb
|
|
url = https://github.com/nothings/stb.git
|