Commit Graph

605 Commits

Author SHA1 Message Date
Hrishikesh Dhayagude d9903aca07 Merge branch 'backport/nvs_api_1.0' into 'release/v1.0'
Backport the nvs_api fix to release/v1.0.

See merge request app-frameworks/esp-matter!503
2023-10-30 00:49:04 +08:00
Shripad Deshpande d2ad891d00 Backport the nvs_api fix to release/v1.0. 2023-10-30 00:49:04 +08:00
Hrishikesh Dhayagude dbaabc82e0 Merge branch 'revert/mfg_tool_commit' into 'release/v1.0'
Revert "Merge branch 'add/mfg_tool_manualcode_format_v1.0' into 'release/v1.0'" commit on release/v1.0.

See merge request app-frameworks/esp-matter!497
2023-10-04 14:04:05 +08:00
shripad621git 91860ebacc Revert "Merge branch 'add/mfg_tool_manualcode_format_v1.0' into 'release/v1.0'"
This reverts commit 1aaeb534a9, reversing
changes made to 8cf029456a.
2023-09-28 11:30:33 +05:30
Shu Chen 1aaeb534a9 Merge branch 'add/mfg_tool_manualcode_format_v1.0' into 'release/v1.0'
mfg_tool: add manualcode format for onb_codes.csv (backport v1.0)

See merge request app-frameworks/esp-matter!401
2023-06-22 20:18:42 +08:00
InfiniteYuan 21d9632e29 mfg_tool: add manualcode format for onb_codes.csv 2023-06-20 20:14:06 +08:00
Shu Chen 8cf029456a Merge branch 'bugfix/funcion_list_v1_0' into 'release/v1.0'
esp-matter: Add the missing functions to the functions list of clusters

See merge request app-frameworks/esp-matter!379
2023-05-25 11:32:37 +08:00
WanqQixiang 78cf3c3562 esp-matter: Add the missing functions to the functions list of clusters 2023-05-22 12:22:07 +08:00
Hrishikesh Dhayagude e4a12be1a9 Merge branch 'add/mfg_tool_manualcode_format_v1.0' into 'release/v1.0'
mfg_tool: add manualcode format(backport v1.0)

See merge request app-frameworks/esp-matter!376
2023-05-16 17:27:13 +08:00
InfiniteYuan 73265e4c95 mfg_tool: add manualcode format 2023-05-16 11:59:35 +08:00
Shu Chen 193af51aa7 Merge branch 'build/add_urllib3_requirement_v1.0' into 'release/v1.0'
ci: fix the ci failure caused by urllib3 dependency (backport release/v1.0)

See merge request app-frameworks/esp-matter!372
2023-05-11 17:01:15 +08:00
Shu Chen ced15727e0 ci: fix the ci failure caused by urllib3 dependency 2023-05-11 16:57:52 +08:00
Hrishikesh Dhayagude f434afebbe Merge branch 'feature/add_attribute_report_v1.0' into 'release/v1.0'
feature: add attribute report (backport v1.0)

See merge request app-frameworks/esp-matter!360
2023-04-20 00:37:57 +08:00
InfiniteYuan 6744184244 feature: add attribute report API 2023-04-19 16:34:03 +08:00
Hrishikesh Dhayagude 3b376bec96 Merge branch 'v1.0/bugfix/switches' into 'release/v1.0'
Added esp32s3 to light_switch and make momentary switch as default (backport release/v1.0)

See merge request app-frameworks/esp-matter!333
2023-04-04 12:59:04 +08:00
Rohit Jadhav 57c54c3ea9 Added esp32s3 to light_switch and make momentary switch as default 2023-04-03 17:27:17 +05:30
Hrishikesh Dhayagude 9bb410d995 Merge branch 'bugfix/deinit_ble_before_disconnect_v1.0' into 'release/v1.0'
bugfix: deinit ble before disconnect(backport v1.0)

See merge request app-frameworks/esp-matter!325
2023-03-31 12:25:30 +08:00
InfiniteYuan 83c25e9758 bugfix: deinit ble before disconnect 2023-03-28 17:15:30 +08:00
Hrishikesh Dhayagude 80a22dc229 Merge branch 'bugfix/window_covering_attribute' into 'main'
Repair attribute: config_status and safety_status and mode

See merge request app-frameworks/esp-matter!306
2023-03-16 22:45:10 +08:00
Hrishikesh Dhayagude ab8f467da9 Merge branch 'expose_identify_options' into 'main'
identify: Make init API configurable and pass in identify effect in cb

See merge request app-frameworks/esp-matter!317
2023-03-16 20:55:07 +08:00
wanghuixiao 8d3b0aab81 Repair type: Update the type of safety_status attribute 2023-03-16 17:12:19 +08:00
Hrishikesh Dhayagude b012fb2cc5 Merge branch 'mem_alloc' into 'main'
Add support of dynamic memory allocation strategies

See merge request app-frameworks/esp-matter!315
2023-03-16 16:58:55 +08:00
Shubham Patil d7215de6d2 identify: Make init API configurable and pass in identify effect in cb
Closes https://github.com/espressif/esp-matter/issues/238
2023-03-16 13:53:49 +05:30
Hrishikesh Dhayagude 718a05525c Merge branch 'bugfix/window_covering' into 'main'
Removed un-used/redundent code of window covering cluster

See merge request app-frameworks/esp-matter!279
2023-03-16 13:04:23 +08:00
Hrishikesh Dhayagude 290d524aea Merge branch 'fix-temp-sensor' into 'main'
Fix Temperature Measurement cluster's attribute values

