Skip to content

Update defconfig.esp32c6 #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/defconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
# Do not use minimal mDNS within Matter Core
CONFIG_USE_MINIMAL_MDNS=n
# Changes Matter Memory Allocation Mode to use the default malloc() that can use PSRAM is enabled
CONFIG_ESP_MATTER_MEM_ALLOC_MODE_DEFAULT=y
# Disable default mode that only allocates memory from DRAM
CONFIG_ESP_MATTER_MEM_ALLOC_MODE_INTERNAL=n

#TinyUSB Config
CONFIG_TINYUSB_CDC_MAX_PORTS=2
Expand Down
3 changes: 3 additions & 0 deletions configs/defconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=n
# increase the maximum number of endpoints per device
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32

2 changes: 2 additions & 0 deletions configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ CONFIG_ENABLE_MATTER_OVER_THREAD=y
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
# increase the maximum number of endpoints per device
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32

#
# Zigbee
Expand Down
3 changes: 3 additions & 0 deletions configs/defconfig.esp32s3
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=y
# increase the maximum number of endpoints per device
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=32