Skip to content

Commit f9c499d

Browse files
authored
Update sdkconfig.defaults.esp32c6
1 parent bfe69c6 commit f9c499d

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

examples/espidf-arduino-matter-light/sdkconfig.defaults.esp32c6

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,5 @@
11
CONFIG_IDF_TARGET="esp32c6"
22

3-
# Arduino Settings
4-
CONFIG_FREERTOS_HZ=1000
5-
CONFIG_AUTOSTART_ARDUINO=y
6-
7-
# Log Levels
8-
# Boot Messages - Log level
9-
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
10-
# Arduino Log Level
11-
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_INFO=y
12-
# IDF Log Level
13-
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
14-
15-
# Default to 921600 baud when flashing and monitoring device
16-
CONFIG_ESPTOOLPY_BAUD_921600B=y
17-
CONFIG_ESPTOOLPY_BAUD=921600
18-
CONFIG_ESPTOOLPY_COMPRESSED=y
19-
CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y
20-
CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
21-
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
22-
23-
#enable BT
24-
CONFIG_BT_ENABLED=y
25-
CONFIG_BT_NIMBLE_ENABLED=y
26-
27-
#disable BT connection reattempt
28-
CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT=n
29-
30-
#enable lwip ipv6 autoconfig
31-
CONFIG_LWIP_IPV6_AUTOCONFIG=y
32-
33-
# Use a custom partition table
34-
CONFIG_PARTITION_TABLE_CUSTOM=y
35-
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
36-
CONFIG_PARTITION_TABLE_OFFSET=0xC000
37-
38-
# Disable chip shell
39-
CONFIG_ENABLE_CHIP_SHELL=n
40-
41-
# Enable OTA Requestor
42-
CONFIG_ENABLE_OTA_REQUESTOR=n
43-
44-
#enable lwIP route hooks
45-
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
46-
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
47-
48-
# disable softap by default
49-
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=n
50-
CONFIG_ENABLE_WIFI_STATION=y
51-
CONFIG_ENABLE_WIFI_AP=n
52-
53-
# Disable DS Peripheral
54-
CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL=n
55-
56-
# Use compact attribute storage mode
57-
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
58-
59-
# Enable HKDF in mbedtls
60-
CONFIG_MBEDTLS_HKDF_C=y
61-
62-
# Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1)
63-
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
64-
CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
65-
663
# libsodium
674
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
685

0 commit comments

Comments
 (0)