20 Commits

Author SHA1 Message Date
WanqQixiang 968ff042a8 CI: add astyle pre-commit hook 2026-02-03 15:30:42 +08:00
chendejin a9b088f565 examples/managed_componenet_light: update example with component v1.4.2 2025-09-28 19:48:25 +08:00
Shu Chen 43fc04889b Merge branch 'dm_provider' into 'main'
esp_matter: Add data model provider for esp_matter data model and remove upstream ember codes from esp_matter component

See merge request app-frameworks/esp-matter!1215
2025-09-02 03:15:13 +00:00
WanqQixiang 9d7ff306f6 esp_matter: Add data model provider for esp_matter data model and remove upstream ember codes from esp_matter component 2025-09-02 10:16:06 +08:00
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
shripad621git 40b0bced81 examples: Increase the chip task stack size for esp32c2. 2025-07-30 14:58:34 +05:30
Rohit 807abe17a4 components/esp-matter: Move feature creation from cluster to endpoint. 2025-06-16 15:26:01 +05:30
shripad621git 768163a9da examples: Update the button component to latest version.
- Driver specific changes for updated button component in examples.
- Updated the device_hal code for button component upgrade.
- Updated the idf_component.yml of examples to use latest version of espressif/cmake_utilities.
2025-04-11 11:43:03 +05:30
chendejin 46558eb292 examples/managed_componenet_light: update docs and esp_matter component version 1.4.0 2025-02-13 15:38:13 +08:00
chendejin 125d41b732 examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS 2024-12-27 14:26:05 +08:00
chendejin 7868b2a1b9 examples: Remove unnecessary default configs and esp32s2 configs 2024-12-23 16:34:54 +08:00
chendejin 6f69a26872 examples: Remove the same configs as the default 2024-12-19 19:52:17 +08:00
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
WanqQixiang 181962edea examples: Use esp_bsp_devkit instead of esp_bsp_generic to decrease the examples build time 2024-10-28 16:12:05 +08:00
shripad621git 704bed84cf componets/esp-matter: Fixed the esp-matter examples compilation.
- Fixed the esp-matter examples build failure due to
  espressif/esp_diag_data_store component version update.
- Added a idf_component.yml in components/esp_matter
  to pin the required version of the component.
2024-10-11 15:22:18 +05:30
Rohit Jadhav 1bc18a1f5c Update chip submodule to latest master 2024-08-29 17:25:04 +05:30
chendejin df37795de0 examples: Added MRP configs for Thread device 2024-05-31 10:12:11 +08:00
Yuan Ming Fu 7ef1f5e13a example: use 26MHz XTAL default on esp32-c2 2024-05-07 19:28:22 +08:00
chendejin f4bc6b8dfa Add light example with esp_matter component. 2024-04-23 19:14:39 +08:00