Shubham Patil
f5464e45ed
components/esp_matter_rainmaker: add missing feature map attribute to rainmaker cluster
2025-04-24 18:56:23 +05:30
Hrishikesh Dhayagude
ff052d06ab
Merge branch 'backport/destroy_method_1.3' into 'release/v1.3'
...
[v1.3]: Node Destroy method
See merge request app-frameworks/esp-matter!1107
2025-04-24 21:01:28 +08:00
Shu Chen
cfa81871e2
Merge branch 'init_identify_when_enable_endpoint_v1_3' into 'release/v1.3'
...
components/esp_matter: init identify after chip::Platform::MemoryInit (backport v1.3)
See merge request app-frameworks/esp-matter!1109
2025-04-24 11:06:28 +08:00
chendejin
8390c23cc1
components/esp_matter: init identify after chip::Platform::MemoryInit (backport)
2025-04-23 19:56:55 +08:00
Mahesh Pimpale
0fa1920c4a
Added destroy method for node
2025-04-23 15:05:31 +05:30
Shu Chen
f34b0978f0
Merge branch 'factory-reset-v-1-3' into 'release/v1.3'
...
[v1.3] components/esp_matter: call ScheduleFactoryReset from esp_matter::factory_reset
See merge request app-frameworks/esp-matter!1098
2025-04-17 10:52:31 +08:00
Shubham Patil
c795f4e003
components/esp_matter: call ScheduleFactoryReset from esp_matter::factory_reset
...
ScheduleFactoryReset() additionally removes the fabric data, sends the
server shutting down event and then calls InitiateFactoryReset()
2025-04-14 12:48:22 +05:30
Shu Chen
6db544ed13
Merge branch 'backport/memory_leak_v1.3' into 'release/v1.3'
...
[v1.3] Backport: Memory leak in endpoint destroy function
See merge request app-frameworks/esp-matter!1090
2025-04-10 11:17:53 +08:00
mahesh
e4853b4e08
Fix memory leak in endpoint destroy
2025-04-07 13:56:14 +05:30
Shu Chen
71c8a2fc4d
Merge branch 'backport_1_3_add_general_diagnostic_releated_optional_attributes' into 'release/v1.3'
...
[v1.3]backport: components/esp_matter:add optional attributes for general diagnostic cluster
See merge request app-frameworks/esp-matter!1065
2025-03-28 02:24:04 +08:00
Li Ya Shuai
8268d66eb5
[v1.3]backport: components/esp_matter:add optional attributes for general diagnostic cluster
2025-03-28 02:24:04 +08:00
Shu Chen
0a3bb390ea
Merge branch 'ipr-1-3' into 'release/v1.3'
...
[v1.3] docs: changes required for IPR compliance
See merge request app-frameworks/esp-matter!1051
2025-03-27 17:08:06 +08:00
Shu Chen
f6a7f6b38f
Merge branch 'controller/fix_shutdown_subscription_v1_3' into 'release/v1.3'
...
controller: fix shutdown subscriptions(v1.3)
See merge request app-frameworks/esp-matter!1079
2025-03-27 17:03:14 +08:00
WanqQixiang
891eb3d8ff
controller: fix shutdown subscriptions
2025-03-25 16:48:01 +08:00
Shu Chen
4ffc51d1c9
Merge branch 'update_submodule/release_v1.3' into 'release/v1.3'
...
[v1.3] Update the chip submdoule to latest v1.3-branch
See merge request app-frameworks/esp-matter!1036
2025-03-19 16:22:44 +08:00
yiwenxiu
5027f20908
ci: change wlan to ethernet
2025-03-04 11:16:08 +05:30
shripad621git
f617416469
[v1.3] Update the chip submdoule to latest v1.3-branch
...
- The submodule updates fixes the broken bluedroid build flow.
2025-02-28 11:04:22 +05:30
Shubham Patil
91c7739487
docs: added copyrights and licensing page in programming guide
2025-02-27 18:13:56 +05:30
Shubham Patil
0924df411f
docs: add the notice file
2025-02-20 09:46:27 +05:30
Shubham Patil
6463a745ac
docs: modify copyright headers for files taken and modified from
...
third-party sources
2025-02-20 09:45:26 +05:30
Shu Chen
427b40d16b
Merge branch 'zigbee_bridge_update_v1_3' into 'release/v1.3'
...
examples: remove ESP_ZB_MACSPLIT_DEVICE_BOOT signal in zigbee_bridge example. (backport)
See merge request app-frameworks/esp-matter!1046
2025-02-19 15:58:57 +08:00
chendejin
2a1d5fafd1
examples: remove ESP_ZB_MACSPLIT_DEVICE_BOOT signal in zigbee_bridge example. (backport)
2025-02-19 11:28:35 +08:00
Hrishikesh Dhayagude
446241e39c
Merge branch 'fix-network-commissioning-attributes-1-3' into 'release/v1.3'
...
[v1.3] components/esp_matter: create network commissioning attributes as per feature map
See merge request app-frameworks/esp-matter!1025
2025-01-27 17:05:04 +08:00
Shubham Patil
e86cbc0eb2
components/esp_matter: create network commissioning attributes as per
...
feature map
scan_max_time_seconds and connect_max_time_seconds are wifi or thread
only attributes so they should not be created when feature flag is
ethernet.
2025-01-24 12:58:26 +05:30
Hrishikesh Dhayagude
390a24118e
Merge branch 'update-submodule-1-3' into 'release/v1.3'
...
[v1.3] connectedhomeip: update submodule to fix group clusters chunking issue
See merge request app-frameworks/esp-matter!1015
2025-01-22 13:30:34 +08:00
Shubham Patil
3ad41ae16f
connectedhomeip: update submodule to fix the group cluster chunked read
2025-01-17 11:06:23 +05:30
Shubham Patil
020f5137fb
components/esp-matter: Inject the group provider implementation with
...
actual number of groups server clusters
Fixes https://github.com/espressif/esp-matter/issues/724
2025-01-16 20:51:39 +05:30
Shu Chen
ba10f4942b
Merge branch 'update_managed_component_light' into 'release/v1.3'
...
examples/managed_component_light: update esp_matter component version 1.3.1
See merge request app-frameworks/esp-matter!1003
2025-01-06 10:25:11 +08:00
chendejin
3b5d037082
examples/managed_component_light: update esp_matter component version 1.3.1
2025-01-02 10:26:27 +08:00
Shu Chen
df7261d2d6
Merge branch 'backport_v13_examples/remove_mrp_configs' into 'release/v1.3'
...
[v1.3] backport: examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS
See merge request app-frameworks/esp-matter!995
2024-12-27 19:28:31 +08:00
chendejin
2a735eafca
[v1.3] backport: examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS
2024-12-27 14:52:09 +08:00
Shu Chen
f1cd133fef
Merge branch 'esp_matter_v1_3_1_component' into 'release/v1.3'
...
esp_matter managed component: update v1.3.1
See merge request app-frameworks/esp-matter!925
2024-12-27 14:36:11 +08:00
Shu Chen
dd8ba9ffbf
Merge branch 'examples/zigbee_bridge_v1_3' into 'release/v1.3'
...
[v1.3] backport: examples/zigbee_bridge: update zboos and zigbee lib to 1.6
See merge request app-frameworks/esp-matter!970
2024-12-19 16:01:16 +08:00
chendejin
7aafd5c31f
esp_matter managed component: update v1.3.1
2024-12-17 17:32:28 +08:00
chendejin
971fdee796
backport: examples/zigbee_bridge: update zboos and zigbee lib to 1.6
2024-12-17 12:17:03 +08:00
Shu Chen
5a9bc09a64
Merge branch 'add_bounds_of_thermostat_user_interface_configuration_cluster' into 'release/v1.3'
...
components/esp-matter:add bounds of thermostat user interface configuration cluster
See merge request app-frameworks/esp-matter!961
2024-12-16 17:59:28 +08:00
Shu Chen
fb4e6044b6
Merge branch 'controller/timed_write_backport_release_1_3' into 'release/v1.3'
...
[v1.3] backport: components/esp_matter_controller: support timed write
See merge request app-frameworks/esp-matter!982
2024-12-12 13:31:03 +08:00
chendejin
9c7467b709
[v1.3] backport: components/esp_matter_controller: support timed write
2024-12-11 18:59:34 +08:00
Shu Chen
eda7e67e9c
Merge branch 'remove_scenes_from_1_3' into 'release/v1.3'
...
[v1.3]components/esp-matter: remove scene management cluster
See merge request app-frameworks/esp-matter!975
2024-12-11 15:19:55 +08:00
liyashuai
8bd7fc5d22
[v1.3]components/esp-matter: remove scene management cluster
2024-12-10 11:11:51 +08:00
Shu Chen
acc31fabd6
Merge branch 'add_endpoint_list_attribute_for_power_source_cluster_v1_3' into 'release/v1.3'
...
[v1.3]components/esp-matter:add endpoint list attr for power source cluster
See merge request app-frameworks/esp-matter!967
2024-12-06 15:51:36 +08:00
liyashuai
a3e709ebdf
[v1.3]components/esp-matter:add endpoint list attr for power source cluster
2024-12-03 17:54:39 +08:00
liyashuai
5973dbd878
components/esp-matter:add bounds of thermostat user interface configuration cluster
2024-11-28 20:50:47 +08:00
Shu Chen
6d33b7d0cc
Merge branch 'add_ota_requestor_provider_device_type_1.3' into 'release/v1.3'
...
backport: components/esp-matter:add ota requestor and provider device definition
See merge request app-frameworks/esp-matter!947
2024-11-19 14:57:32 +08:00
liyashuai
760d5bb1d9
backport: components/esp-matter:add ota requestor and provider device definition
2024-11-18 15:55:51 +08:00
Hrishikesh Dhayagude
38fbb86e18
Merge branch 'v1.3/submodule_update' into 'release/v1.3'
...
[v1.3] Update the chip submodule to latest v1.3-branch to include latest insights version.
See merge request app-frameworks/esp-matter!934
2024-11-13 14:04:31 +08:00
shripad621git
94def04d1b
Fixed the managed_component_light build failure
2024-11-11 17:58:07 +05:30
Shubham Patil
eb46ae6e4e
ci: remove the unnecessary submodule fetch to fix the pipeline
2024-11-07 22:51:57 +05:30
shripad621git
11a7f0545f
Revert the insights specific yaml changes
...
- Reverted the insights specific idf_component.yml changes
for fixing the build failure due to insights component
versions.
2024-11-07 15:13:43 +05:30
shripad621git
afcc276bd6
[v1.3] Updated the submodule to v1.3-branch to include insights version change
2024-11-07 15:12:12 +05:30