Skip to content

feat(matter): removes CHIPOBLE to manage it case by case #303

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

Open
wants to merge 32 commits into
base: release/v5.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
64c03fd
feat(matter): removes CHIPOBLE to manage it case by case
SuGlider Jun 24, 2025
ad99680
feat(matter): Update defconfig.esp32
SuGlider Jun 25, 2025
cab2b42
feat(matter): Update defconfig.esp32c3
SuGlider Jun 25, 2025
ab99173
feat(matter): Update defconfig.esp32s2
SuGlider Jun 25, 2025
0d1fe99
feat(matter): Update defconfig.esp32s3
SuGlider Jun 25, 2025
57d918e
feat(matter): Update defconfig.esp32c6
SuGlider Jun 25, 2025
69ad6e8
feat(matter): Update defconfig.esp32c5
SuGlider Jun 25, 2025
804e957
feat(matter): Update defconfig.esp32h2
SuGlider Jun 25, 2025
2e8d3be
feat(matter): enable Matter for H2 - Update idf_component.yml
SuGlider Jun 25, 2025
c411b80
feat(matter): disable Matter over WiFi - Update defconfig.esp32h2
SuGlider Jun 25, 2025
6b6ab42
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
87aefa5
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
3f14c1f
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
dfc54a5
fix(matter): openthread option
SuGlider Jun 25, 2025
77c7ff0
fix(matter): openthread option
SuGlider Jun 25, 2025
69a355c
fix(matter): openthread option
SuGlider Jun 25, 2025
8fcd509
Update defconfig.esp32c6
SuGlider Jun 25, 2025
5c15b9a
fix(matter): openthread option
SuGlider Jun 25, 2025
45d62bf
fix(matter): openthread option
SuGlider Jun 25, 2025
98e5e84
fix(matter): openthread option
SuGlider Jun 25, 2025
8ab2f8f
feat(matter): leave thread endpoint not defined
SuGlider Jun 25, 2025
af50c0f
feat(matter): enable full mDNS for Matter
SuGlider Jun 25, 2025
3c77200
fix(matter): downgrading C5 to manual WiFi only
SuGlider Jun 26, 2025
c642b21
fix(matter): C5 uses WiFi Manual Set for Matter
SuGlider Jun 26, 2025
883d842
fix(matter): restore C6 matter configuration
SuGlider Jun 26, 2025
5190c32
fix(matter): set different networking cluster EPid for WiFi and Thread
SuGlider Jun 26, 2025
1c8cd65
fix(matter): nimble evt buf
SuGlider Jun 27, 2025
8c21130
feat(matter): ESP32C5 doesn't work with Matter 1.4
SuGlider Jun 27, 2025
86982f2
feat(matter): ESP32C5 doesn't work with Matter 1.4
SuGlider Jun 27, 2025
e275aab
feat(matter): testing main branch for the C5
SuGlider Jun 27, 2025
586ee4c
fix(matter): including C5
SuGlider Jun 27, 2025
3b44162
feat(matter): testing C5 with matter master branch
SuGlider Jun 27, 2025
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
3 changes: 2 additions & 1 deletion configs/defconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,13 @@ CONFIG_I2S_ISR_IRAM_SAFE=y
# Matter Settings
#
# Disable Matter BLE
CONFIG_ENABLE_CHIPOBLE=n
CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
# ESP Insights
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
# Use compact attribute storage mode
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
# Do not use minimal mDNS within Matter Core
CONFIG_USE_MINIMAL_MDNS=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 @@ -20,3 +20,6 @@ CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y
CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=n
3 changes: 3 additions & 0 deletions configs/defconfig.esp32c3
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ CONFIG_ESP_WIFI_SCAN_CACHE=y
CONFIG_ESP_WIFI_MBO_SUPPORT=y
CONFIG_ESP_WIFI_11R_SUPPORT=y
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=y
8 changes: 6 additions & 2 deletions configs/defconfig.esp32c5
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
# end of OpenThread

# Matter shall use only WiFi
CONFIG_ENABLE_MATTER_OVER_THREAD=n
# Matter settings: WiFi and OpenThread + CHIPoBLE
CONFIG_ENABLE_CHIPOBLE=y
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

#
# Zigbee
Expand Down
8 changes: 6 additions & 2 deletions configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
# end of OpenThread

# Matter shall use only WiFi
CONFIG_ENABLE_MATTER_OVER_THREAD=n
# Matter settings: WiFi and OpenThread + CHIPoBLE
CONFIG_ENABLE_CHIPOBLE=y
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

#
# Zigbee
Expand Down
7 changes: 7 additions & 0 deletions configs/defconfig.esp32h2
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
# end of OpenThread

# Matter settings: OpenThread + CHIPoBLE
CONFIG_ENABLE_CHIPOBLE=y
CONFIG_ENABLE_MATTER_OVER_THREAD=y
# Disable Matter over WiFi
CONFIG_ENABLE_WIFI_AP=n
CONFIG_ENABLE_WIFI_STATION=n

#
# Zigbee
#
Expand Down
3 changes: 3 additions & 0 deletions configs/defconfig.esp32s2
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ CONFIG_ULP_COPROC_ENABLED=y
CONFIG_ULP_COPROC_TYPE_FSM=y
# CONFIG_ULP_COPROC_TYPE_RISCV=y
CONFIG_ULP_COPROC_RESERVE_MEM=512

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=n
3 changes: 3 additions & 0 deletions configs/defconfig.esp32s3
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ CONFIG_ULP_COPROC_RESERVE_MEM=512
# RGB Display Optimizations
# CONFIG_LCD_RGB_ISR_IRAM_SAFE is not set
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y

# Matter settings:
CONFIG_ENABLE_CHIPOBLE=y
5 changes: 3 additions & 2 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies:
rules:
- if: "target in [esp32s3]"
espressif/esp_matter:
version: "1.4.1"
version: "main"
git: https://github.com/espressif/esp-matter.git
require: public
rules:
- if: "target not in [esp32c2, esp32h2, esp32p4]"
- if: "target not in [esp32c2, esp32p4]"
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy