Shu Chen
c9c97069fa
Merge branch 'esp-matter/add_esp32c61_support' into 'main'
...
Target: add esp32c61 support
See merge request app-frameworks/esp-matter!1241
2025-10-16 09:32:21 +00:00
mahesh
11da871f81
components/esp_matter: Remove inconsistencies in the namespaces
2025-10-03 16:24:56 +05:30
liyashuai
f5b2c6b8d4
Target: add esp32c61 support
2025-09-29 10:25:41 +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
shripad621git
4500815659
examples: Build and pytest failure fixes for the submodule update
...
- Fixed the h2 pytest failure by adding the timedInteractionTimeoutMs in the activedataset command
since spec mandates a timed interaction.
- Fixed the external platform build failure.
2025-08-21 15:32:13 +05:30
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
Hrishikesh Dhayagude
e8601acc51
Merge branch 'features_configuration_in_endpoint' into 'main'
...
[components/esp-matter] Remove features parameter from cluster::creater() API.
See merge request app-frameworks/esp-matter!1146
2025-06-26 13:55:18 +08:00
Shu Chen
4694ae9dcd
Merge branch 'esp-matter/add_esp32c5_support' into 'main'
...
[Target] Add esp32c5 support
See merge request app-frameworks/esp-matter!1171
2025-06-17 03:06:33 +00:00
Rohit
807abe17a4
components/esp-matter: Move feature creation from cluster to endpoint.
2025-06-16 15:26:01 +05:30
liyashuai
d25e5de7c9
target: add esp32c5 support
2025-06-13 19:14:18 +08:00
Hrishikesh Dhayagude
080c9e7efc
Merge branch 'bugfix/light' into 'main'
...
[examples/light] Add the missing xy feature of the color control cluster.
See merge request app-frameworks/esp-matter!1165
2025-06-10 17:54:47 +08:00
Rohit
640d5d8dc5
[led_driver] Add XY color control support and update app_driver of light example to handle CurrentX and CurrentY attributes
2025-06-05 10:53:59 +05:30
shripad621git
fbe182028f
connectedhomeip: Update the connectedhomeip submodule to d144bbbaae.
...
- Updated the chip submodule to include TE2 updates.
- Removed emberAfCallbacks for ota-provider-cluster.
- Included the static-cluster-config file for ota-provider-cluster.
- Added mandatory commands for operational-credentials-cluster.
- Updated the cluster revisions for descriptor, basic-info and opcreds cluster.
- Fixed the ota-provider-app compilation.
2025-05-30 09:54:00 +05:30
Rohit
81ffb5b252
[examples/light] Add the missing xy feature of the color control cluster
...
Fixes: https://github.com/espressif/esp-matter/issues/1434 .
2025-05-28 14:35:32 +05:30
shripad621git
ab45deafd9
tools/jenkins: Added support for heap memory numbers in all_device_types app
2025-05-20 10:50:55 +05:30
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
Shu Chen
fbdd375b64
Merge branch 'example/update_light_wifi_prov' into 'main'
...
example: update light_wifi_prov to use network_provisioning and add thread support for it
See merge request app-frameworks/esp-matter!1071
2025-05-09 10:31:01 +08:00
shripad621git
9ec04c4a87
.gitlab-ci.yml: Post heap memory numbers in the MR description.
...
- Added a parser script to parse heap memory numbers from pytests.
- Added provision to post the heap memory numbers in MR description.
2025-04-28 08:41:59 +05:30
Rohit Jadhav
3d3b093bec
esp-matter/features: Add features as config in the cluster structure.
2025-04-24 12:52:37 +05:30
WanqQixiang
bd3f00bbd2
connectedhomeip: Update connectedhomeip submodule to f6c3c8382
2025-04-24 14:42:13 +08:00
shripad621git
0bbe3c3844
examples: Relinker changes for esp32c2 idf v5.4.1.
...
- Added the relinker files for esp-idf v5.4.1 for esp32c2.
2025-04-11 11:43:22 +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
WanqQixiang
6cdb7a3c02
esp-matter: Add menuconfig options to exclude unused clusters for flash optimization
2025-03-25 14:36:28 +08:00
chendejin
3bd14ffb60
revert 41ec0e2943
2025-03-19 12:16:45 +08:00
Li Ya Shuai
4645aa0604
examples: add custom certification declaration example in light example
2025-02-11 20:10:56 +08:00
Shubham Patil
9d11f25a77
examples: use id based APIs to get endpoint, cluster, attribute handle
2025-01-17 14:36:36 +05:30
Shu Chen
4d82fb7472
Merge branch 'examples/remove_mrp_configs' into 'main'
...
examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS
See merge request app-frameworks/esp-matter!993
2024-12-27 14:28:48 +08:00
chendejin
125d41b732
examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS
2024-12-27 14:26:05 +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
chendejin
6f69a26872
examples: Remove the same configs as the default
2024-12-19 19:52:17 +08:00
WanqQixiang
6f5da35df5
submodule: update to 43aa98c2d3 to support ESP32-P4
2024-12-17 10:45:48 +08:00
Shu Chen
82419a3e78
Merge branch 'update/idf_version_5.2.2' into 'main'
...
idf: update idf version 5.2.3
See merge request app-frameworks/esp-matter!827
2024-11-12 10:03:32 +08:00
YuanMingFu
d96280a5cc
idf: update version to v5.2.3
2024-11-11 20:53:36 +08:00
chendejin
825bd4a91c
examples/light: Added secondary network interface for esp32c6 light
2024-11-05 14:24: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
Hrishikesh Dhayagude
22fad1243b
Merge branch 'fix_io_num_c6' into 'main'
...
Fix the boot button and LED not working in C6 thread example from launchpad
See merge request app-frameworks/esp-matter!852
2024-08-30 14:38:20 +08:00
Rohit Jadhav
1bc18a1f5c
Update chip submodule to latest master
2024-08-29 17:25:04 +05:30
Shubham Patil
4bc99f6db8
examples: Fix the sequence of sdkconfig loading
2024-08-23 10:15:39 +05:30
mahesh
699d8d0f78
examples: simplified attribute retrieval api
2024-08-20 16:58:59 +05:30
Rohit Jadhav
7e80758817
CHIP-submodule: Update connectedhomeip submodule to commit 0460715589413cb32e32f1626e43ad8000b84f2d
2024-08-13 19:49:57 +08:00
Pavel Borcin
536ea2956c
change light_switch example to use bsp, remove unused esp32s3 defaults
2024-06-04 16:36:46 +02:00
chendejin
df37795de0
examples: Added MRP configs for Thread device
2024-05-31 10:12:11 +08:00
Pavel Borcin
faae30a1c2
examples/light: Fix the issue of on-board LED not turning off
2024-05-29 14:05:17 +08:00
Shripad Deshpande
9783e126b9
Fix the local build for external platform in case of light example
2024-05-13 20:02:12 +08:00
Shu Chen
4575995c5b
Merge branch 'fix_relative_paths' into 'main'
...
Fix building examples if placed outside the repo
See merge request app-frameworks/esp-matter!729
2024-05-09 16:18:34 +08:00