Commit Graph

657 Commits

Author SHA1 Message Date
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
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
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
Hrishikesh Dhayagude f796000ed6 Merge branch 'pr_311' into 'main'
[GH_PR] [mfg_tool] Replaces spake2p, mfg_gen, chip-tool binary executable usages in...

See merge request app-frameworks/esp-matter!341
2023-04-10 12:21:28 +08:00
dhairyashah1 08a56856a2 [mfg_tool] Replaces spake2p, mfg_gen, chip-tool binary executable usages in 'tools/mfg_tool/mfg_tool.py' with respective python implementations - spake2p.py, mfg_gen.py, generate_setup_payload.py
Removes functions get_chip_qrcode, get_chip_manualcode, get_qrcode_args & get_manualcode_args from 'tools/mfg_tool/utlis.py'
Adds python_stdnum dependency for using 'tools/mfg_tool/mfg_tool.py' in `tools/mfg_tool/requirements.txt'

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

[mfg_tool] Adds python_stdnum dependency for using mfg_tool.py in 'requirements.txt'

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

mfg_tool: Adds mfg_tool dependencies reinstallation note in 'RELEASE_NOTES.md'

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

[mfg_tool] Adds details on reinstalling tools/mfg_tool dependencies

Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
2023-04-07 15:53:29 +05:30
shripad621git e94bbd7d0d Added User Label Cluster to generic_switch example.
Fixes https://github.com/espressif/esp-matter/issues/300.
2023-04-07 12:45:22 +05:30
Hrishikesh Dhayagude 3d643befa5 Merge branch 'pr_298' into 'main'
[GH_PR] Added constructors for cluster config structures with const members

See merge request app-frameworks/esp-matter!337
2023-04-06 23:49:07 +08:00
Hrishikesh Dhayagude 025c115875 Merge branch 'pr_286' into 'main'
[GH_PR] Indicating Read or Write on Attribute

See merge request app-frameworks/esp-matter!336
2023-04-06 23:45:52 +08:00
Diego Rodríguez Royo 0e86cc1b27 Added documentation for the special config_t constructors 2023-04-06 06:12:55 +00:00
Diego Rodríguez Royo a4362661c4 Added constructors for cluster config structures with const members
Fixes https://github.com/espressif/esp-matter/issues/280
2023-04-06 06:12:46 +00:00
Shu Chen fde2c7ea84 Merge branch 'bugfix/c2_relinker' into 'main'
bugfix: relinker: rm some objects

See merge request app-frameworks/esp-matter!335
2023-04-06 13:07:30 +08:00
InfiniteYuan f6f863f9c8 bugfix: relinker: rm some objects 2023-04-06 11:32:14 +08:00
Shu Chen 126864c9ba Merge branch 'feature/add_c2_docs' into 'main'
docs: build docs for C2 and C6

See merge request app-frameworks/esp-matter!332
2023-04-04 13:35:51 +08:00
Hrishikesh Dhayagude 3a65dfc753 Merge branch 'bugfix/add-esp32s3' into 'main'
Added esp32s3 option for light_switch and set Momentory switch as

See merge request app-frameworks/esp-matter!330
2023-04-03 18:35:28 +08:00
Rohit Jadhav bbe1d8c08d Added esp32s3 option for light_switch and set Momentory switch as
default for generic_switch fixes https://github.com/espressif/esp-matter/issues/295
2023-04-03 13:19:14 +05:30
shripad621git 146977123a Indicating Read or Write on Attribute
Fixes #236.
For better debuggig added 'R' or 'W' on the prints for attributes.
2023-04-03 12:46:37 +05:30
Shu Chen 999e8c4899 docs: build docs for C2 and C6 2023-04-03 10:28:13 +08:00
Hrishikesh Dhayagude 575d51c42b Merge branch 'example/add_c2_support_for_zaplight' into 'main'
example: zap_light add support for c2

See merge request app-frameworks/esp-matter!331
2023-03-31 22:54:06 +08:00
Shu Chen 53a77d5669 Merge branch 'fix_platform_submodule' into 'main'
bugfix: Fix docker build in github

See merge request app-frameworks/esp-matter!328
2023-03-31 21:08:30 +08:00