circuitpython/ports/espressif/boards/espressif_esp32_eye/sdkconfig

36 lines
614 B
Plaintext

#
# Espressif IoT Development Framework Configuration
#
#
# Component config
#
#
# Hardware Settings
#
#
# Sleep Config
#
CONFIG_ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND=y
# end of Sleep Config
# end of Hardware Settings
#
# Camera configuration
#
CONFIG_OV7670_SUPPORT=y
CONFIG_NT99141_SUPPORT=y
CONFIG_OV2640_SUPPORT=y
CONFIG_GC2145_SUPPORT=y
CONFIG_GC032A_SUPPORT=y
CONFIG_GC0308_SUPPORT=y
CONFIG_BF3005_SUPPORT=y
CONFIG_BF20A6_SUPPORT=y
CONFIG_SC030IOT_SUPPORT=y
CONFIG_GC_SENSOR_SUBSAMPLE_MODE=y
# end of Camera configuration
# end of Component config
# end of Espressif IoT Development Framework Configuration