mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
|
CONFIG_ESP_TASK_WDT_EN=n
|
|
|
|
# FATFS
|
|
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=4096
|
|
|
|
# SPI flash
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHMODE="qio"
|
|
CONFIG_EXAMPLE_TEST_SPIFLASH=y
|
|
|
|
# SD card
|
|
CONFIG_EXAMPLE_TEST_SD_CARD=n
|