mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
added tflite-lib (resp. tflite-micro-esp-examples) again as submodule (master)
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -1,3 +1,12 @@
|
|||||||
[submodule "code/components/esp32-camera-master"]
|
[submodule "code/components/esp32-camera-master"]
|
||||||
path = code/components/esp32-camera-master
|
path = code/components/esp32-camera-master
|
||||||
url = https://github.com/espressif/esp32-camera.git
|
url = https://github.com/espressif/esp32-camera.git
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
[submodule "code/components/esp-nn"]
|
||||||
|
path = code/components/esp-nn
|
||||||
|
url = https://github.com/espressif/esp-nn.git
|
||||||
|
[submodule "code/components/tflite-micro-esp-examples"]
|
||||||
|
path = code/components/tflite-micro-esp-examples
|
||||||
|
url = https://github.com/espressif/tflite-micro-esp-examples.git
|
||||||
|
>>>>>>> added tflite-lib (resp. tflite-micro-esp-examples) again as submodule (master)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.13.4)
|
cmake_minimum_required(VERSION 3.13.4)
|
||||||
|
|
||||||
list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common components/tflite-micro-esp-examples/components/tflite-lib)
|
||||||
|
|
||||||
ADD_CUSTOM_COMMAND(
|
ADD_CUSTOM_COMMAND(
|
||||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/version.cpp
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/version.cpp
|
||||||
|
|||||||
1
code/components/tflite-micro-esp-examples
Submodule
1
code/components/tflite-micro-esp-examples
Submodule
Submodule code/components/tflite-micro-esp-examples added at 2a93aa3106
Reference in New Issue
Block a user