Commit Graph

1714 Commits

Author SHA1 Message Date
chendejin 6720a31cdf esp_matter managed component: v1.4.0 2025-02-11 17:39:38 +08:00
Hrishikesh Dhayagude 30af618a6e Merge branch 'cherry-pick-23a9466c-2' into 'release/v1.4'
[v1.4] components/esp_matter: create network commissioning attributes as per feature map

See merge request app-frameworks/esp-matter!1024
2025-01-27 17:04:33 +08:00
Shubham Patil 3412b8af0a Merge branch 'fix-network-commissioning-attributes' into 'main'
components/esp_matter: create network commissioning attributes as per feature map

See merge request app-frameworks/esp-matter!1023

(cherry picked from commit 23a9466cd3)

770b246f components/esp_matter: create network commissioning attributes as per

Co-authored-by: Hrishikesh Dhayagude <hrishi@espressif.com>
2025-01-24 14:59:08 +08:00
Hrishikesh Dhayagude 78dfdaf971 Merge branch 'update-submodule-1-4' into 'release/v1.4'
[v1.4] connectedhomeip: update submodule to fix the group cluster chunked read

See merge request app-frameworks/esp-matter!1016
2025-01-22 13:29:43 +08:00
Shubham Patil e43fe24ede connectedhomeip: update submodule to fix the group cluster chunked read 2025-01-17 11:10:16 +05:30
Shu Chen a6da273b39 Merge branch 'ota-impl-cfg-1-4' into 'release/v1.4'
[v1.4] components/esp-matter: remove the unnecessary debug log

See merge request app-frameworks/esp-matter!1005
2025-01-08 17:18:56 +08:00
Shu Chen 22e612ff36 Merge branch 'fix_generic_switch_feature_check_for_1_4' into 'release/v1.4'
[v1.4]backport: components/esp-matter: fix generic switch feature check error

See merge request app-frameworks/esp-matter!1006
2025-01-08 17:18:35 +08:00
Shu Chen 21913afd8d Merge branch 'update_default_identify_type_value_for_1_4' into 'release/v1.4'
[1.4] backport: components/esp-matter: update default identify type value for all devices

See merge request app-frameworks/esp-matter!1007
2025-01-08 17:14:26 +08:00
liyashuai e57dd2d490 components/esp-matter: update default identify type value for all devices 2025-01-07 15:44:16 +08:00
liyashuai d456ac1cb6 components/esp-matter: fix generic switch feature check error 2025-01-07 15:35:11 +08:00
Shubham Patil 68d67d0b73 components/esp-matter: support to configure the ota implementation
Added a member variable in the ota config struct which lets user set the
different ota implementation.
2025-01-07 12:15:23 +05:30
Hrishikesh Dhayagude e9000f54b5 Merge branch 'doc-fixes-1-4' into 'release/v1.4'
[v1.4] components/esp-matter: remove the unnecessary debug log

See merge request app-frameworks/esp-matter!1000
2025-01-06 13:30:32 +08:00
Shubham Patil 87fe9552c5 components/esp-matter: fix cluster-id when creating activated carbon
filter monitoring cluster.
2024-12-31 10:11:04 +05:30
Shubham Patil d1c528b0ce docs: add link of release/v1.4 to top level readme 2024-12-31 10:11:01 +05:30
Shubham Patil 476e503f4d components/esp-matter: remove the unnecessary debug log
Fixes https://github.com/espressif/esp-matter/issues/1221
2024-12-31 10:10:57 +05:30
Shu Chen a07c3129aa Merge branch 'doc/custom_cluster' into 'main'
doc: Add document about how to add custom cluster

See merge request app-frameworks/esp-matter!994
2024-12-27 19:28:10 +08:00
Shu Chen d27bc46a87 Merge branch 'icd_example/add_uat_button' into 'main'
example: Add user active mode trigger button for icd example

Closes CON-1486

See merge request app-frameworks/esp-matter!991
2024-12-27 19:27:23 +08:00
Shu Chen bdc7f5543e Merge branch 'docs-faq-use-ble' into 'main'
docs: add an faq for using ble after commissioning complete

See merge request app-frameworks/esp-matter!989
2024-12-27 19:25:34 +08:00
WanqQixiang 01dc3cb346 example: Add user active mode trigger button for icd example
Closes CON-1486
2024-12-27 17:41:57 +08:00
Shubham Patil 42648375f5 docs: add an faq for using ble after commissioning complete 2024-12-27 12:22:59 +05:30
Shu Chen 4d82fb7472 Merge branch 'examples/remove_mrp_configs' into 'main'
examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS

See merge request app-frameworks/esp-matter!993
2024-12-27 14:28:48 +08:00
chendejin 125d41b732 examples: Removed MRP configs and enable CONFIG_ENABLE_PERSIST_SUBSCRIPTIONS 2024-12-27 14:26:05 +08:00
Shu Chen badac88030 Merge branch 'factory-reset' into 'main'
components/esp_matter_console: add the "matter esp factoryreset"

See merge request app-frameworks/esp-matter!984
2024-12-27 14:25:46 +08:00
Shu Chen cfb11d5d56 Merge branch 'examples/remove_same_configs' into 'main'
examples: Remove the same configs as the default

