Commit Graph

935 Commits

Author SHA1 Message Date
Mahavir Jain 02b927ed15 Add brief security policy for ESP-Matter repository 2023-10-25 04:15:01 +00:00
Hrishikesh Dhayagude 04c4676e1b Merge branch 'bugfix/mfg_tool' into 'main'
bugfix: mfg_tool don't support existing dac cert

See merge request app-frameworks/esp-matter!507
2023-10-25 11:15:02 +08:00
Shu Chen 3d32807c72 Merge branch 'controller/struct_decode_custom_cluster' into 'main'
controller: Decode the custom controller cluster command data field as TLV structure

See merge request app-frameworks/esp-matter!516
2023-10-23 17:07:23 +08:00
Hrishikesh Dhayagude df8ed2de08 Merge branch 'rmaker_cluster_invoke' into 'main'
rainmaker: Fix the parsing of payload received in configuration command and add some comments

See merge request app-frameworks/esp-matter!517
2023-10-23 16:38:16 +08:00
Shubham Patil 91d86266ee rainmaker: Fix the parsing of payload received in configuration command and add some comments 2023-10-20 14:29:09 +05:30
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
Shu Chen bbdf7976b2 Merge branch 'bugfix/nvs_commit' into 'main'
bugfix: nvs_close before nvs_commit

See merge request app-frameworks/esp-matter!511
2023-10-18 14:15:19 +08:00
Shu Chen 1fa0968c2e Merge branch 'fix/attribute_metadata_size' into 'main'
bugfix: fix the decreasing of attribute metadate size after reboot

See merge request app-frameworks/esp-matter!512
2023-10-18 14:14:18 +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
WanqQixiang b262e17416 esp-matter: fix the decreasing of attribute metadate size after reboot 2023-10-17 11:30:12 +08:00
WanqQixiang 0d1b506846 controller: Decode the custom controller cluster command data field as TLV structure 2023-10-13 19:00:15 +08:00
InfiniteYuan a0600c7b4c bugfix: nvs_close before nvs_commit 2023-10-12 20:24:21 +08:00
Piyush Shah 79dfcc7b9d Merge branch 'rainmaker-write-node-id' into 'main'
rainmaker: Cluster revision update

See merge request app-frameworks/esp-matter!508
2023-10-12 02:07:56 +08:00
Shubham Patil 462e58a8d4 rainmaker: Cluster revision update
- Renamed attribute "challenge" to "challenge_response"
- Added a new attribute "challenge" (writable) to write the challenge.
 Apps can either use this or the older command to write RainMaker challenge
2023-10-11 21:35:16 +05:30
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
InfiniteYuan 67916ad59e bugfix: mfg_tool don't support existing dac cert 2023-10-09 20:40:10 +08:00
Hrishikesh Dhayagude f1e7e14649 Merge branch 'ble-mesh-eth' into 'main'
Add support of ethernet in ble-mesh platform

See merge request app-frameworks/esp-matter!506
2023-10-09 20:35:29 +08:00
PSONALl 2f6c54a125 Add support of ethernet in ble-mesh platform 2023-10-09 14:22:28 +05:30
Shu Chen 744c1442e3 Merge branch 'controller/update_json_components' into 'main'
controller: Update the managed components of json_generator and json_parser

See merge request app-frameworks/esp-matter!496
2023-10-08 15:54:37 +08:00
WanqQixiang bf03cc9262 controller: Update the managed components of json_generator and json_parser 2023-10-07 10:13:22 +08:00
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
Hrishikesh Dhayagude 2832857748 Merge branch 'fix_reading_from_nvs' into 'main'
Fix reading values back from nvs

See merge request app-frameworks/esp-matter!501
2023-10-04 14:27:17 +08:00
Shubham Patil 28b37dea29 Fix reading values back from nvs
Fixes https://github.com/espressif/esp-matter/issues/660
2023-09-29 19:36:02 +05:30
Hrishikesh Dhayagude 1cacb8b2fc Merge branch 'fix/nvs_api' into 'main'
Add the nvs commit and close calls in factory_reset and erase_persistent_data.

See merge request app-frameworks/esp-matter!494
2023-09-27 22:49:57 +08:00
Hrishikesh Dhayagude 6aa7601258 Merge branch 'feature/add_judgement_for_event_list_create' into 'main'
add a judgement for create event list attribute

See merge request app-frameworks/esp-matter!495
2023-09-22 17:12:00 +08:00
Hrishikesh Dhayagude cd325c6fa4 Merge branch 'launchpad_qrcode' into 'main'
launchpad: display app specific qrcode

