Commit Graph

1099 Commits

Author SHA1 Message Date
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
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
Shu Chen c5d5835251 Merge branch 'fix_ble_crash' into 'release/v1.2'
[v1.2] Update submodule to fix the crash when deinitializing the ble

See merge request app-frameworks/esp-matter!684
2024-05-09 09:54:41 +08:00
Shubham Patil 9fcfe90a97 Fix the crash due to ble deinit race 2024-05-07 11:07:27 +05:30
Shu Chen ef804e0789 Merge branch 'v1_2/update_submodule_to_chip_v1_2_branch' into 'release/v1.2'
[v1.2][submodule]set the chip submodule to upstream v1.2-branch instead of espressif's v1.2-branch

See merge request app-frameworks/esp-matter!721
2024-05-07 13:08:06 +08:00
liyashuai bf85177a5d update commit to latest f52860e4d4 to fix #33273 2024-05-07 11:07:13 +08:00
liyashuai df0326f0ac set the chip submodule to upstream v1.2-branch instead of espressif's v1.2-branch 2024-04-30 16:16:38 +08:00
Shu Chen 8af1814b1d Merge branch 'v1_2/update_submodule_to_v1_2_branch' into 'release/v1.2'
[v1.2]update chip submodule to v1.2-branch of espressif/connectedhomeip

See merge request app-frameworks/esp-matter!681
2024-04-11 16:04:28 +08:00
Shu Chen 78329125f0 Merge branch 'v1_2/update_idf_to_v5_2_1' into 'release/v1.2'
[v1.2] update idf version to v5.2.1

See merge request app-frameworks/esp-matter!682
2024-04-11 10:09:07 +08:00
liyashuai c20a21b0f9 update thread br version to v1.0 in pytest to fix ci error 2024-04-10 19:49:06 +08:00