kopia lustrzana https://github.com/espressif/esp-idf
58 wiersze
989 B
Plaintext
58 wiersze
989 B
Plaintext
#
|
|
# libsodium
|
|
#
|
|
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
|
|
# end of libsodium
|
|
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# mbedTLS
|
|
#
|
|
|
|
CONFIG_MBEDTLS_CMAC_C=y
|
|
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
|
|
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
|
|
# end of TLS Key Exchange Methods
|
|
|
|
CONFIG_MBEDTLS_ECJPAKE_C=y
|
|
# end of mbedTLS
|
|
|
|
#
|
|
# OpenThread
|
|
#
|
|
CONFIG_OPENTHREAD_ENABLED=y
|
|
CONFIG_OPENTHREAD_BORDER_ROUTER=y
|
|
# end of OpenThread
|
|
|
|
#
|
|
# lwIP
|
|
#
|
|
CONFIG_LWIP_IPV6_FORWARD=y
|
|
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
|
|
CONFIG_LWIP_MULTICAST_PING=y
|
|
CONFIG_LWIP_NETIF_STATUS_CALLBACK=y
|
|
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
|
|
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
|
|
# end of lwIP
|
|
|
|
#
|
|
# mDNS
|
|
#
|
|
CONFIG_MDNS_STRICT_MODE=y
|
|
# end of mDNS
|
|
|
|
#
|
|
# ESP System Settings
|
|
#
|
|
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3584
|
|
# end of ESP System Settings
|