Commit Graph

308 Commits

Author SHA1 Message Date
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
liyashuai 88cd6d324f update c2 relinker for ci fix 2024-04-10 10:33:08 +08:00
liyashuai 2d8bfd5faa update idf version to v5.2.1 2024-04-09 20:05:43 +08:00
Shu Chen 28dc66a305 Merge branch 'example/blemesh_bridge_platform_update_v1.2' into 'release/v1.2'
blemesh_bridge: sync custom platform for blemesh_bridge(v1.2)

See merge request app-frameworks/esp-matter!655
2024-04-08 22:41:30 +08:00
YuanMingFu 8d2c271c10 blemesh_bridge: update BLEManagerImpl.cpp 2024-03-07 16:58:02 +08:00
Shubham Patil ffbf28382d Pin esp-now component to 2.4.0 2024-03-06 14:13:32 +08:00
Shubham Patil 9383fcd187 Added an event when BLE is deinitialized and memory is reclaimed
Fixes https://github.com/espressif/esp-matter/issues/777
2024-02-28 15:37:36 +05:30
shripad621git 22740875fc ci/chip-tool : Removed the redundant chip-tool builds from CI using the one built during install.sh 2024-02-01 18:06:57 +05:30
Hrishikesh Dhayagude fead56616a Merge branch 'doc/zigbee_bridge' into 'main'
docs: Zigbee Bridge readme file improvement

See merge request app-frameworks/esp-matter!561
2023-12-03 13:46:27 +08:00
WanqQixiang 25e271c4f9 docs: Zigbee Bridge readme file improvement 2023-12-01 18:19:48 +08:00
Hrishikesh Dhayagude 165e662c1b Merge branch 'fix-console' into 'main'
Fix console initialisation of all-device-types-app

See merge request app-frameworks/esp-matter!554
2023-11-28 15:39:13 +08:00
WanqQixiang fd033440c7 thread_br: Add esp_matter_thread_br component
controller: Run openthread border router with the controller

Remove custom thread_br cluster
2023-11-23 11:10:20 +08:00
Rohit Jadhav 6beecdf26a Fix console initialisation of all-device-types-app 2023-11-22 18:03:03 +05:30
WanqQixiang 12e73847aa client: remove is_group in command_handle to make cluster_update be able to notify all the binding entries
closes CON-874
2023-11-10 10:35:59 +08:00
Shu Chen 1ff7b63828 Merge branch 'bridge/endpoint_num' into 'main'
Bridge: fix the endpoint number limit issue

Closes CON-761 and CON-830

See merge request app-frameworks/esp-matter!493
2023-11-09 10:17:58 +08:00
PSONALl cc957103e8 Add device types from v1.2 release in all-device-type-app 2023-11-06 19:15:42 +05:30
Hrishikesh Dhayagude 12716c76e7 Merge branch 'update-to-matter-1_2' into 'main'
Update CHIP submodule to 1.2.0.1

See merge request app-frameworks/esp-matter!537
2023-11-06 19:09:25 +08:00
Rohit Jadhav 0fdb83184e Update CHIP submodule to 1.2.0.1 2023-11-06 12:56:53 +05:30
Hrishikesh Dhayagude 198db1245d Merge branch 'fix_strtol' into 'main'
Replace strtol with strtoul wherever required

See merge request app-frameworks/esp-matter!528
2023-11-03 17:55:34 +08:00
WanqQixiang 64bd657cc5 examples: all the examples of ESP32-C6 over Wi-Fi and add thread-example build CI for c6 2023-11-03 10:52:32 +08:00
WanqQixiang 98c6e8070b Bridge: Fix the endpoint number limit issue
Close CON-761

nvs: use one namespace for the non-volatile atttributes in all the endpoints

Close CON-830

Release Note change
2023-11-03 10:36:22 +08:00
Shubham Patil 71379cc963 Replace strtol with strtoul wherever required 2023-11-01 17:44:35 +05:30
WanqQixiang cc58a481d2 example: fix the logic of de-initializing BLE after commissioning
example: disable external crystal on ESP32-H2 in sleepy-device example
2023-10-25 12:32:31 +08:00
Shu Chen c707e6680a Merge branch 'feature/icd_management' into 'main'
ICD: Add icd_management component and thread sleepy example

See merge request app-frameworks/esp-matter!498
2023-10-18 16:10:33 +08:00
WanqQixiang 9e53da83cd esp_matter: add icd management cluster support
Add thread sleepy example

connectedhomeip: update submodule to support ICD

Update idf version to commit 6b1f40b9bf on release/v5.1 branch
2023-10-18 12:33:52 +08:00
Hrishikesh Dhayagude 63e79f0211 Merge branch 'minor_doc_fix' into 'main'
Documentation: Minor documentation changes