See merge request app-frameworks/esp-matter!318
2023-03-16 09:13:41 +08:00
Hrishikesh Dhayagude ca98d8200e Merge branch 'pr_243' into 'main'
[GH_PR] Added the support to pass the private data in esp_matter_start.

See merge request app-frameworks/esp-matter!309
2023-03-15 22:19:26 +08:00
PSONALl c8babee85a Add support of dynamic memory allocation strategies 2023-03-15 17:54:44 +05:30
Rohit Jadhav 3484600fa6 Removed un-used code of window covering cluster and sync with spec
Addressed review comments
2023-03-15 17:13:05 +05:30
PSONALl bcafaaab67 Fix Temperature Measurement cluster's attribute values 2023-03-15 17:08:45 +05:30
Hrishikesh Dhayagude 39460ac1ec Merge branch 'task/dynamic_endpoint_count' into 'main'
zap_generated: Add support to change the dynamic endpoint count through menuconfig

See merge request app-frameworks/esp-matter!313
2023-03-15 19:31:34 +08:00
shripad621git c9346290ac Added the support to pass the private data in esp_matter_start.
Fixes https://github.com/espressif/esp-matter/issues/240.
2023-03-15 15:50:18 +05:30
Chirag Atal 1856e151b8 zap_generated: Add support to change the dynamic endpoint count through menuconfig
Added some menuconfig options which can be helpful for memory optimisations.
2023-03-15 09:51:32 +05:30
Hrishikesh Dhayagude d886f9c765 Merge branch 'minor/qrcode_link_update' into 'main'
Minor fix: Update the QR code link in FAQs

See merge request app-frameworks/esp-matter!316
2023-03-10 16:16:40 +08:00
Hrishikesh Dhayagude c7e84184af Minor fix: Update the QR code link in FAQs 2023-03-10 10:26:57 +05:30
Hrishikesh Dhayagude cd11fb7658 Merge branch 'device/pump' into 'main'
Added Pump device type to data model

See merge request app-frameworks/esp-matter!298
2023-03-08 17:49:24 +08:00
Hrishikesh Dhayagude 06f67d8690 Merge branch 'pr_266' into 'main'
[blemesh & zigbee bridge] Adds support to reduce complexity of bridged_device...

See merge request app-frameworks/esp-matter!314
2023-03-08 17:40:29 +08:00
dhairyashah1 48cffae757 [blemesh & zigbee bridge] Adds support to reduce complexity of bridged_device search using priv_data instead of using endpoint
Fixes and closes https://github.com/espressif/esp-matter/issues/60
2023-03-08 03:32:13 +05:30
Shu Chen f709bd5a91 Merge branch 'controller/spiffs_paa' into 'main'
controller: Add reading PAA cert from spiffs partition

See merge request app-frameworks/esp-matter!304
2023-03-07 14:05:27 +08:00
Shu Chen d8b809603d Merge branch 'bugfix/fix-link-error-for-platform-mdns' into 'main'
Fix build error for external platform mdns

See merge request app-frameworks/esp-matter!307
2023-03-07 14:04:41 +08:00
Shu Chen b93483cfbb Merge branch 'sec_cert/update' into 'main'
sec_cert: Update esp_secure_cert_mgr version to v2.2.1

See merge request app-frameworks/esp-matter!312
2023-03-07 14:02:17 +08:00
WanqQixiang 07a2183e65 sec_cert: Update esp_secure_cert_mgr version to v2.2.1 2023-03-03 12:05:35 +08:00
Hrishikesh Dhayagude b8f0e22370 Merge branch 'doc_change' into 'main'
Removed fabricIndex:1 from light_switch README file

See merge request app-frameworks/esp-matter!311
2023-03-02 19:32:31 +08:00
VaishaliAvhale 480f045599 Removed fabricIndex:1 from light_switch README file 2023-03-01 18:25:36 +05:30
Hrishikesh Dhayagude cb1249f934 Merge branch 'pr_224' into 'main'
[GH_PR] Made Certificate Declaration Optional in generating factory partition using mfg_tool

See merge request app-frameworks/esp-matter!308
2023-03-01 19:26:06 +08:00
liyashuai ca6fc9f31f fix build error for platform mdns 2023-03-01 16:29:32 +08:00
shripad621git cfc2e10a1c Added fixed labels using nvs in generic_switch example.
Fixes https://github.com/espressif/esp-matter/issues/211
Added two fixed-labels using nvs in the generic_switch example.
Added the mfg generated binary file 20202020_3841.bin to flash at the specified address after flashing the firmware.
2023-03-01 13:08:15 +05:30
shripad621git 0dbeaa5edd Made Certificate Declaration Optional in generating factory partition using mfg_tool
In order to generate factory partition only containing vendor-id,product-id,discriminator and passcode using mfg_tool,
made Certificate Declaration optional.
Also removed type=str and required=false from mfg_tool.py as type and required options are str and false by default.
2023-03-01 12:55:25 +05:30
WanqQixiang bf27627bd0 controller: Add reading PAA cert from spiffs partition 2023-02-28 19:12:32 +08:00
Shu Chen 0b285e86a6 Merge branch 'controller/group_support' into 'main'
controller: Add group support

See merge request app-frameworks/esp-matter!255
2023-02-24 15:46:53 +08:00
Shubham Patil 5a3cc53b8b Applied suggestions 2023-02-24 13:20:25 +08:00