Commit Graph

583 Commits

Author SHA1 Message Date
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
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
Rohit Jadhav 549f81910e Added Pump device type to data model 2023-02-24 10:49:40 +05:30
Hrishikesh Dhayagude 75103ddca8 Merge branch 'bugfix/namespace_plugin_init' into 'main'
bridge: Fix the bridged endpoint plugin init

See merge request app-frameworks/esp-matter!303
2023-02-23 18:34:53 +08:00
WanqQixiang 56daa63509 docs: Update docs for controller updates 2023-02-23 15:54:23 +08:00
WanqQixiang 0890dbc8d9 controller: Add groupsettings command
controller: Add invoking commands and writing attributes commands for group_key_management cluster

controller: Add invoking commands for groups cluster
2023-02-23 15:52:42 +08:00
WanqQixiang 38a893b1ac bridge: Fix the bridged endpoint plugin init 2023-02-23 11:13:29 +08:00
Shu Chen 128a62d775 Merge branch 'bugfix/shell_client_command' into 'main'
bugfix: Register client command callbacks when matter shell is disabled

See merge request app-frameworks/esp-matter!301
2023-02-20 19:59:43 +08:00
Shu Chen e45d8742a5 Merge branch 'bridge/plugin_init_bridged_endpoint' into 'main'
Bridge: Call plugin init callbacks for bridged endpoints

See merge request app-frameworks/esp-matter!299
2023-02-20 19:58:59 +08:00
Shu Chen 7ae69fa31a Merge branch 'bugfix/blemesh_bridge_compiler_failed' into 'main'
bugfix: compile failed when enable factory data provider

See merge request app-frameworks/esp-matter!296
2023-02-20 19:56:57 +08:00
WanqQixiang 0330dadfbb bugfix: Register client command when matter shell is disabled 2023-02-20 19:20:31 +08:00
Hrishikesh Dhayagude a27a01002b Merge branch 'device/flow_sensor' into 'main'
Added flow sensor device type

See merge request app-frameworks/esp-matter!272
2023-02-20 17:10:24 +08:00
Rohit Jadhav 50e2b7f4f5 Added flow sensor device type 2023-02-20 11:12:05 +05:30
Hrishikesh Dhayagude 4d8c6f903d Merge branch 'device/pressure-sensor' into 'main'
Added pressure sensor device type

See merge request app-frameworks/esp-matter!267
2023-02-18 14:20:51 +08:00
Rohit Jadhav e2a69d2cc8 Added pressure sensor device type 2023-02-18 00:17:17 +05:30
Hrishikesh Dhayagude e18933ac00 Merge branch 'device/light_sensor' into 'main'
Added light-sensor device type

See merge request app-frameworks/esp-matter!266
2023-02-17 21:36:27 +08:00
Rohit Jadhav ae1d5d87fb Added light-sensor device type 2023-02-17 15:02:00 +05:30
WanqQixiang bd9fc0d974 Bridge: Call plugin init callbacks for bridged endpoints 2023-02-17 12:39:08 +08:00
InfiniteYuan bb6bb9afd9 bugfix: compiler failed when enable factory data provider 2023-02-16 16:51:46 +08:00
Hrishikesh Dhayagude c8f2f78618 Merge branch 'fix/doc_link' into 'main'
docs: Minor updates to the documentation

See merge request app-frameworks/esp-matter!295
2023-02-15 16:10:26 +08:00
Hrishikesh Dhayagude 89f95690ac Merge branch 'mfg_tool/remove_comment' into 'main'
mfg_tool: Remove the TODO comment of the count limit.

See merge request app-frameworks/esp-matter!297
2023-02-15 15:33:32 +08:00
Hrishikesh Dhayagude f81a2ec7bb docs: Minor updates to the documentation
Update the links to point to the correct connectedhomeip submodule we
use
Add a note to enable developer mode on iOS to use our test chip-tool app
Update the Wi-Fi connection CLI in the FAQs
2023-02-15 10:18:17 +05:30
WanqQixiang 1c4bf7b918 mfg_tool: Remove the comment of the count limit. 2023-02-14 15:34:36 +08:00
Hrishikesh Dhayagude 83ecbccd7c Merge branch 'bugfix/event_null_check' into 'main'
Added null check for callback events

See merge request app-frameworks/esp-matter!292
2023-02-13 14:51:53 +08:00