Shu Chen
0a387d6509
Merge branch 'fix_controller_remove_keyset_v1_3' into 'release/v1.3'
...
components/esp_matter_controller: fix remove group keyset (1.3)
See merge request app-frameworks/esp-matter!1507
2026-04-22 11:13:31 +00:00
chendejin
5de33ee236
components/esp_matter_controller: fix remove group keyset
2026-04-17 14:27:13 +08:00
Shu Chen
23790cda5d
Merge branch 'fix-attribute-types-1-3' into 'release/v1.3'
...
[v1.3] components/esp-matter: fix types for on_time and off_wait_time
See merge request app-frameworks/esp-matter!1347
2025-12-19 01:51:11 +00:00
Shubham Patil
3a52432c56
ci: bump component manager to fix managed_component example
...
Also, bump the esp_lvgl_port's version to fix the example build
2025-12-18 15:22:28 +05:30
Shubham Patil
b701b1b946
components/esp-matter: fix types for on_time and off_wait_time
...
These are non-nullable uint16's, so removed the nullable type
2025-12-16 14:40:54 +05:30
Hrishikesh Dhayagude
057b2379ae
Merge branch 'docs-release-versions-1-3' into 'release/v1.3'
...
[v1.3] docs: use the version file from the main branch
See merge request app-frameworks/esp-matter!1263
2025-09-29 20:33:26 +08:00
Shubham Patil
101079a793
examples/managed_component_light: use matter version specific version from component manager
2025-09-29 14:49:50 +05:30
Shubham Patil
c651b0e839
examples/light: use the specific version of esp_lvgl_port
2025-09-29 12:37:48 +05:30
Shubham Patil
c979bc976d
ci: install specific version of cryptography and construct to fix builds
2025-09-29 10:59:18 +05:30
Shubham Patil
11e32439f2
docs: use the version file from the main branch
...
As we are using the static file for showing versions in the drop-down
this would be outdated with each new release, so use it from the main
branch, with the assumption that it would always be up-to-date.
2025-09-29 10:59:18 +05:30
Hrishikesh Dhayagude
a8be5c966c
Merge branch 'release/v1.3_submodule_update' into 'release/v1.3'
...
connectedhomeip: Updated submdoule to latest v1.3-branch to include the fan-control changes.
See merge request app-frameworks/esp-matter!1220
2025-07-31 17:26:19 +08:00
shripad621git
5c67c78fd7
connectedhomeip: Updated submdoule to latest v1.3-branch to include the fan-control changes
2025-07-30 14:03:20 +05:30
Hrishikesh Dhayagude
823e1c7a14
Merge branch 'fix-rmaker-fmt-1-3' into 'release/v1.3'
...
[v1.3] components/esp_matter_rainmaker: Fix the formatting error in logging
See merge request app-frameworks/esp-matter!1162
2025-05-30 19:11:42 +08:00
Shubham Patil
68b7e43609
components/esp_matter_rainmaker: Fix the formatting error in logging
2025-05-27 19:39:11 +05:30
Shu Chen
b9284dd5c8
Merge branch 'v1.3/submodule_update' into 'release/v1.3'
...
[v1.3] connectedhomeip: Update the submodule to v1.3-branch to fix mode-select attribute read
See merge request app-frameworks/esp-matter!1153
2025-05-22 01:32:19 +00:00
shripad621git
34f4bd2830
[v1.3] connectedhomeip: Update the submodule to v1.3-branch to fix mode-select attribute read
2025-05-21 10:54:01 +05:30
Shu Chen
9364e5cca9
Merge branch 'v1_3_fix_generic_switch_example_issue' into 'release/v1.3'
...
[backport 1.3]examples/generic_switch: set the namespace id value in taglist...
See merge request app-frameworks/esp-matter!1140
2025-05-20 02:41:36 +00:00
Shu Chen
f839e1bbac
Merge branch 'update_idf_v5.2.3/v1.3' into 'release/v1.3'
...
[v1.3].gitlab-ci.yml: Update the esp-idf version to v5.2.3 and connectedhomeip submodule to v1.3-branch.
See merge request app-frameworks/esp-matter!1130
2025-05-20 02:40:44 +00:00
Shu Chen
adfcc8d99e
Merge branch 'fix-groups-cluster-count-1-3' into 'release/v1.3'
...
[v1.3] components/esp_matter: get the cluster count from the node details
See merge request app-frameworks/esp-matter!1124
2025-05-20 02:40:18 +00:00
Shubham Patil
cfcdb7b3c9
Use v1.3 compatible APIs for get cluster count impl
2025-05-13 11:00:19 +05:30
liyashuai
ba4603a7a9
[backport 1.3]examples/generic_switch: set the namespace id value in taglist attribute to a standard one
2025-05-09 11:54:45 +08:00
shripad621git
bc7ae857cb
[v1.3]connectedhomeip : Update the esp-idf version to v5.2.3 and submodule to latest v1.3-branch.
...
- connectedhomeip: update submodule to 6eaa54b478v for NDEBUG and cmake and IPV6 address fix.
- .gitlab-ci.yml: update esp-idf version to v5.2.3 to address the memory mapping fix.
2025-05-08 06:54:42 +05:30
Hrishikesh Dhayagude
6232e912c8
Merge branch 'fix-long-char-1-3' into 'release/v1.3'
...
[v1.3] components/esp-matter: fix len check for long char and do check for
See merge request app-frameworks/esp-matter!1125
2025-05-02 18:06:13 +08:00
Shubham Patil
d04b09a2ed
components/esp-matter: fix len check for long char and do check for
...
return value
Also, we should mark the values greater that the expected as invalid and
not the ones with equal to ones.
2025-04-28 22:01:43 +05:30
Shubham Patil
bd446e5565
components/esp_matter: get the cluster count from the node details
...
We used to have a static variable to get the groups cluster, but if
people use low level APIs i.e. cluster::create(endpoint,cluster_id,flag)
then group data provider will be falsly initialized since it does not
have the correct group count.
2025-04-28 21:58:35 +05:30
Hrishikesh Dhayagude
9bf3106793
Merge branch 'backport/1.3/template-specialization-bool' into 'release/v1.3'
...
[v1.3] Backport for "Fix: Add nullable<bool> template specialization to resolve type mismatch"
See merge request app-frameworks/esp-matter!1115
2025-04-26 12:58:30 +08:00
Hrishikesh Dhayagude
4baf92d098
Merge branch 'fix-rmaker-1-3' into 'release/v1.3'
...
[v1.3] components/esp_matter_rainmaker: add missing feature map attribute to rainmaker cluster
See merge request app-frameworks/esp-matter!1113
2025-04-25 17:42:40 +08:00
Dhaval Gujar
80689c0500
components/esp_matter: Add template specialization for nullable<bool>
2025-04-25 11:16:23 +05:30
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