Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46e4060

Browse files
authoredSep 25, 2024··
feat(matter): revert changes
1 parent 5f3b994 commit 46e4060

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed
 

‎configs/defconfig.esp32s3

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -17,51 +17,3 @@ CONFIG_ULP_COPROC_ENABLED=y
1717
CONFIG_ULP_COPROC_TYPE_FSM=y
1818
# CONFIG_ULP_COPROC_TYPE_RISCV=y
1919
CONFIG_ULP_COPROC_RESERVE_MEM=512
20-
21-
# Matter Configuration
22-
23-
#
24-
# mbedTLS
25-
#
26-
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
27-
CONFIG_MBEDTLS_ECJPAKE_C=y
28-
# Enable HKDF in mbedtls
29-
CONFIG_MBEDTLS_HKDF_C=y
30-
# libsodium
31-
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
32-
# end of mbedTLS
33-
34-
35-
#
36-
# lwIP
37-
#
38-
CONFIG_LWIP_MULTICAST_PING=y
39-
CONFIG_LWIP_BROADCAST_PING=y
40-
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
41-
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
42-
# CONFIG_LWIP_IPV6_AUTOCONFIG=y
43-
# Increase LwIP IPv6 address number to 8 (MAX_FABRIC + 1)
44-
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
45-
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
46-
47-
#
48-
# Other
49-
#
50-
51-
# Disable Matter BLE
52-
CONFIG_ENABLE_CHIPOBLE=n
53-
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
54-
55-
# ESP Insights
56-
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
57-
58-
# Use minimal mDNS
59-
# CONFIG_USE_MINIMAL_MDNS=y
60-
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
61-
62-
# FreeRTOS should use legacy API
63-
# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
64-
65-
# Use compact attribute storage mode
66-
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
67-

0 commit comments

Comments
 (0)
Please sign in to comment.