See merge request app-frameworks/esp-matter!490
2023-09-21 14:25:47 +08:00
Shu Chen 499eaddb59 Merge branch 'controller/fix_controller_cluster' into 'main'
controller_cluster: fix errors after submodule update

See merge request app-frameworks/esp-matter!492
2023-09-18 16:51:06 +08:00
Shu Chen 10b745c44e Merge branch 'controller/administrator_commissioning' into 'main'
controller: Add administrator commissioning commands

See merge request app-frameworks/esp-matter!362
2023-09-18 16:49:18 +08:00
WanqQixiang 2f916c8224 controller: Add administrator commissioning commands 2023-09-15 17:58:08 +08:00
Shu Chen 8b4f19c523 Merge branch 'controller/more_clusters_support' into 'main'
controller: Add support for Identify, Scenes, Thermostat, and DoorLock cluster

See merge request app-frameworks/esp-matter!481
2023-09-15 16:33:10 +08:00
WanqQixiang 3084a11f08 controller_cluster: fix errors after submodule update 2023-09-15 16:26:07 +08:00
liyashuai d6a1b68298 add a judgement for create event list attribute 2023-09-15 13:34:52 +08:00
shripad621git 9fd3822cc6 Add the nvs commit and close calls in factory_reset and erase_persistent_data. 2023-09-15 06:15:24 +05:30
WanqQixiang 338ba13cc1 doc: Controller example changes for more clusters 2023-09-14 14:56:27 +08:00
Hrishikesh Dhayagude 1ae2101180 Merge branch 'esp_matter/attribute_largest' into 'main'
esp_matter: Make the attribute buffer largest configurable

See merge request app-frameworks/esp-matter!485
2023-09-13 17:42:27 +08:00
Hrishikesh Dhayagude 7e35369570 Merge branch 'eth-dns-fix' into 'main'
Ethernet Commissioning fix

See merge request app-frameworks/esp-matter!453
2023-09-13 17:05:26 +08:00
PSONALl 5d94b80517 Ethernet Commissioning fix 2023-09-13 11:01:18 +05:30
WanqQixiang 616ba8732c controller: Add support for Identify, Scenes, Thermostat, and DoorLock cluster 2023-09-13 11:06:33 +08:00
Shu Chen c619ce5a6f Merge branch 'controller/unsupported_handler' into 'main'
controller: Provide APIs to send the unsupported commands and write the unsupported attributes

See merge request app-frameworks/esp-matter!489
2023-09-12 20:17:29 +08:00
Shu Chen 289dc9d23f Merge branch 'controller/support_more_clusters' into 'main'
controller: Add support for clusters of occupancy_sensing, wind_covering, and...

See merge request app-frameworks/esp-matter!483
2023-09-12 20:14:46 +08:00
Hrishikesh Dhayagude b1f8e38168 Merge branch 'bugfix/thermostat' into 'main'
Sync thermostat cluster features to spec

See merge request app-frameworks/esp-matter!491
2023-09-12 18:21:11 +08:00
Rohit Jadhav c5dc913c38 Sync thermostat cluster features to spec
Fixes https://github.com/espressif/esp-matter/issues/628
2023-09-12 12:43:13 +05:30
Hrishikesh Dhayagude f507e6ca15 Merge branch 'te2-optional-attributes' into 'main'
Matter v1.2 TE-2 optional features and submodule update

See merge request app-frameworks/esp-matter!465
2023-09-12 13:44:54 +08:00
Shu Chen 694b4c6f99 Merge branch 'bugfix/remove_option_cmd_resetcounts' into 'main'
remove optional command resetcounts in dgthread cluster

See merge request app-frameworks/esp-matter!486
2023-09-12 12:28:21 +08:00
Shubham Patil 856e11c8a7 Fix the mfg-test-app 2023-09-11 22:44:24 +05:30
WanqQixiang 23476b3a39 esp_matter: Make the attribute buffer largest configurable 2023-09-11 17:02:46 +08:00
Shubham Patil 6cbc342c7d launchpad: display app specific qrcode 2023-09-11 14:19:19 +05:30
PSONALl d4c8b65772 Matter v1.2 TE-2 optional features and submodule update 2023-09-11 09:16:55 +05:30
WanqQixiang 1f0e2cff1b controller: Provide APIs to send the unsupported commands and write the unsupported attributes 2023-09-08 17:52:42 +08:00
liyashuai 1fe8888ec7 remove optional command resetcounts in dgthread cluster 2023-09-08 12:06:38 +08:00