Skip to content

Commit c516870

Browse files
committed
switch camera to use the no-ota partition scheme
this gives us a comfortable few hundred kB flash space left for the app 1398912 bytes used, 763776 bytes free in flash firmware space out of 2162688 bytes (2112.0kB).
1 parent 9edd895 commit c516870

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ports/espressif/boards/adafruit_esp32s3_camera/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ IDF_TARGET = esp32s3
88
CIRCUITPY_ESP_FLASH_MODE = dio
99
CIRCUITPY_ESP_FLASH_FREQ = 40m
1010
CIRCUITPY_ESP_FLASH_SIZE = 4MB
11+
FLASH_SDKCONFIG = esp-idf-config/sdkconfig-4MB-no-ota.defaults
1112

1213
CIRCUITPY_AUDIOBUSIO = 0
1314
CIRCUITPY_CANIO = 0

ports/espressif/boards/adafruit_esp32s3_camera/sdkconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,16 @@ CONFIG_SPIRAM_MEMTEST=y
4747
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
4848
# end of LWIP
4949

50+
# CONFIG_OV7670_SUPPORT is not set
51+
# CONFIG_NT99141_SUPPORT is not set
52+
CONFIG_OV3360_SUPPORT=n
53+
# CONFIG_OV2640_SUPPORT is not set
54+
CONFIG_OV5640_SUPPORT=y
55+
# CONFIG_GC2145_SUPPORT is not set
56+
# CONFIG_GC032A_SUPPORT is not set
57+
# CONFIG_GC0308_SUPPORT is not set
58+
# CONFIG_BF3005_SUPPORT is not set
59+
# CONFIG_BF20A6_SUPPORT is not set
60+
# CONFIG_SC101IOT_SUPPORT is not set
61+
# CONFIG_SC030IOT_SUPPORT is not set
5062
# end of Component config

0 commit comments

Comments
 (0)