See merge request app-frameworks/esp-matter!987
2024-12-27 14:18:56 +08:00
Shubham Patil 9575c13b12 examples: add the register factoryreset command in examples 2024-12-27 11:08:02 +05:30
Shubham Patil 11c2f668c5 components/esp_matter_console: add the "matter esp factoryreset"
"matter device factoryreset" just erases the non volatile storage of
connectedhomeip SDK. This adds one more command which clears the non
volatile storage of esp-matter SDK as well.
2024-12-27 11:08:02 +05:30
Hrishikesh Dhayagude 5b84c67189 Merge branch 'time-sync' into 'main'
esp_matter: add missing attributes and commands for time sync cluster

See merge request app-frameworks/esp-matter!990
2024-12-27 13:27:05 +08:00
WanqQixiang c31958a477 esp_matter: add missing attributes and commands for time sync cluster 2024-12-26 19:33:43 +08:00
WanqQixiang 10721355a5 doc: Add document about how to add custom cluster 2024-12-26 19:27:31 +08:00
Hrishikesh Dhayagude 911a0a5e99 Merge branch 'fix/switch' into 'main'
components/esp-matter: Update feature checks on switch cluster and update documentation.

See merge request app-frameworks/esp-matter!988
2024-12-24 17:37:33 +08:00
chendejin 7868b2a1b9 examples: Remove unnecessary default configs and esp32s2 configs 2024-12-23 16:34:54 +08:00
Shu Chen 96cb173cb4 Merge branch 'ota-provider/reset-http-downloader' into 'main'
ota_provider: Release http client when BDX sender resets

See merge request app-frameworks/esp-matter!986
2024-12-20 16:48:36 +08:00
Rohit Jadhav dbddd5bb51 components/esp-matter: Update feature checks on switch cluster and update documentation. 2024-12-20 12:02:11 +05:30
chendejin 6f69a26872 examples: Remove the same configs as the default 2024-12-19 19:52:17 +08:00
WanqQixiang 8edd0a6de7 ota_provider: Release http client when BDX sender resets 2024-12-19 14:28:57 +08:00
Shu Chen 2e0eaf66a5 Merge branch 'fix/generic_switch' into 'main'
examples/generic_switch: Update generic switch wrt spec changes.

See merge request app-frameworks/esp-matter!893
2024-12-17 17:48:46 +08:00
Shu Chen 53da97bb86 Merge branch 'comformance_fixes' into 'main'
components/esp-matter: Fixed conformance according to IDM_10.2 test case results.

See merge request app-frameworks/esp-matter!974
2024-12-17 17:24:10 +08:00
Shu Chen 5b0db482ee Merge branch 'fix/invalid_type' into 'main'
components/esp-matter: Fix invalid type from MatterPre and PostAttributeChangeCallback.

See merge request app-frameworks/esp-matter!976
2024-12-17 17:17:06 +08:00
Rohit Jadhav a55745c0dc components/esp-matter: Fixed conformance according to IDM-10.2 test case results. 2024-12-17 12:19:23 +05:30
Shu Chen c991c92811 Merge branch 'submodule-update/support-p4' into 'main'
submodule: update to 43aa98c2d3 to support ESP32-P4

See merge request app-frameworks/esp-matter!980
2024-12-17 11:44:47 +08:00
WanqQixiang 6f5da35df5 submodule: update to 43aa98c2d3 to support ESP32-P4 2024-12-17 10:45:48 +08:00
Shu Chen 88a900940a Merge branch 'controller/pairing_command_callbacks' into 'main'
controller: add APIs to set callbacks for pairing command

Closes CON-1420

See merge request app-frameworks/esp-matter!960
2024-12-16 17:58:24 +08:00
Shu Chen bd3092afd2 Merge branch 'docs-chip-tool-guide-link' into 'main'
docs: Add the link to chip-tool guide

See merge request app-frameworks/esp-matter!978
2024-12-16 17:57:54 +08:00
Shu Chen 54c43e9f67 Merge branch 'controller/write_multiple_attributes' into 'main'
components/esp_matter_controller: write multiple attributes support

See merge request app-frameworks/esp-matter!979
2024-12-16 17:54:57 +08:00
Rohit Jadhav dcbebd3ae4 components/esp-matter: Fix invalid type from MatterPre and PostAttributeChangeCallback. Fixes https://github.com/espressif/esp-matter/issues/1195 2024-12-16 11:04:17 +05:30
Hrishikesh Dhayagude cb216647d4 Merge branch 'fix/ac' into 'main'
components/esp-matter: Remove heating feature from Room AC.

See merge request app-frameworks/esp-matter!981
2024-12-12 17:19:30 +08:00
Shu Chen 8987489980 Merge branch 'ci/chenge_wlan_to_ethernet' into 'main'
ci: change wlan to ethernet

See merge request app-frameworks/esp-matter!977
2024-12-11 17:52:38 +08:00
chendejin 8bf0d71bef components/esp_matter_controller: write multiple attributes support 2024-12-11 17:32:22 +08:00
Rohit Jadhav fedf45479d components/esp-matter: Remove heating feature from Room AC. 2024-12-11 14:49:37 +05:30
yiwenxiu 77ed256953 ci: change wlan to ethernet 2024-12-11 15:24:00 +08:00