Files
esp-box/examples/usb_headset/sdkconfig.defaults
T

45 lines
728 B
Plaintext

CONFIG_IDF_TARGET="esp32s3"
#
# Board Options
#
CONFIG_FREERTOS_HZ=1000
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ=240
# CONFIG_BSP_TOUCH_BUTTON is not set
#
# LVGL
#
CONFIG_LV_CONF_SKIP=y
CONFIG_LV_USE_GIF=y
CONFIG_LV_COLOR_16_SWAP=y
CONFIG_LV_MEM_CUSTOM=y
#
#PSRAM
#
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_SPEED_80M=y
CONFIG_SPIRAM_MODE_OCT=y
#
# Partition Table
#
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
#
# Data cache
#
CONFIG_ESP32S3_INSTRUCTION_CACHE_32KB=y
CONFIG_ESP32S3_DATA_CACHE_64KB=y
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
# BSP
CONFIG_BSP_LCD_DRAW_BUF_HEIGHT=10