diff --git a/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 index 42be7ab..5e7a655 100644 --- a/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 @@ -9,3 +9,4 @@ CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_LCD_DRIVER_SCREEN_CONTROLLER_ST7789=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y +CONFIG_SPIRAM_MODE_OCT=y diff --git a/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 index e490838..ce5b43c 100644 --- a/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 @@ -8,3 +8,4 @@ CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y +CONFIG_SPIRAM_MODE_OCT=y \ No newline at end of file diff --git a/examples/human_face_detection/lcd/partitions.csv b/examples/human_face_detection/lcd/partitions.csv new file mode 100644 index 0000000..d6fdf11 --- /dev/null +++ b/examples/human_face_detection/lcd/partitions.csv @@ -0,0 +1,5 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild +factory, app, factory, 0x010000, 3840K +nvs, data, nvs, 0x3D0000, 16K +fr, 32, 32, 0x3E0000, 128K diff --git a/examples/human_face_detection/lcd/sdkconfig.defaults b/examples/human_face_detection/lcd/sdkconfig.defaults index d53e9f4..b5446f3 100644 --- a/examples/human_face_detection/lcd/sdkconfig.defaults +++ b/examples/human_face_detection/lcd/sdkconfig.defaults @@ -3,4 +3,7 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHMODE_QIO=y -CONFIG_SPIRAM_SPEED_80M=y \ No newline at end of file +CONFIG_SPIRAM_SPEED_80M=y + +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" \ No newline at end of file diff --git a/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 index 42be7ab..b95f661 100644 --- a/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 @@ -9,3 +9,5 @@ CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_LCD_DRIVER_SCREEN_CONTROLLER_ST7789=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y + +CONFIG_SPIRAM_MODE_OCT=y diff --git a/examples/human_face_detection/terminal/partitions.csv b/examples/human_face_detection/terminal/partitions.csv new file mode 100644 index 0000000..d6fdf11 --- /dev/null +++ b/examples/human_face_detection/terminal/partitions.csv @@ -0,0 +1,5 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild +factory, app, factory, 0x010000, 3840K +nvs, data, nvs, 0x3D0000, 16K +fr, 32, 32, 0x3E0000, 128K diff --git a/examples/human_face_detection/terminal/sdkconfig.defaults b/examples/human_face_detection/terminal/sdkconfig.defaults index d53e9f4..b5446f3 100644 --- a/examples/human_face_detection/terminal/sdkconfig.defaults +++ b/examples/human_face_detection/terminal/sdkconfig.defaults @@ -3,4 +3,7 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHMODE_QIO=y -CONFIG_SPIRAM_SPEED_80M=y \ No newline at end of file +CONFIG_SPIRAM_SPEED_80M=y + +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" \ No newline at end of file diff --git a/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 index e490838..1f194bb 100644 --- a/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 @@ -8,3 +8,5 @@ CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y + +CONFIG_SPIRAM_MODE_OCT=y \ No newline at end of file diff --git a/examples/human_face_recognition/lcd/sdkconfig.defaults b/examples/human_face_recognition/lcd/sdkconfig.defaults index 2b2b87f..ed577b9 100644 --- a/examples/human_face_recognition/lcd/sdkconfig.defaults +++ b/examples/human_face_recognition/lcd/sdkconfig.defaults @@ -9,4 +9,6 @@ CONFIG_SPIRAM_USE_CAPS_ALLOC=y CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" -CONFIG_S16=y \ No newline at end of file +CONFIG_S16=y +CONFIG_ESP_INT_WDT=n +CONFIG_ESP_TASK_WDT=n \ No newline at end of file diff --git a/examples/human_face_recognition/terminal/sdkconfig.defaults b/examples/human_face_recognition/terminal/sdkconfig.defaults index 2b2b87f..ed577b9 100644 --- a/examples/human_face_recognition/terminal/sdkconfig.defaults +++ b/examples/human_face_recognition/terminal/sdkconfig.defaults @@ -9,4 +9,6 @@ CONFIG_SPIRAM_USE_CAPS_ALLOC=y CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" -CONFIG_S16=y \ No newline at end of file +CONFIG_S16=y +CONFIG_ESP_INT_WDT=n +CONFIG_ESP_TASK_WDT=n \ No newline at end of file diff --git a/examples/motion_detection/lcd/sdkconfig.defaults b/examples/motion_detection/lcd/sdkconfig.defaults index d53e9f4..2b33c3d 100644 --- a/examples/motion_detection/lcd/sdkconfig.defaults +++ b/examples/motion_detection/lcd/sdkconfig.defaults @@ -3,4 +3,4 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHMODE_QIO=y -CONFIG_SPIRAM_SPEED_80M=y \ No newline at end of file +CONFIG_SPIRAM_SPEED_80M=y diff --git a/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 index 42be7ab..f34f6c7 100644 --- a/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 @@ -9,3 +9,4 @@ CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_LCD_DRIVER_SCREEN_CONTROLLER_ST7789=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y +CONFIG_SPIRAM_MODE_OCT=y \ No newline at end of file diff --git a/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 index e490838..d8033e2 100644 --- a/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 @@ -8,3 +8,4 @@ CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y +CONFIG_SPIRAM_MODE_OCT=y diff --git a/examples/motion_detection/web/partitions.csv b/examples/motion_detection/web/partitions.csv new file mode 100644 index 0000000..d6fdf11 --- /dev/null +++ b/examples/motion_detection/web/partitions.csv @@ -0,0 +1,5 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild +factory, app, factory, 0x010000, 3840K +nvs, data, nvs, 0x3D0000, 16K +fr, 32, 32, 0x3E0000, 128K diff --git a/examples/motion_detection/web/sdkconfig.defaults b/examples/motion_detection/web/sdkconfig.defaults index 62e8c55..ee201b3 100644 --- a/examples/motion_detection/web/sdkconfig.defaults +++ b/examples/motion_detection/web/sdkconfig.defaults @@ -13,3 +13,6 @@ CONFIG_ESP_TASK_WDT=n CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y CONFIG_SPIRAM_MEMTEST=n + +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" diff --git a/examples/motion_detection/web/sdkconfig.defaults.esp32s3 b/examples/motion_detection/web/sdkconfig.defaults.esp32s3 index e490838..d8033e2 100644 --- a/examples/motion_detection/web/sdkconfig.defaults.esp32s3 +++ b/examples/motion_detection/web/sdkconfig.defaults.esp32s3 @@ -8,3 +8,4 @@ CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y CONFIG_CAMERA_MODULE_ESP_S3_EYE=y CONFIG_ESPTOOLPY_NO_STUB=y CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y +CONFIG_SPIRAM_MODE_OCT=y