Commit Graph

1374 Commits

Author SHA1 Message Date
Shu Chen 9aef5f487d Merge branch 'add_c2_pytest' into 'main'
add esp32c2 pytest

See merge request app-frameworks/esp-matter!716
2024-04-25 10:23:29 +08:00
liyashuai 190af4c3f3 add esp32c2 pytest 2024-04-24 10:31:06 +08:00
chendejin f4bc6b8dfa Add light example with esp_matter component. 2024-04-23 19:14:39 +08:00
WanqQixiang e7c345b4eb move out custom controller cluster 2024-04-23 11:25:56 +08:00
WanqQixiang a02f650501 Move the code of rainmaker rest apis to rainmaker repo
Do not expose access token as an attribute
2024-04-23 11:25:20 +08:00
Shu Chen 0aac1d35e5 Merge branch 'fix/crash_external_platform' into 'main'
fixed external platform crash due to device instance info

See merge request app-frameworks/esp-matter!703
2024-04-23 10:16:10 +08:00
Shu Chen f7397d8225 Merge branch 'thread_br/custom_cluster' into 'main'
thread_br: add thread br custom cluster

See merge request app-frameworks/esp-matter!590
2024-04-23 10:13:29 +08:00
Wang Qixiang ba953233f5 thread_br: add thread br custom cluster 2024-04-23 10:13:29 +08:00
Shu Chen c0fb895e2c Merge branch 'icd/update_features' into 'main'
Update features for ICD Management cluster

See merge request app-frameworks/esp-matter!698
2024-04-23 10:10:28 +08:00
Shu Chen 8c101cadd1 Merge branch 'remove-diag-logs-from-eg' into 'main'
Revert "Support diagnostic logs cluster in light example"

See merge request app-frameworks/esp-matter!710
2024-04-23 10:07:42 +08:00
Shu Chen 43918edaca Merge branch 'fix_c2_relinker' into 'main'
Remove few functions that are crashing from relinker's list

See merge request app-frameworks/esp-matter!712
2024-04-23 10:03:04 +08:00
Shubham Patil f86500ae73 Remove few functions that are crashing from relinker's list
This was crashing on boot as well as during commissioning
2024-04-22 17:57:11 +05:30
Hrishikesh Dhayagude 01864cfa12 Merge branch 'bugfix/relink_for_5.1.2' into 'main'
bugfix: relinker for v5.1.2

See merge request app-frameworks/esp-matter!709
2024-04-22 13:59:36 +08:00
Hrishikesh Dhayagude edb8128000 Merge branch 'ota_cfg' into 'main'
API to set the OTA configurations

See merge request app-frameworks/esp-matter!705
2024-04-21 00:26:47 +08:00
Shubham Patil 4a675b503a Revert "Support diagnostic logs cluster in light example"
This reverts commit 9998ef3cb6.
2024-04-19 17:26:58 +05:30
YuanMingFu d086bfae38 bugfix: relinker for v5.1.2 2024-04-19 19:45:38 +08:00
Hrishikesh Dhayagude a81100ad98 Merge branch 'handle_nvs_primitive_types' into 'main'
Ensure backward compatibility for attributes stored in NVS with primitive data type

See merge request app-frameworks/esp-matter!594
2024-04-19 16:45:43 +08:00
Hrishikesh Dhayagude 1314cafeba Merge branch 'minor_doc_addn' into 'main'
Added documentation for when to disable CONFIG_ENABLE_TEST_SETUP_PARAMS option

Closes CON-1088

See merge request app-frameworks/esp-matter!678
2024-04-19 16:41:55 +08:00
Hrishikesh Dhayagude 16c53ffa2d Merge branch 'feature/relinker_more_idf_ver' into 'main'
relinker: add support for more idf version

See merge request app-frameworks/esp-matter!704
2024-04-19 16:33:34 +08:00
liyashuai 36b1ccf10a update door lock cluster 2024-04-18 14:17:22 +08:00
Shubham Patil eea4ed7554 API to set the OTA configurations 2024-04-18 10:16:30 +05:30
Sayon Deep 6f3da404a1 fixed external platform crash due to device instance info 2024-04-18 09:21:52 +05:30
YuanMingFu 46c3d4d07b relinker: add support for more idf version 2024-04-18 11:40:34 +08:00
Hrishikesh Dhayagude 91bf33fc23 Merge branch 'little_typo_fix' into 'main'
esp-matter: typo fix for CONFIG_ESP_MATTER_ENABLE_DATA_MODEL

See merge request app-frameworks/esp-matter!706
2024-04-18 11:30:28 +08:00
WanqQixiang ac3e08741c esp-matter: typo fix for CONFIG_ESP_MATTER_ENABLE_DATA_MODEL 2024-04-16 17:42:52 +08:00
Hrishikesh Dhayagude 477499373e Merge branch 'fix/esp-now-bridge_update_espnow' into 'main'
Update esp-now version.