Closes CON-801 and CON-692

See merge request app-frameworks/esp-matter!500
2023-10-09 22:20:49 +08:00
PSONALl 2f6c54a125 Add support of ethernet in ble-mesh platform 2023-10-09 14:22:28 +05:30
Shubham Patil 54a8903f32 Few documentation fixes
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
Shubham Patil 856e11c8a7 Fix the mfg-test-app 2023-09-11 22:44:24 +05:30
PSONALl d4c8b65772 Matter v1.2 TE-2 optional features and submodule update 2023-09-11 09:16:55 +05:30
Hrishikesh Dhayagude 41b143e0bc Merge branch 'fix/esp-now-bridge-s3-event-overflow' into 'main'
fix event stack overflow issue when running the example on S3.

See merge request app-frameworks/esp-matter!480
2023-09-07 17:19:28 +08:00
Shu Chen 2f4cf0f8aa Merge branch 'controller/matter_controller_cluster' into 'main'
controller: add matter controller cluster

See merge request app-frameworks/esp-matter!442
2023-09-07 10:58:13 +08:00
WanqQixiang 2a2122e9e5 controller: add matter controller cluster 2023-09-06 12:31:57 +08:00
Zhang Wei afe6d17532 fix event stack overflow issue when running the example on S3. 2023-09-05 11:27:56 +08:00
Hrishikesh Dhayagude 0a1d89d723 Merge branch 'docs/esp-now-bridge-button-update' into 'main'
Update application note for ESP-NOW bridge to include data models.

See merge request app-frameworks/esp-matter!463
2023-09-05 09:46:20 +08:00
Zhang Wei 8a4907d55d Update application note for ESP-NOW bridge to include data models. 2023-09-05 09:46:20 +08:00
Hrishikesh Dhayagude c2584207ec Merge branch 'mfg_test_app' into 'main'
examples: Manufacturing test application

See merge request app-frameworks/esp-matter!302
2023-08-31 18:30:21 +08:00
Hrishikesh Dhayagude 1c45b08917 Merge branch 'add/ref-rac' into 'main'
Add RAC, Refrigerator and Temp ctrl cabinet device types to all-device-types-app

See merge request app-frameworks/esp-matter!471
2023-08-30 22:52:40 +08:00
Shu Chen 616567f748 Merge branch 'update_idf' into 'main'
Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds

See merge request app-frameworks/esp-matter!464
2023-08-29 14:22:01 +08:00
Rohit Jadhav aa05597e74 Add RAC, Refrigerator and Temp ctrl cabinet device types to all-device-types-app 2023-08-29 11:46:10 +05:30
WanqQixiang b2be128c96 Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds 2023-08-29 10:48:16 +08:00
Shubham Patil 4c0a1fc7b8 examples: Manufacturing test application
- Reads the DAC and PAI certificate from the secure cert partition and
  dump the relevant details on the console.
- Signs the garbage using DAC key and verifies it with the key parsed
  from DAC.
- Performs DAC->PAI->PAA chain validation
- Reads and print the status of flash encryption and secure boot
2023-08-28 11:22:19 +05:30
PSONALl 57c55bd711 Matter v1.2 TE2 platform fixes -
Update Cluster Revision of all clusters

Add scene clusters missing commands

Add Product Appearance attribute to basic information cluster

Add missing attributes in color control cluster

Add breadcrumb attribute

Add missing attributes and commands in bridged device information cluster

Fix typo in basic information cluster

Add Scene Table Size attribute

Fix CI for zigbee bridge

Add attribute bounds and string length checks
2023-08-25 16:56:18 +05:30
Rohit Jadhav ee8fb44a17 Added all device type example 2023-08-24 21:10:42 +08:00
WanqQixiang 250b202d2e examples: Remove requirements for main components 2023-08-10 16:48:13 +08:00
Hrishikesh Dhayagude 96dcdb8a22 Merge branch 'ble-ctrl-fix' into 'main'
Fix crash with ble-controller example

See merge request app-frameworks/esp-matter!433
2023-08-04 18:55:39 +08:00
PSONALl 940211eb73 Fix crash with ble-controller 2023-08-03 18:09:04 +05:30
Shubham Patil ae72e1d3a6 cmake: get cluster dir list rather than individually specifying it 2023-08-03 15:49:46 +05:30
Shu Chen 85963d2ca8 Merge branch 'nvs/change_default_nvs_size_to_48k' into 'main'
change example default nvs size to 48k

See merge request app-frameworks/esp-matter!443
2023-07-27 20:22:48 +08:00