From 7a5abd323505847a0b6f6a653ff1684661ac58aa Mon Sep 17 00:00:00 2001 From: Kaze <89641145+ShiinaKaze@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:35:02 +0800 Subject: [PATCH 1/4] Update README.md (#148) According to AI-Thinker officials, the ESP32-2 is a module and not a CPU, so it was changed to the ESP32. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff03fd..c645581 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ To select the right board use the table below and use the configuration that is | Board | Image | CPU | SRAM | Flash | PSRAM | Camera | | Site | |--- |--- |--- |--- |--- | --- |--- |--- |--- | | Espressif ESP32-Wrover CAM | ![img](assets/boards/esp32-wrover-cam.jpg) | ESP32 | 520KB | 4Mb | 4MB | OV2640 | | | -| AI-Thinker ESP32-CAM | ![img](assets/boards/ai-thinker-esp32-cam-ipex.jpg) ![img](assets/boards/ai-thinker-esp32-cam.jpg) | ESP32-S | 520KB | 4Mb | 4MB | OV2640 | | [https://docs.ai-thinker.com/esp32-cam](https://docs.ai-thinker.com/esp32-cam) | +| AI-Thinker ESP32-CAM | ![img](assets/boards/ai-thinker-esp32-cam-ipex.jpg) ![img](assets/boards/ai-thinker-esp32-cam.jpg) | ESP32 | 520KB | 4Mb | 4MB | OV2640 | | [https://docs.ai-thinker.com/esp32-cam](https://docs.ai-thinker.com/esp32-cam) | | Espressif ESP-EYE | ![img](assets/boards/espressif-esp-eye.jpg) | ESP32 | 520KB | 4Mb | 4MB | OV2640 | | | | Espressif ESP-S3-EYE | ![img](assets/boards/espressif-esps3-eye.jpg) | ESP32-S3 | 520KB | 4Mb | 4MB | OV2640 | | [https://www.espressif.com/en/products/devkits/esp-eye/overview](https://www.espressif.com/en/products/devkits/esp-eye/overview) | | LilyGo camera module | ![img](assets/boards/lilygo-camera-module.jpg) | ESP32 Wrover | 520KB | 4Mb | 4MB | OV2640 / OV5640 | | | From 0eb4ddfe69dd8c216ce1b65e23ef350d3855f4dd Mon Sep 17 00:00:00 2001 From: ColdLlama <80668512+txmcse@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:15:06 -0600 Subject: [PATCH 2/4] Update README.md (#151) corrected a tiny typo from "to" to "two" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c645581..edcd053 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ cd esp32cam-rtsp ``` Next, the firmware has to be build and deployed to the ESP32. -There are to flavours to do this; using the command line or the graphical interface of Visual Studio Code. +There are two flavours to do this; using the command line or the graphical interface of Visual Studio Code. ### Using the command line From 45d08d08ce159b1485b8dd2e8ada85626656b549 Mon Sep 17 00:00:00 2001 From: Rene Date: Sun, 29 Dec 2024 11:42:17 +0100 Subject: [PATCH 3/4] Add files via upload --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..4cb3c69 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From a4c6d60279e664dba425dbe6f8d76d82d4f7c69f Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sun, 29 Dec 2024 11:45:53 +0100 Subject: [PATCH 4/4] Moved dependabot --- .github/workflows/dependabot.yml | 11 ----------- dotnet_riscv | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .github/workflows/dependabot.yml create mode 160000 dotnet_riscv diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 4cb3c69..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" diff --git a/dotnet_riscv b/dotnet_riscv new file mode 160000 index 0000000..70e3cb6 --- /dev/null +++ b/dotnet_riscv @@ -0,0 +1 @@ +Subproject commit 70e3cb657b88224d7d98e0aa8d0d8f7f9ed5c288