34 lines
829 B
Plaintext
34 lines
829 B
Plaintext
CONFIG_IDF_TARGET="esp32s3"
|
|
|
|
# ESP32-S3 N8R8: 8MB flash, 8MB OPI PSRAM
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_MODE_OCT=y
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
CONFIG_SPIRAM_USE_MALLOC=y
|
|
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
|
|
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y
|
|
CONFIG_LWIP_MAX_SOCKETS=16
|
|
|
|
# Camera + HTTP stream need a bit more stack room
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
|
|
CONFIG_SCCB_HARDWARE_I2C_PORT0=y
|
|
CONFIG_OV5640_SUPPORT=y
|
|
CONFIG_OV3660_SUPPORT=y
|
|
CONFIG_OV2640_SUPPORT=y
|
|
|
|
CONFIG_HTTPD_WS_SUPPORT=y
|
|
|
|
# I2C slave driver v2 (FIFO callbacks — reliable with MicroPython mem ops)
|
|
CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2=y
|