esp-idf-psram-msc/sdkconfig.defaults

22 lines
722 B
Text
Raw Permalink Normal View History

2024-06-12 22:11:21 +02:00
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 5.2.2 Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32s3"
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
2024-07-02 09:30:14 +02:00
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
2024-06-13 08:42:18 +02:00
CONFIG_SPIRAM=y
2024-06-13 13:09:07 +02:00
CONFIG_SPIRAM_MODE_OCT=y
2024-06-13 08:42:18 +02:00
CONFIG_SPIRAM_USE_CAPS_ALLOC=y
2024-07-02 09:30:14 +02:00
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
CONFIG_FATFS_CODEPAGE_850=y
2024-06-12 22:11:21 +02:00
CONFIG_WL_SECTOR_SIZE_512=y
CONFIG_WL_SECTOR_MODE_PERF=y
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x4001
CONFIG_TINYUSB_MSC_ENABLED=y
CONFIG_TINYUSB_CDC_ENABLED=y
2024-07-02 09:30:14 +02:00
CONFIG_USB_PSRAM_DRIVE=y