Skip to content

Commit df8c4c0

Browse files
authored
Merge pull request #308 from espressif/matter_incerased_max_num_endpoints
Update defconfig.esp32c6
2 parents 76d7cb3 + 943466c commit df8c4c0

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

configs/defconfig.common

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132132
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
133133
# Do not use minimal mDNS within Matter Core
134134
CONFIG_USE_MINIMAL_MDNS=n
135+
# Changes Matter Memory Allocation Mode to use the default malloc() that can use PSRAM is enabled
136+
CONFIG_ESP_MATTER_MEM_ALLOC_MODE_DEFAULT=y
137+
# Disable default mode that only allocates memory from DRAM
138+
CONFIG_ESP_MATTER_MEM_ALLOC_MODE_INTERNAL=n
135139

136140
#TinyUSB Config
137141
CONFIG_TINYUSB_CDC_MAX_PORTS=2

configs/defconfig.esp32

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096
2323

2424
# Matter settings:
2525
CONFIG_ENABLE_CHIPOBLE=n
26+
# increase the maximum number of endpoints per device
27+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
28+

configs/defconfig.esp32c6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ CONFIG_ENABLE_MATTER_OVER_THREAD=y
5050
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5151
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5252
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
53+
# increase the maximum number of endpoints per device
54+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
5355

5456
#
5557
# Zigbee

configs/defconfig.esp32s3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
2929

3030
# Matter settings:
3131
CONFIG_ENABLE_CHIPOBLE=y
32+
# increase the maximum number of endpoints per device
33+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
34+

0 commit comments

Comments
 (0)