mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
379 B
Plaintext
8 lines
379 B
Plaintext
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_adc_dac_example.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_adc_dac_example.csv"
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
# ADC/DAC are only supported in the legacy driver, suppress the warnings while using the legacy driver
|
|
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
|
|
CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y
|