Hrishikesh Dhayagude
7b6cf277a0
Merge branch 'backport/v1.4/null_check' into 'release/v1.4'
...
[v1.4]: Add null check for config before pointer dereference
See merge request app-frameworks/esp-matter!1298
2025-11-12 22:54:21 +08:00
mahesh
0b07cf2982
components/esp_matter:Add null check for config before pointer dereference
2025-10-31 14:30:22 +05:30
Hrishikesh Dhayagude
c19a319727
Merge branch 'submodule-update-1-4' into 'release/v1.4'
...
[v1.4]: Update submodule to latest v1.4 branch
See merge request app-frameworks/esp-matter!1273
2025-10-21 15:15:33 +08:00
mahesh
88cdc085f9
connectedhomeip: update submodule to use version independent insights api fix
2025-10-17 14:25:55 +05:30
Hrishikesh Dhayagude
c40c03ebc1
Merge branch 'ci/c3_pytest_idf_v5_1_v14' into 'release/v1.4'
...
CI: run all the pytest example builds with the same IDF version and fix managed component example build
See merge request app-frameworks/esp-matter!1284
2025-10-15 18:26:23 +08:00
WanqQixiang
b02eb3ecde
example: fix the build for the manage component build
2025-10-15 14:53:12 +08:00
WanqQixiang
76f319aa0e
CI: run all the pytest example builds with the same IDF version
2025-10-14 15:56:40 +08:00
Hrishikesh Dhayagude
bd72fe6597
Merge branch 'docs-release-versions-1-4' into 'release/v1.4'
...
[v1.4] docs: use the version file from the main branch
See merge request app-frameworks/esp-matter!1262
2025-09-27 09:15:15 +08:00
Shubham Patil
1a9ac67f9d
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:27:27 +05:30
Shu Chen
de9164fbfd
Merge branch 'fix-ci-1-4' into 'release/v1.4'
...
[v1.4] ci: disable installing esp-matter-mfg-tool on esp-idf v4.4 builds
See merge request app-frameworks/esp-matter!1255
2025-09-15 01:33:44 +00:00
Shubham Patil
43eb364b17
ci: hackishly install construct to work with idf-v4.4 and Python-3.12
...
construct==2.10.54 import imp which is not present in the Python3.12 so
download the package source, patch it and install
2025-09-11 12:57:13 +05:30
Shubham Patil
67035a2be2
ci: disable installing esp-matter-mfg-tool on esp-idf v4.4 builds
...
esp-idf v4.4 requires construct==2.10.56, but latest changes in
esp-secure-cert-tool changed it to construct>=2.10.76.
install.sh script installs the esp-matter-mfg-tool which depends on
esp-secure-cert-tool which depends on construct>=2.10.76
2025-09-11 12:57:08 +05:30
Hrishikesh Dhayagude
0e5df1e3f7
Merge branch 'feat/v1.4/discovery_timeout' into 'release/v1.4'
...
Add new API to configure ServerInitParams
See merge request app-frameworks/esp-matter!1218
2025-08-20 16:06:42 +08:00
Shu Chen
0d06804c06
Merge branch 'fix_group_certify_issue_1_4' into 'release/v1.4'
...
[1.4]components/esp_matter: Fix certify issue with no groups cluster
See merge request app-frameworks/esp-matter!1225
2025-08-14 06:31:04 +00:00
liyashuai
312aa64987
components/esp_matter: Fix certify issue with no groups cluster
2025-08-13 11:47:12 +08:00
mahesh
0602d32fb4
components/esp_matter: Introduced set_server_init_params() api to allow setting custom ServerInitParams
...
Submodule update for release-v1.4
2025-08-06 11:50:04 +05:30
Shu Chen
40dfb9b9cd
Merge branch 'example/add-ota-function-for-thread-br' into 'release/v1.4'
...
[v1.4]example/thread_border_router: add ota function for otbr example
See merge request app-frameworks/esp-matter!1184
2025-08-01 06:08:50 +00:00
liyashuai
a3613e8e97
[v1.4]example/thread_border_router: add ota function for otbr example
2025-07-29 12:34:16 +08:00
Shu Chen
40ca7ea9c3
Merge branch 'component_v1_4_0_1' into 'release/v1.4'
...
esp_matter managed component: v1.4.0~1
See merge request app-frameworks/esp-matter!1212
2025-07-24 09:36:24 +00:00
chendejin
06940e3cfe
esp_matter managed component: v1.4.0~1
2025-07-22 16:34:02 +08:00
Shu Chen
bea837ee55
Merge branch 'submodule_87cf8e5030' into 'release/v1.4'
...
[v1.4] submodule: update connectedhomeip to 87cf8e5030
See merge request app-frameworks/esp-matter!1211
2025-07-21 11:02:23 +00:00
chendejin
fcdaabfcab
submodule: update connectedhomeip to 87cf8e5030
2025-07-21 10:26:20 +08:00
Shu Chen
26f4e4d3f4
Merge branch 'backport_1_4_add_missing_flags_of_attributes' into 'release/v1.4'
...
[backport1.4][components] Add missing writeable flag for some attributes
See merge request app-frameworks/esp-matter!1192
2025-07-02 09:21:28 +00:00
liyashuai
99a7d89396
[backport1.4][components] Add missing writeable flag for some attributes
2025-06-27 10:38:49 +08:00
Hrishikesh Dhayagude
c6e2b3d969
Merge branch 'fix/esp_matter_docker_v1.4' into 'release/v1.4'
...
[v1.4]tools/docker: Fixed the docker build for idf path export issue
See merge request app-frameworks/esp-matter!1181
2025-06-24 01:38:07 +08:00
Hrishikesh Dhayagude
0a73dcc68d
Merge branch 'backport/color_temp_min_mireds' into 'release/v1.4'
...
[v1.4] components/esp_matter: Fixed the default value for color temperature physical min mireds attribute.
See merge request app-frameworks/esp-matter!1183
2025-06-23 23:49:23 +08:00
shripad621git
f48f7f5f0b
[v1.4] components/esp_matter: Fixed the default value for color temperature physical min mireds attribute
2025-06-23 15:21:59 +05:30
shripad621git
7cb303b377
[v1.4]tools/docker: Fixed the docker build for idf path export issue
2025-06-23 14:18:19 +05:30
Hrishikesh Dhayagude
82db370b4e
Merge branch 'fix/docker_build_v1.4' into 'release/v1.4'
...
[v1.4] tools/docker: Fixed the esp-matter docker image for the idf path export.
See merge request app-frameworks/esp-matter!1180
2025-06-20 18:24:20 +08:00
shripad621git
7cf279bd5c
[v1.4] tools/docker: Fixed the esp-matter docker image for the idf path export
...
- The latest esp-matter docker image for failing on
the esp-idf path export.
- Fixed the export path issue as per latest changes
in esp-idf export script.
2025-06-20 14:37:57 +05:30
Shu Chen
41e8499b7a
Merge branch 'icd/dynamic_disable_enable_v1_4' into 'release/v1.4'
...
[backport release/v1.4] esp_matter: Add support for disabling/enabling ICD server dynamically
See merge request app-frameworks/esp-matter!1176
2025-06-18 08:01:40 +00:00
WanqQixiang
d9b8ae74f6
submodule: Update connectedhomeip to f1f3a55c9b
...
esp_matter: Add support for disabling/enabling ICD server dynamically
2025-06-13 18:58:35 +08:00
Hrishikesh Dhayagude
f353b9e3d4
Merge branch 'update_idf_v5.4.1/v1.4' into 'release/v1.4'
...
[v1.4] .gitlab-ci.yml: Update the esp-idf version to v5.4.1.
See merge request app-frameworks/esp-matter!1159
2025-06-09 13:17:59 +08:00
shripad621git
568bd8a243
Updated the RELEASE_NOTES.md for esp-idf update
2025-06-06 12:18:28 +05:30
shripad621git
dabf459f3c
Fix the CI failures for idf version update
2025-06-06 12:18:23 +05:30
shripad621git
abd987fefa
Update esp-idf version to v5.4.1
2025-06-06 12:11:09 +05:30
shripad621git
d69bf58e57
examples: Relinker changes for esp32c2 idf v5.4.1.
...
- Added the relinker files for esp-idf v5.4.1 for esp32c2.
2025-06-06 12:11:09 +05:30
shripad621git
7557f0b87f
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-06-06 12:11:09 +05:30
chendejin
2d2c921f8f
revert 41ec0e2943
2025-06-06 12:11:09 +05:30
Shu Chen
4000499e05
Merge branch 'ci/matter_tbr_v1_4' into 'release/v1.4'
...
pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest(v1.4)
See merge request app-frameworks/esp-matter!1164
2025-06-04 11:14:14 +00:00
WanqQixiang
68bccfa96e
pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest
2025-05-29 10:51:32 +08:00
Hrishikesh Dhayagude
2a497bba0d
Merge branch 'fix-rmaker-fmt-1-4' into 'release/v1.4'
...
components/esp_matter_rainmaker: Fix the formatting error in logging
See merge request app-frameworks/esp-matter!1161
2025-05-28 22:20:31 +08:00
Shubham Patil
59d791f124
components/esp_matter_rainmaker: Fix the formatting error in logging
2025-05-27 19:35:53 +05:30
Shu Chen
66d1ef97d8
Merge branch 'cherry_pick/revert_identify' into 'release/v1.4'
...
[v1.4] Backport: components/esp_matter: Added the default values for identify_type attribute in endpoint constructor.
See merge request app-frameworks/esp-matter!1156
2025-05-23 07:34:19 +00:00
shripad621git
25b8998728
[v1.4] Backport: components/esp_matter: Added the default values for identify_type attribute in endpoint constructor
2025-05-22 10:48:06 +05:30
shripad621git
42b99d24f3
[v1.4] Backport: Revert "components/esp-matter: update default identify type value for all devices"
2025-05-22 10:47:27 +05:30
Shu Chen
49355c9fd1
Merge branch 'v1_4_fix_generic_switch_example_issue' into 'release/v1.4'
...
[backport 1.4]examples/generic_switch: set the namespace id value in taglist...
See merge request app-frameworks/esp-matter!1139
2025-05-20 02:41:54 +00:00
Hrishikesh Dhayagude
738ca5e8d3
Merge branch 'backport-memory-currption' into 'release/v1.4'
...
[v1.4] Backport: Fix memory corruption caused by double free
See merge request app-frameworks/esp-matter!1148
2025-05-15 16:55:55 +08:00
Mahesh Pimpale
66efe6ac22
[v1.4] Backport: Fix memory corruption caused by double free
2025-05-15 16:55:55 +08:00
liyashuai
bbb5f0820a
[backport 1.4]examples/generic_switch: set the namespace id value in taglist attribute to a standard one
2025-05-09 11:56:33 +08:00