-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp32-camera
updated
13 files
+24 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/upload_component.yml | |
+1 −9 | CMakeLists.txt | |
+0 −34 | Kconfig | |
+1 −19 | driver/cam_hal.c | |
+1 −1 | driver/esp_camera.c | |
+0 −347 | driver/sccb-ng.c | |
+0 −1 | driver/sccb.c | |
+0 −1 | examples/camera_example/main/take_picture.c | |
+1 −0 | target/esp32/ll_cam.c | |
+7 −4 | target/esp32s2/ll_cam.c | |
+63 −127 | target/esp32s3/ll_cam.c | |
+0 −18 | target/private_include/ll_cam.h |