See merge request app-frameworks/esp-matter!668
2024-04-16 11:06:22 +08:00
Zhang Wei 44664187c0 Update esp-now version. 2024-04-16 11:06:22 +08:00
Shu Chen 431c6a5990 Merge branch 'fix_zap_light' into 'main'
Do not use minimum unused endpoint id if server instance is disabled or ESP-Matter data model is disabled

Closes CON-1120

See merge request app-frameworks/esp-matter!702
2024-04-15 09:10:39 +08:00
WanqQixiang eadcdc6803 esp-matter: Update features for ICD Management cluster 2024-04-12 17:24:13 +08:00
WanqQixiang 958c7e95ed Do not use minimum unused endpoint id if server instance is disabled or ESP-Matter data model is disabled
Fixes CON-1120
2024-04-12 15:32:26 +08:00
Shubham Patil bd3cadcf25 indent the code 2024-04-12 12:38:16 +05:30
Shubham Patil 68714c0e2d Ensure backward compatibility for attributes stored in NVS with
primitive data type

Removed config option ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE.

Previously, the ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE option
determined whether to store attributes as a blob or a primitive data
type in NVS. Since this configuration is not backward compatible, we now
read the attribute as a primitive data type if not found. If it's a
blob, we read it and rewrite it as a primitive data type.
2024-04-12 12:38:16 +05:30
Shu Chen 89f47b6c8a Merge branch 'v1.3/zap_common_update' into 'main'
Update zap_common files for v1.3 branch

See merge request app-frameworks/esp-matter!696
2024-04-12 14:55:55 +08:00
Hrishikesh Dhayagude 116947b674 Merge branch 'device/electric_sensor' into 'main'
[Delegate needed] Add electrical sensor device type

See merge request app-frameworks/esp-matter!693
2024-04-12 14:07:14 +08:00
Rohit Jadhav 19afe6e3ed Add electrical sensor device type 2024-04-11 23:45:19 +05:30
WanqQixiang d20a9200bb Update zap_common files for v1.3 branch 2024-04-11 15:01:18 +08:00
Shu Chen aea4a24eda Merge branch 'update_idf_to_v5_2_1' into 'main'
update idf version to v5.2.1

See merge request app-frameworks/esp-matter!680
2024-04-11 12:31:55 +08:00
Shu Chen ab584db4bf Merge branch 'update_chip_submodule_to_v1.3_branch' into 'main'
[v1.3-branch] update connectedhomeip to v1.3-branch: 5bb5c9e

See merge request app-frameworks/esp-matter!675
2024-04-11 10:10:20 +08:00
liyashuai 2ef30e7a47 fix ci error 2024-04-10 16:43:53 +08:00
liyashuai 213d48c6d4 update connectedhomeip to v1.3-branch: 5bb5c9e 2024-04-10 11:19:42 +08:00
liyashuai b061c3c6d0 update c2 relinker for ci fix 2024-04-10 10:39:17 +08:00
liyashuai 32e2f71e76 update idf version to v5.2.1 for fixing Bootloader TOCTOU Vulnerability in Anti-rollback Scheme 2024-04-09 19:34:18 +08:00
Shubham Patil 8943861e30 handle setting empty strings
Fixes https://github.com/espressif/esp-matter/issues/802
2024-04-08 19:42:35 +05:30
Shu Chen d592c3f827 Merge branch 'client_only_commissioner' into 'main'
Add client-only controller and commissioner

See merge request app-frameworks/esp-matter!636
2024-04-08 10:37:39 +08:00
WanqQixiang e39a21e770 Add client-only controller and commissioner 2024-04-07 19:31:00 +08:00
Hrishikesh Dhayagude 2418e6696f Merge branch 'fix_timer_fmt_cluster' into 'main'
time-format and active-calendar-type are not nullable attributes in spec

See merge request app-frameworks/esp-matter!690
2024-04-06 20:59:57 +08:00
Shubham Patil 9d2af7785f time-format and active-calendar-type are not nullable attributes 2024-04-04 18:14:25 +05:30
Hrishikesh Dhayagude a119520fcc Merge branch 'ci/idf_ref_var' into 'main'
Added a idf_checkout_ref variable for further CI optimizations

See merge request app-frameworks/esp-matter!686
2024-04-03 13:25:19 +08:00
shripad621git 2684b2bde0 Added a idf_checkout_ref variable for further CI optimizations 2024-04-02 19:15:10 +05:30
Hrishikesh Dhayagude ca174c74ee Merge branch 'device/rain_sensor' into 'main'
Add Rain Sensor device type

See merge request app-frameworks/esp-matter!661
2024-04-02 21:32:48 +08:00