mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
|
CONFIG_ESP_TASK_WDT_EN=n
|
|
|
|
# FATFS
|
|
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=4096
|
|
|
|
# LittleFS
|
|
CONFIG_LITTLEFS_SDMMC_SUPPORT=y
|
|
|
|
# SPI flash
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHMODE="qio"
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|