Commit Graph

10 Commits

Author SHA1 Message Date
Shu Chen 157245702e Merge branch 'controller/group_data_listener_v142' into 'release/v1.4.2'
controller: Initialize group data provider listener when initializing the controller instance (v1.4.2)

See merge request app-frameworks/esp-matter!1251
2025-09-24 02:11:12 +00:00
Rohit 6819c6fe61 Disable chip shell on light_network_prov to save flash. 2025-09-22 11:27:40 +05:30
WanqQixiang c86d62d90a controller: Initialize group data provider listener when initializing the controller instance 2025-09-18 15:57:51 +08:00
WanqQixiang 06afbf48f9 example: configure the max dynamic endpoint count for all the examples 2025-08-29 16:27:26 +08:00
WanqQixiang 9f32d0639f example: Fix the Thread dns-sd advertisement and add rainmaker&Matter sync for light-network-prov example 2025-08-19 19:10:14 +08:00
Shubham Patil a5a1a4d7bd examples: remove redundant C++ standard setting in main component
All examples already set the C++ standard in the project-level
CMakeLists.txt. The main component redundantly sets it again.
As per the ESP-IDF C++ support guide, a component should only
override the C++ version if it intends to use a different one.
We want to keep a consistent version across the project, so
the redundant setting is removed.
2025-08-13 11:03:12 +05:30
Rohit 807abe17a4 components/esp-matter: Move feature creation from cluster to endpoint. 2025-06-16 15:26:01 +05:30
WanqQixiang 597326ff3f example: Fix custom mfg data setting and add rainmaker ble adv refresh for light_network_prov example 2025-05-13 16:58:12 +08:00
Hrishikesh Dhayagude c5cbd5a081 Merge branch 'fix/features' into 'main'
esp-matter/features: Add features as config in the cluster structure.

See merge request app-frameworks/esp-matter!1002
2025-05-13 12:13:45 +08:00
WanqQixiang 850bd16974 example: update light_wifi_prov to use network_provisioning and add thread support for it 2025-04-27 17:26:29 +08:00