mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
36 lines
584 B
Plaintext
36 lines
584 B
Plaintext
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_PARTITION_TABLE_MD5=y
|
|
# end of Partition Table
|
|
|
|
#
|
|
# Serial flasher config
|
|
#
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
# end of Serial flasher config
|
|
|
|
#
|
|
# Event
|
|
#
|
|
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
|
|
#end of Event
|
|
|
|
|
|
#
|
|
# Zigbee
|
|
#
|
|
CONFIG_ZB_ENABLED=y
|
|
CONFIG_ZB_ZCZR=y
|
|
# end of Zigbee
|
|
|
|
#
|
|
# ESP Zigbee gateway RCP update
|
|
#
|
|
CONFIG_AUTO_UPDATE_RCP=n
|
|
# end of ESP Zigbee gateway RCP update
|