mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
#enable BT
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
|
|
#enable lwip ipv6 autoconfig
|
|
CONFIG_LWIP_IPV6_AUTOCONFIG=y
|
|
|
|
# Use a custom partition table
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
# Testing Options
|
|
CONFIG_USE_TEST_SETUP_PIN_CODE=20212020
|
|
CONFIG_USE_TEST_SETUP_DISCRIMINATOR=0xF0
|
|
|
|
# Enable chip shell
|
|
CONFIG_ENABLE_CHIP_SHELL=y
|
|
CONFIG_ESP_MATTER_CONSOLE_TASK_STACK=4096
|
|
|
|
#enable lwIP route hooks
|
|
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
|
|
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
|
|
|
|
# Increase udp endpoints num for commissioner
|
|
CONFIG_NUM_UDP_ENDPOINTS=16
|
|
|
|
# Use compact attribute storage mode
|
|
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
|
|
|
|
# Enable HKDF in mbedtls
|
|
CONFIG_MBEDTLS_HKDF_C=y
|
|
|
|
# Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1)
|
|
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
|
|
CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
|
|
|
|
# This example only use 2 dynamic endpoints
|
|
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=2
|
|
|
|
# Enable OTA provider, use TestNet
|
|
CONFIG_ESP_MATTER_OTA_PROVIDER_ENABLED=y
|
|
CONFIG_ESP_MATTER_OTA_PROVIDER_DCL_TESTNET=y
|