Commit Graph

12 Commits

Author SHA1 Message Date
WanqQixiang 06afbf48f9 example: configure the max dynamic endpoint count for all the examples 2025-08-29 16:27:26 +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
liyashuai f83eff6e51 example/thread_border_router: add ota function for otbr example 2025-07-29 12:30:34 +08:00
Rohit 807abe17a4 components/esp-matter: Move feature creation from cluster to endpoint. 2025-06-16 15:26:01 +05:30
WanqQixiang ae2fe19628 pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest 2025-05-28 14:17:57 +08:00
WanqQixiang e046a1299a example: Fix Thread Border Router Management delegate initialization 2025-05-20 17:12:07 +08:00
Shu Chen badac88030 Merge branch 'factory-reset' into 'main'
components/esp_matter_console: add the "matter esp factoryreset"

See merge request app-frameworks/esp-matter!984
2024-12-27 14:25:46 +08:00
Shubham Patil 9575c13b12 examples: add the register factoryreset command in examples 2024-12-27 11:08:02 +05:30
chendejin 7868b2a1b9 examples: Remove unnecessary default configs and esp32s2 configs 2024-12-23 16:34:54 +08:00
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
WangQixiang 89b00b3975 esp_matter: Add attributes in network_commissioning cluster with the feature map in cluster config 2024-09-26 10:57:36 +08:00
WanqQixiang 0b13dbb216 esp_matter: Add thread border router management support and thread border router example 2024-09-19 17:07:39 +08:00