File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132
132
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
133
133
# Do not use minimal mDNS within Matter Core
134
134
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
135
139
136
140
#TinyUSB Config
137
141
CONFIG_TINYUSB_CDC_MAX_PORTS=2
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096
23
23
24
24
# Matter settings:
25
25
CONFIG_ENABLE_CHIPOBLE=n
26
+ # increase the maximum number of endpoints per device
27
+ CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
28
+
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ CONFIG_ENABLE_MATTER_OVER_THREAD=y
50
50
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
51
51
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
52
52
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
53
+ # increase the maximum number of endpoints per device
54
+ CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
53
55
54
56
#
55
57
# Zigbee
Original file line number Diff line number Diff line change @@ -29,3 +29,6 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
29
29
30
30
# Matter settings:
31
31
CONFIG_ENABLE_CHIPOBLE=y
32
+ # increase the maximum number of endpoints per device
33
+ CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32
34
+
You can’t perform that action at this time.
0 commit comments