Commit Graph

673 Commits

Author SHA1 Message Date
Shu Chen 803af23b6a ci: fix the ci failure caused by urllib3 dependency 2023-05-08 10:46:23 +08:00
Hrishikesh Dhayagude 1b95fcf667 Merge branch 'window_covering/add_cluster' into 'main'
bugfix: Add clusters for window_covering: groups and scenes

See merge request app-frameworks/esp-matter!357
2023-04-29 13:43:31 +08:00
Wang Hui Xiao 5af48e6668 bugfix: Add clusters for window_covering: groups and scenes 2023-04-29 13:43:31 +08:00
Hrishikesh Dhayagude 01f9f6e250 Merge branch 'bufgix/feature-dependency' into 'main'
Add feature dependency for color control cluster

See merge request app-frameworks/esp-matter!363
2023-04-29 13:42:32 +08:00
Hrishikesh Dhayagude 96c55840db Merge branch 'bugfix/fan-mode' into 'main'
Add min/max bound to fan_mode attribute. Closes https://github.com/espressif/esp-matter/issues/354

See merge request app-frameworks/esp-matter!365
2023-04-29 13:41:54 +08:00
Rohit Jadhav 09ac01ff5b Add min/max bound to fan_mode attribute. Closes https://github.com/espressif/esp-matter/issues/354 2023-04-28 15:37:40 +05:30
Shu Chen f4cf21f625 Merge branch 'docs/bridge_apps' into 'main'
docs: Update README files for the bridge apps

See merge request app-frameworks/esp-matter!353
2023-04-28 10:43:27 +08:00
Hrishikesh Dhayagude 6cd4b8d627 Merge branch 'fix/rmaker_null_check' into 'main'
fix: Added null check for rainmaker node id

See merge request app-frameworks/esp-matter!352
2023-04-27 19:48:09 +08:00
Hrishikesh Dhayagude 7cfe6c995f Merge branch 'pr_323' into 'main'
[GH_PR] [format_specifier] - Fixes ESP_LOG format specifier mismatches in components/esp_matter (CON-414)

See merge request app-frameworks/esp-matter!356
2023-04-27 00:00:49 +08:00
Hrishikesh Dhayagude 0cb65d2177 Merge branch 'demo/esp-now_matter_bridge' into 'main'
Add ESP-NOW bridge example and necessary support

See merge request app-frameworks/esp-matter!323
2023-04-26 23:57:57 +08:00
Zhang Wei 853b2666d4 Add ESP-NOW bridge example and necessary support 2023-04-26 23:57:57 +08:00
Hrishikesh Dhayagude d77356256e Merge branch 'feature/add-humidity-sensor-device-type' into 'main'
add humidity sensor device type

See merge request app-frameworks/esp-matter!361
2023-04-26 23:52:44 +08:00
Rohit Jadhav 0870fbae89 Add feature dependency for color control cluster 2023-04-25 15:55:44 +05:30
liyashuai f6a2f5c5b3 add humidity sensor device type 2023-04-23 18:41:06 +08:00
Shu Chen 0b1762e511 Merge branch 'controller/fix_disabling_commissioner' into 'main'
controller: Fix errors when disabling commissioner

See merge request app-frameworks/esp-matter!354
2023-04-21 10:04:01 +08:00
Shu Chen d2b4f04c25 Merge branch 'doc/add-mfg-tool-example' into 'main'
[Docs] Add mfg tool example for Pre-provisioning

See merge request app-frameworks/esp-matter!338
2023-04-21 10:03:16 +08:00
sanket.wadekar d8843931f8 fix: Added null check for rainmaker node id 2023-04-20 18:11:02 +05:30
dhairyashah1 859ea8f023 Fixes format specifier mismatches in ESP_LOG prints & snprintf's using endpoint_id, cluster_id, attribute_id & command_id of components/esp_matter, examples/zigbee_bridge
[examples] Removes '-Wformat=0' flag from root CMakeLists.txt's from examples
Solves and fixes #296

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>

[zigbee_bridge] Adds PRI format specifiers in zigbee_bridge.cpp

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
2023-04-19 23:25:11 +05:30
Hrishikesh Dhayagude 09d30c2a4f Merge branch 'bugfig/thermostat' into 'main'
Add optional attributes of thermostat cluster to matter sdk

See merge request app-frameworks/esp-matter!355
2023-04-20 00:37:22 +08:00
Hrishikesh Dhayagude 26e81f4598 Merge branch 'example/clean_zap_generated' into 'main'
example: Clean files under main/zap-generated path

See merge request app-frameworks/esp-matter!358
2023-04-19 19:01:49 +08:00
Hrishikesh Dhayagude 05016db89b Merge branch 'nvs_primitive_apis' into 'main'
core: Use NVS APIs to get/set attributes with primitive datatype

See merge request app-frameworks/esp-matter!347
2023-04-19 17:34:27 +08:00
Hrishikesh Dhayagude 24048e5c41 Merge branch 'feature/add_attribute_report' into 'main'
feature: add attribute report API

See merge request app-frameworks/esp-matter!340
2023-04-19 17:29:34 +08:00
Hrishikesh Dhayagude 9aeb76fe96 Merge branch 'fix/readme_doc' into 'main'
Documentation: Remove the full clone command in the README

