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
132132CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
133133# Do not use minimal mDNS within Matter Core
134134CONFIG_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
137141CONFIG_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
2323
2424# Matter settings:
2525CONFIG_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
5050# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
5151CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
5252CONFIG_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
Original file line number Diff line number Diff line change @@ -29,3 +29,6 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
2929
3030# Matter settings:
3131CONFIG_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