- initial ESP-IDF project - starting custom component (Timber) Signed-off-by: Peter Siegmund <peter@rdkr.com>
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
# Logging
|
|
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=4
|
|
CONFIG_LOG_MAXIMUM_LEVEL=4
|
|
|
|
# Flash Size
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
|
|
|
# PSRAM
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_MODE_OCT=y
|
|
|
|
# Partition
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|