-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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).
- Loading branch information
Showing
10 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule esp-nn
updated
5 files
+24 −25 | src/basic_math/esp_nn_add_s8_esp32s3.S | |
+11 −6 | src/basic_math/esp_nn_mul_s8_esp32s3.S | |
+1 −1 | src/common/common_functions.h | |
+11 −0 | tests/include/test_utils.h | |
+68 −9 | tests/src/basic_math_test.c |
Submodule esp-tflite-micro
added at
13f26b
Submodule esp32-camera
updated
21 files
+3 −6 | .github/workflows/build.yml | |
+20 −14 | CMakeLists.txt | |
+21 −35 | README.md | |
+0 −4 | component.mk | |
+6 −2 | driver/cam_hal.c | |
+0 −11 | examples/Makefile | |
+2 −4 | examples/camera_example/CMakeLists.txt | |
+3 −0 | examples/camera_example/main/CMakeLists.txt | |
+5 −0 | examples/camera_example/main/idf_component.yml | |
+0 −0 | examples/camera_example/main/take_picture.c | |
+0 −0 | examples/camera_example/sdkconfig.defaults | |
+0 −3 | examples/main/CMakeLists.txt | |
+0 −5 | examples/main/component.mk | |
+3 −0 | idf_component.yml | |
+6 −0 | sensors/bf20a6.c | |
+6 −2 | sensors/gc0308.c | |
+117 −3 | sensors/private_include/sc031gs_settings.h | |
+10 −12 | sensors/sc031gs.c | |
+1 −1 | target/esp32/ll_cam.c | |
+1 −1 | target/esp32s2/ll_cam.c | |
+1 −1 | target/esp32s3/ll_cam.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tflite-micro-esp-examples
deleted from
1ccd7e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters