mirror of
https://github.com/espressif/esp32-camera.git
synced 2025-07-13 07:31:34 +08:00

* maint(build): remove legacy GNU Make build system support * maint(example): move the example so that component manager finds it * maint(example): specify component dependency * maint(build): clean up legacy 'register_component' usage * maint(build): specify more fields in component manifest * doc(readme): simplify installation instructions See https://github.com/espressif/esp32-camera/issues/596 * maint(ci): remove tests for EOL versions (v4.1, v4.2) * fix(build): add missing transitive dependency on driver component
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x10000
|
|
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
|
|
CONFIG_SPIRAM_SUPPORT=y
|
|
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
|
CONFIG_ESP32S2_SPIRAM_SUPPORT=y
|
|
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
|