Commit Graph

819 Commits

Author SHA1 Message Date
Shu Chen a080651bc6 Merge branch 'ipr-1-1' into 'release/v1.1'
[v1.1] docs: modify copyright headers for files taken and modified from

See merge request app-frameworks/esp-matter!1053
2025-03-27 17:07:24 +08:00
Shubham Patil 5fc6e9f305 docs: added copyrights and licensing page in programming guide 2025-02-20 10:03:07 +05:30
Shubham Patil 94e4b3a39a docs: add the notice file 2025-02-20 10:02:34 +05:30
Shubham Patil 0c76f6e407 docs: modify copyright headers for files taken and modified from
third-party sources
2025-02-20 10:02:28 +05:30
Shu Chen 28ba8bc6ff Merge branch 'cherry-pick/v1_1_delete_identify' into 'release/v1.1'
components/esp_matter: delete identify when destroy endpoint (backport v1.1)

See merge request app-frameworks/esp-matter!878
2024-09-11 19:34:51 +08:00
chendejin 1b9b96b6e0 components/esp_matter: delete identify when destroy endpoint 2024-09-11 14:36:45 +08:00
Hrishikesh Dhayagude b81fd6fdfa Merge branch 'add_mode_select' into 'release/v1.1'
components/esp-matter: Add mode select device type

See merge request app-frameworks/esp-matter!778
2024-06-26 01:34:04 +08:00
Rohit Jadhav a4eca7fc75 components/esp-matter: Add mode select device type 2024-06-18 15:49:18 +05:30
Shu Chen 3a48ad06e0 Merge branch 'v1_1/update_chip_submodule_403852dd7b' into 'release/v1.1'
update chip submodule to contain this PR #33354

See merge request app-frameworks/esp-matter!747
2024-05-21 15:38:53 +08:00
liyashuai df8b783efb update chip submodule to contain this PR #33354 2024-05-17 15:58:35 +08:00
Shu Chen 587cd62c14 Merge branch 'v1_1/update_chip_submodule_651298bcee' into 'release/v1.1'
[v1.1] update commit to latest 651298bcee to fix #33273

See merge request app-frameworks/esp-matter!731
2024-05-07 13:57:28 +08:00
liyashuai 6787300d6d update commit to latest 651298bcee to fix #33273 2024-05-07 11:15:41 +08:00
Shu Chen 564c4bcecf Merge branch 'v1_1/update_idf_to_5_2_1' into 'release/v1.1'
[v1.1] update idf version to v5.2.1

See merge request app-frameworks/esp-matter!701
2024-04-28 16:05:26 +08:00
liyashuai d94a31c490 update thread br version to v1.0 in pytest to fix ci error 2024-04-24 15:59:47 +08:00
liyashuai 92c99bfc6d update idf version to v5.2.1 2024-04-12 10:32:43 +08:00
liyashuai 6707c8100b update connectedhomeip submodule to the latest v1.1-branch 2024-04-12 10:16:03 +08:00
Shu Chen 9c20068327 Merge branch 'example/blemesh_bridge_platform_update_v1.1' into 'release/v1.1'
blemesh_bridge: sync custom platform for blemesh_bridge(v1.1)

See merge request app-frameworks/esp-matter!653
2024-04-09 17:30:11 +08:00
Hrishikesh Dhayagude 608a7ae92b Merge branch 'update_submodule/v1.1-branch' into 'release/v1.1'
Update chip submodule to v1.1-branch.

See merge request app-frameworks/esp-matter!646
2024-03-26 16:07:52 +08:00
Shripad Deshpande 5f3604b53f Update chip submodule to v1.1-branch. 2024-03-26 16:07:51 +08:00
Hrishikesh Dhayagude 6b82808557 Merge branch 'fix-str-issues-1-1' into 'release/v1.1'
[v1.1] Fix problems with string type attributes

See merge request app-frameworks/esp-matter!657
2024-03-15 20:21:10 +08:00
Shubham Patil 32545696d0 update the size after updating total size 2024-03-14 17:47:28 +05:30
Shu Chen 1cb7b39096 Merge branch 'v1.1/deinit_ble_if_commissioned' into 'release/v1.1'
[v1.1] Deinit ble when commissioned if USE_BLE_ONLY_FOR_COMMISSIONING is enabled

See merge request app-frameworks/esp-matter!650
2024-03-13 11:28:46 +08:00
WanqQixiang d01e960ab3 Fix CI building for esp-now bridge 2024-03-12 16:21:38 +05:30
Shubham Patil 1ed21a7017 Fix the return type for invalid event id 2024-03-11 15:00:28 +05:30
Shubham Patil 4b50db0e99 Fix active locale attributes 2024-03-11 15:00:12 +05:30
Shubham Patil 3d9d6d1fa6 Fix problems with string type attributes
- Use the defined consts when creating attributes
- Pass in the strlen and the max size of attribute when creating
  attribute
- Allocate max-str-size plus the size for storing the string length when
  creating the attribute metadata