See merge request app-frameworks/esp-matter!359
2023-04-19 16:42:57 +08:00
WanqQixiang 5d97f7ec83 example: Clean files under main/zap-generated path 2023-04-19 15:55:16 +08:00
InfiniteYuan 8caa280e4b feature: add attribute report API 2023-04-19 12:05:37 +08:00
liyashuai 8a16428375 add mfg tool example for pre-provising in docs 2023-04-19 11:17:24 +08:00
Hrishikesh Dhayagude 517c6facd5 Documentation: Remove the full clone command in the README
The documentation explains about the clone command that pulls in only
the required components
2023-04-18 18:53:58 +05:30
Rohit Jadhav f8e657d3be Add optional attributes of thermostat cluster to matter sdk 2023-04-17 16:24:14 +05:30
WanqQixiang 10b5fd22f6 controller: Fix errors when disabling commissioner 2023-04-17 17:17:54 +08:00
Shubham Patil ef2c3e4d8b core: Use NVS APIs to get/set attributes with primitive datatype
Added the config option to all examples' sdkconfig.defaults
2023-04-17 13:18:33 +05:30
WanqQixiang 0211d9578a docs: Update README file for the bridge apps 2023-04-17 15:43:04 +08:00
Shu Chen b40bf8e398 Merge branch 'use_idf_v5_0_1' into 'main'
Update default IDF version to v5.0.1

See merge request app-frameworks/esp-matter!342
2023-04-17 09:27:51 +08:00
Hrishikesh Dhayagude 94df8c5d91 Merge branch 'faqs' into 'main'
docs: Added FAQs regarding lark module not found and RAM increase due to

See merge request app-frameworks/esp-matter!351
2023-04-16 15:01:07 +08:00
Hrishikesh Dhayagude 4d9bdd5499 Merge branch 'fix_mem_api_warnings' into 'main'
matter_mem: Remove IRAM_ATTR attribute from header files

See merge request app-frameworks/esp-matter!346
2023-04-16 14:59:45 +08:00
Shubham Patil da1e31b92f docs: Added FAQs regarding lark module not found and RAM increase due to
ble memory free
2023-04-15 20:25:45 +05:30
Shu Chen c52fa686d1 Merge branch 'dnssd_start_server' into 'main'
esp_matter: Start dnssd server when getting IP address according to CHIP_DEVICE_CONFIG_ENABLE_WIFI

See merge request app-frameworks/esp-matter!343
2023-04-14 10:16:16 +08:00
Hrishikesh Dhayagude 17035c1279 Merge branch 'pr_331' into 'main'
[GH_PR] doc: VID and PID also in hex

See merge request app-frameworks/esp-matter!350
2023-04-13 20:46:09 +08:00
Hrishikesh Dhayagude b9ae687d87 Merge branch 'pr_328' into 'main'
[GH_PR] Added missing curly brace in chip-tool path

See merge request app-frameworks/esp-matter!349
2023-04-13 19:15:57 +08:00
Hrishikesh Dhayagude 4e8767166b Merge branch 'remove_ipv6_scope' into 'main'
examples: Remove -DLWIP_IPV6_SCOPES=0

See merge request app-frameworks/esp-matter!348
2023-04-13 17:44:30 +08:00
Hrishikesh Dhayagude dcc956d0a9 Merge branch 'pr_320' into 'main'
[GH_PR] [mfg_tool] Updates tools/mfg_tool/README.md with updated dependency changes in mfg_tool.py

See merge request app-frameworks/esp-matter!345
2023-04-13 16:42:41 +08:00
Juraj Michálek 54d8819b36 doc: VID and PID also in hex 2023-04-13 08:58:02 +02:00
WanqQixiang 43d836acba examples: Remove -DLWIP_IPV6_SCOPES=0 2023-04-13 10:29:42 +08:00
Shubham Patil 4703fc4469 matter_mem: Remove IRAM_ATTR attribute from header files
Prefixing IRAM_ATTR to declaration and definition will try to put
that function into iram section on both occassions. This puts up the
warning saying coflicting symbol. Removed them from the declaration.
2023-04-12 17:59:34 +05:30
Hrishikesh Dhayagude 16b4f98a8f Merge branch 'pr_315' into 'main'
[GH_PR] Added User Label Cluster to generic_switch example.

See merge request app-frameworks/esp-matter!344
2023-04-12 20:23:19 +08:00
WanqQixiang 47e434e3d7 Update default IDF version to v5.0.1 2023-04-12 18:56:27 +08:00
ph2355 5b697f2e0a Added missing curly brace in chip-tool path 2023-04-12 09:12:41 +02:00
WanqQixiang e3cd51dc4d esp_matter: Start dnssd server when getting IP address according to CHIP_DEVICE_CONFIG_ENABLE_WIFI 2023-04-11 19:38:28 +08:00
Shu Chen b5666463a0 Merge branch 'partition_c6' into 'main'
examples: make ESP32C6 and ESP32H2 use the same partition table

See merge request app-frameworks/esp-matter!339
2023-04-11 10:08:33 +08:00
dhairyashah1 e999aae5b8 [mfg_tool] Updates tools/mfg_tool/README.md with updated dependency changes in mfg_tool.py
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>

[mfg_tool] Fixes dependency descriptions in 'tools/mfg_tool/README.md'

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
2023-04-10 16:48:35 +05:30
WanqQixiang 97fc93655e examples: make ESP32C6 and ESP32H2 use the same partition table 2023-04-10 14:21:24 +08:00