Shu Chen
46b8f573d9
Merge branch 'fix-attribute-types-1-2' into 'release/v1.2'
...
[v1.2] components/esp-matter: fix types for on_time and off_wait_time
See merge request app-frameworks/esp-matter!1348
2025-12-19 01:51:23 +00:00
Shubham Patil
0d89a620f2
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:42:41 +05:30
Hrishikesh Dhayagude
6bc6b83bb2
Merge branch 'docs-release-versions-1-2' into 'release/v1.2'
...
[v1.2] docs: use the version file from the main branch
See merge request app-frameworks/esp-matter!1264
2025-09-27 09:14:52 +08:00
Shubham Patil
88d5477fdb
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-25 20:26:38 +05:30
Hrishikesh Dhayagude
1d16078094
Merge branch 'pr_1470' into 'release/v1.2'
...
[GH_PR] Fix typo in TVOC cluster namespace (CON-1734)
See merge request app-frameworks/esp-matter!1191
2025-07-01 18:37:20 +08:00
luna
bc45fa958b
components/esp-matter: correct namespace spelling for total volatile organic compounds
2025-06-22 02:25:41 +09:00
Hrishikesh Dhayagude
05a496f718
Merge branch 'cherry-pick-floating-single-value-type' into 'release/v1.2'
...
[v1.2] Backport: Support Read/Write of Floating (Single) Value Type
See merge request app-frameworks/esp-matter!1168
2025-06-06 19:20:53 +08:00
SEUNGHEE LEE
d2b567a5dd
- attribute: support r/w floating(single) value type
...
- concentration measurement clusters: change attr value type (float)
- remove 'add uncentainty attribute'
- add 'measurement medium' attribute
2025-06-02 12:10:47 +05:30
Hrishikesh Dhayagude
a72a13adeb
Merge branch 'fix-long-char-1-2' into 'release/v1.2'
...
[v1.2] components/esp-matter: fix len check for long char and do check for
See merge request app-frameworks/esp-matter!1126
2025-05-02 18:05:58 +08:00
Shubham Patil
e1d72dcf25
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:06:02 +05:30
Hrishikesh Dhayagude
6fc184ee5b
Merge branch 'backport/1.2/template-specialization-bool' into 'release/v1.2'
...
[v1.2] Backport for "Fix: Add nullable<bool> template specialization to resolve type mismatch"
See merge request app-frameworks/esp-matter!1117
2025-04-26 12:58:22 +08:00
Dhaval Gujar
acbe444677
components/esp_matter: Add template specialization for nullable<bool>
2025-04-25 11:39:21 +05:30
Shu Chen
d69053844d
Merge branch 'init_identify_when_enable_endpoint_v1_2' into 'release/v1.2'
...
components/esp_matter: init identify after chip::Platform::MemoryInit (backport v1.2)
See merge request app-frameworks/esp-matter!1110
2025-04-24 11:06:18 +08:00
chendejin
84dbd9a2da
components/esp_matter: init identify after chip::Platform::MemoryInit (backport)
2025-04-23 19:55:09 +08:00
Shu Chen
f36dafba36
Merge branch 'factory-reset-v-1-2' into 'release/v1.2'
...
[v1.2] components/esp_matter: call ScheduleFactoryReset from esp_matter::factory_reset
See merge request app-frameworks/esp-matter!1099
2025-04-17 10:52:50 +08:00
Shubham Patil
434bc0aad4
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:50:39 +05:30
Hrishikesh Dhayagude
28c4e93d46
Merge branch 'fix/docker_build' into 'release/v1.2'
...
[v1.2] tools/docker: Fixed the docker build for release/v1.2 docker image
See merge request app-frameworks/esp-matter!1092
2025-04-10 16:57:43 +08:00
shripad621git
29b07a8d46
[v1.2] tools/docker: Fixed the docker build for release/v1.2 docker image
...
- Backported the docker version=54 change from release/v1.3 for fixing the
docker build for release/v1.2 esp-matter docker image.
2025-04-10 12:25:59 +05:30
Shu Chen
509f893a25
Merge branch 'backport/memory_leak_v1.2' into 'release/v1.2'
...
[v1.2] Backport: Fix memory leak in endpoint destroy
See merge request app-frameworks/esp-matter!1091
2025-04-10 12:51:04 +08:00
yiwenxiu
64da8b8571
ci: change wlan to ethernet
2025-04-09 16:08:51 +05:30
mahesh
a1545b18e4
Fix memory leak in endpoint destroy
2025-04-07 14:04:06 +05:30
Shu Chen
9f54a70742
Merge branch 'ipr-1-2' into 'release/v1.2'
...
[v1.2] docs: modify copyright headers for files taken and modified from
See merge request app-frameworks/esp-matter!1052
2025-03-27 17:07:42 +08:00
Shubham Patil
0e7496ae5d
docs: added copyrights and licensing page in programming guide
2025-02-20 09:54:03 +05:30
Shubham Patil
d0c11df7e1
docs: add the notice file
2025-02-20 09:52:00 +05:30
Shubham Patil
996b55e1b3
docs: modify copyright headers for files taken and modified from
...
third-party sources
2025-02-20 09:51:56 +05:30
Hrishikesh Dhayagude
39c87bd9b6
Merge branch 'update-submodule-1-2' into 'release/v1.2'
...
[v1.2] connectedhomeip: update submodule to fix the group cluster chunked read
See merge request app-frameworks/esp-matter!1017
2025-01-24 18:23:56 +08:00
Shubham Patil
878f8b4f66
ci: remove the unnecessary submodule fetch to fix the pipeline
2025-01-20 13:45:58 +05:30
Shubham Patil
b6535185c2
connectedhomeip: update submodule to fix the group cluster chunked read
2025-01-17 11:15:29 +05:30
Shu Chen
7b9d69aa0a
Merge branch 'cherry-pick/delete_identify' into 'release/v1.2'
...
components/esp_matter: delete identify when destroy endpoint (backport v1.2)
See merge request app-frameworks/esp-matter!876
2024-10-12 15:31:35 +08:00
chendejin
1d59bdaa5b
components/esp_matter: delete identify when destroy endpoint
2024-10-12 11:43:57 +08:00
Hrishikesh Dhayagude
8d35e9f41f
Merge branch 'backport/build_fix_1.2' into 'release/v1.2'
...
[v1.2] components/esp-matter: Fixed the esp-matter examples compilation.
See merge request app-frameworks/esp-matter!907
2024-10-11 23:29:33 +08:00
shripad621git
487dd63550
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 18:46:46 +05:30
Shu Chen
431edd1a7a
Merge branch 'fix-bounds' into 'release/v1.2'
...
[v1.2] esp-matter/components: Fix bounds of SystemMode attribute of Thermostat
See merge request app-frameworks/esp-matter!865
2024-10-10 12:40:52 +08:00
Rohit Jadhav
8ca654baf0
Fix CI
2024-09-06 10:41:55 +05:30
Rohit Jadhav
69abbea527
esp-matter/components: Fix bounds of SystemMode attribute of Thermostat
...
Fixes https://github.com/espressif/esp-matter/issues/1067
2024-09-03 09:57:46 +05:30
Hrishikesh Dhayagude
066791d61f
Merge branch 'fix-setup-1-2' into 'release/v1.2'
...
[v1.2] connectedhomeip: Update submodule to fix the bootstrapping
See merge request app-frameworks/esp-matter!832
2024-07-29 19:04:46 +08:00
Shubham Patil
fa61d90cfd
connectedhomeip: Update submodule to fix the bootstrapping
...
Fixes https://github.com/espressif/esp-matter/issues/1021
2024-07-29 10:37:07 +05:30
Hrishikesh Dhayagude
5cf7aa3cf5
Merge branch 'bugfix/admin_commissioning' into 'release/v1.2'
...
components/esp-matter: Add feature for the administrator commissioning cluster
See merge request app-frameworks/esp-matter!814
2024-07-23 22:25:55 +08:00
Rohit Jadhav
5563d57162
components/esp-matter: Add feature the administrator commissioning cluster
2024-07-17 14:55:36 +05:30
Hrishikesh Dhayagude
d692395263
Merge branch 'backport/taglist' into 'release/v1.2'
...
[v1.2] feature/TagList: Backport the TagList feature to release/v1.2.
See merge request app-frameworks/esp-matter!811
2024-07-17 11:15:17 +08:00
shripad621git
1756f2cc41
Fixed the taglist documentation for generic switch example
...
- Fixed the endpoint id in the README to the supported endpoint id in example.
2024-07-16 14:04:39 +05:30
Shripad Deshpande
1711f58937
feature/taglist : Added the missing TagList feature for descriptor cluster.
2024-07-16 12:10:55 +05:30
Shu Chen
9a0353e660
Merge branch 'upgrade-submodule-for-ble-fix-1-2' into 'release/v1.2'
...
[v1.2]connectedhomeip: Update submodule to backport ble fixes
See merge request app-frameworks/esp-matter!799
2024-07-08 19:07:26 +08:00
Shubham Patil
85e1cb8966
connectedhomeip: Update submodule to backport ble fixes
2024-07-08 10:12:08 +05:30
Hrishikesh Dhayagude
1a35c738df
Merge branch 'rev_validatation' into 'release/v1.2'
...
release/v1.2: Fixed cluster revision and device type version
See merge request app-frameworks/esp-matter!759
2024-06-11 12:27:00 +08:00
Rohit Jadhav
62346358b9
release/v1.2: Fixed cluster revision and device type version
2024-06-06 10:08:50 +05:30
Shu Chen
15519d1364
Merge branch 'v1_2/update_chip_sunmodule_46e1ad8478' into 'release/v1.2'
...
[v1.2]update chip submodule to latest v1.2-branch
See merge request app-frameworks/esp-matter!746
2024-05-20 10:42:26 +08:00
liyashuai
7a3190bc53
update chip submodule to latest v1.2-branch
2024-05-17 10:46:27 +08:00
Shu Chen
a407113069
Merge branch 'cherry-pick-user-callback' into 'release/v1.2'
...
Create user callback on command to allow monitoring in bridge
See merge request app-frameworks/esp-matter!744
2024-05-17 10:36:13 +08:00
Jon Smirl
d5b2246c74
Create user callback on command to allow monitoring in bridge
2024-05-14 18:52:23 +08:00