2024-03-11 15:00:10 +05:30
YuanMingFu 0e7a5a38c0 blemesh_bridge: update BLEManagerImpl.cpp 2024-03-07 16:20:08 +08:00
WanqQixiang e685d8334b Update connectedhomeip submodule to use EndpointEqueueFilter and deinit ble when commissioned if USE_BLE_ONLY_FOR_COMMISSIONING is enabled 2024-03-06 15:28:04 +08:00
Hrishikesh Dhayagude f511d22642 Merge branch 'backport_node_label/v1.1' into 'release/v1.1'
fix/node-label : [v.1.1] cherry-pick node-label fix to release/v1.1.

See merge request app-frameworks/esp-matter!631
2024-02-27 01:01:56 +08:00
Li Ya Shuai 2bb72e51a4 fix node label read failure issue 2024-02-08 15:37:04 +05:30
WanqQixiang 47ddf124e3 esp_matter: Make the attribute buffer largest configurable 2024-02-08 15:33:39 +05:30
Shu Chen 5abc3095da Merge branch 'update_1_1_submodule_to_32992de' into 'release/v1.1'
[v1.1] update chip submodule to 32992decc5763

See merge request app-frameworks/esp-matter!602
2024-01-17 10:13:18 +08:00
liyashuai ab709b7e60 update chip submodule to 32992decc5763 for release/v1.1 branch 2024-01-16 20:39:17 +08:00
shripad621git 382afc8bf6 tools/ci: Added the fix for build_apps in build_apps.py 2024-01-15 10:48:25 +08:00
Shu Chen c0b7f5574b Merge branch 'update_chip_submodule_0018136' into 'release/v1.1'
update chip submodule to 00181368119726 to fix subscribe resume issue

See merge request app-frameworks/esp-matter!595
2024-01-11 19:33:47 +08:00
liyashuai 74fc5c1598 update chip submodule to 00181368119726 to fix subscribe resume issue 2024-01-11 19:33:25 +08:00
Hrishikesh Dhayagude 5ddcc0b5d9 Merge branch 'backport/chip_tool_civ1.1' into 'release/v1.1'
ci/chip-tool : [v1.1] Removed the redundant chip-tool builds from CI using the one built during install.sh.

See merge request app-frameworks/esp-matter!597
2024-01-11 19:29:45 +08:00
shripad621git 722b44d42e ci/chip-tool : [v1.1] Removed the redundant chip-tool builds from CI using the one built during install.sh 2024-01-11 11:25:09 +05:30
Hrishikesh Dhayagude abcfe75082 Merge branch 'backport/579' into 'release/v1.1'
[v1.1] Added an event when BLE is deinitialized and memory is reclaimed

See merge request app-frameworks/esp-matter!584
2024-01-08 13:40:05 +08:00
Shubham Patil 098a0699a9 Added an event when BLE is deinitialized and memory is reclaimed 2023-12-21 16:29:55 +05:30
Shu Chen dbd6fce23b Merge branch 'wifi-scan-list-fix' into 'release/v1.1'
[v1.1] update chip submodule to 24271f5 to fix wifi scan list entries count

See merge request app-frameworks/esp-matter!578
2023-12-19 19:11:34 +08:00
Shubham Patil 539658e772 update chip submodule to 24271f5 to fix wifi scan list entries count 2023-12-19 11:46:14 +05:30
Hrishikesh Dhayagude f7047f7502 Merge branch 'fix_nimble_threading' into 'release/v1.1'
[v1.1] update chip submodule to 5d8894c to fix nimble threading issue

See merge request app-frameworks/esp-matter!565
2023-12-08 13:31:57 +08:00
Shubham Patil a67766c6ba update chip submodule to 5d8894c to fix nimble threading issue 2023-11-27 12:27:27 +05:30
Shu Chen dd4f34ec98 Merge branch 'update_submodule/v1.1.0.2' into 'release/v1.1'
Update chip submodule to v1.1.0.2 on  esp-matter release/v1.1.

See merge request app-frameworks/esp-matter!542
2023-11-13 16:46:01 +08:00
shripad621git df3f50d52a Update submodule to v1.1.0.2 2023-11-09 13:08:45 +05:30
Shu Chen 0b2efa895f Merge branch 'update_nvs_get_function_to_fix_issue' into 'release/v1.1'
bugfix: fix the decreasing of attribute metadate size after reboot in v1.1

See merge request app-frameworks/esp-matter!522
2023-10-30 10:57:28 +08:00
liyashuai e8491ce9f4 bugfix: fix the decreasing of attribute metadate size after reboot 2023-10-25 10:59:52 +08:00
Shu Chen 6c5344a92f Merge branch 'cherry-pick/add_judgement_for_create_event_list_attribute' into 'release/v1.1'
add a judgement for create event list attribute

See merge request app-frameworks/esp-matter!513
2023-10-19 10:16:48 +08:00
Shu Chen e502ea1143 Merge branch 'fix/attribute_metadata_size_v1_1' into 'release/v1.1'
bugfix: fix the decreasing of attribute metadate size after reboot(v1.1 backport)

See merge request app-frameworks/esp-matter!514
2023-10-18 14:14:41 +08:00