Commit Graph

222 Commits

Author SHA1 Message Date
Shu Chen ecddefbfdd submodule: update connectedhomeip to v1.1.0.1 tag 2023-05-08 19:52:16 +08:00
Shubham Patil 385374d9e7 docs: Added FAQ for generating matter onboarding codes 2023-05-08 14:55:59 +05:30
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
liyashuai 8a16428375 add mfg tool example for pre-provising in docs 2023-04-19 11:17:24 +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
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
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
Juraj Michálek 54d8819b36 doc: VID and PID also in hex 2023-04-13 08:58:02 +02: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
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
WanqQixiang 97fc93655e examples: make ESP32C6 and ESP32H2 use the same partition table 2023-04-10 14:21:24 +08:00
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
Diego Rodríguez Royo 0e86cc1b27 Added documentation for the special config_t constructors 2023-04-06 06:12:55 +00:00
Shu Chen 999e8c4899 docs: build docs for C2 and C6 2023-04-03 10:28:13 +08:00
WanqQixiang ca1258fd51 bugfix: Fix docker build in github 2023-03-31 17:36:56 +08:00
Shu Chen f2e77d239e Merge branch 'support-c6-h2' into 'main'
Add support for ESP32-C2, ESP32-C6 and ESP32-H2-MP

See merge request app-frameworks/esp-matter!319
2023-03-24 15:30:52 +08:00
WanqQixiang 7b2912a9e5 submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +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 c7e84184af Minor fix: Update the QR code link in FAQs 2023-03-10 10:26:57 +05:30
WanqQixiang 56daa63509 docs: Update docs for controller updates 2023-02-23 15:54:23 +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
Hrishikesh Dhayagude e40e781183 Merge branch 'remove_unused_tags' into 'main'
Remove unused log TAG variables and move sourcing esp-idf/export.sh to getting esp-matter section

See merge request app-frameworks/esp-matter!285
2023-02-04 01:52:50 +08:00
Shubham Patil b9fcdeb57b Move sourcing esp-idf/export.sh to getting esp-matter section 2023-02-03 12:01:10 +05:30
Shubham Patil 4dcf8e95ef docs: Point all doc links to latest deployment
This is the left over from !280
2023-02-01 14:54:27 +05:30
Shubham Patil 31570e6f28 docs: README.md is now pointing to latest doc deployment and fixed a
typo which will enable the target specific dropdown
2023-01-31 16:51:40 +05:30
Shu Chen faf11e9e69 Merge branch 'doc/matter_certification' into 'main'
doc: Add some tips for matter certification test

See merge request app-frameworks/esp-matter!258
2023-01-29 16:29:26 +08:00
WanqQixiang c4862cd158 doc: Add some tips for matter certification test 2023-01-29 15:22:25 +08:00
Hrishikesh Dhayagude b4820c33dd Documentation: Update references to mention ESP-IDF v4.4.3 2023-01-27 12:37:03 +05:30
Shubham Patil 2a7abbb679 docs: Update docs with iOS app reference and added Github actions badges
Also, changed '. export.sh' to 'source export.sh' because people often
gets confused and executes the script which is supposed to be sourced.
2023-01-23 13:52:56 +05:30
Shubham Patil 7927d3b351 docs: source idf export.sh before running matter install.sh
This is the reason people are seeing lark issue. Is is fixed in CI but
on development host, if we follow the steps mentioned in the doc then it
installs lark in our native python environment. By sourcing idf's
export.sh it will install lark in idf's environment.
2023-01-10 21:08:49 +05:30
Shubham Patil 113559b2d7 Build host tools from connectedhomeip repository in install.sh
Also installing python dependencies of mfg_tool
2022-12-20 19:24:56 +05:30
Shubham Patil 12b32ced96 docs: For using esp_secure_cert partition 2022-12-19 11:32:14 +05:30
Shu Chen 6dc6341cd7 Merge branch 'feature/docs_for_network_issue' into 'main'
docs: update some more hints to docs

See merge request app-frameworks/esp-matter!239
2022-12-19 12:17:25 +08:00
Shubham Patil 74c3aacde3 docs: Steps to setup Windows host for developement
Closes https://github.com/espressif/esp-matter/issues/104
2022-12-14 19:02:01 +05:30
Shu Chen d06491141e docs: update some more hints to docs 2022-12-14 11:24:38 +08:00
Shu Chen 449160b1ed Merge branch 'docs_fixes' into 'main'
docs: Changed the version of idf from 4.4.1 to 4.4.2

See merge request app-frameworks/esp-matter!230
2022-11-29 14:11:23 +08:00
Ankur 67b678fefd docs: Changed the version of idf from 4.4.1 to 4.4.2 2022-11-29 11:10:04 +05:30
WanqQixiang fd80c494f2 Add docs and CI for controller example 2022-11-28 12:35:27 +08:00
liyashuai 3170485956 docs: update the FAQs 2022-11-10 14:40:57 +08:00
WanqQixiang ff2d06031d example: Update idf branch for esp32h2 to the latest release/v5.0 2022-10-31 17:05:09 +08:00
Shubham Patil 37d893eedd docs: Added some info about the various commissioners 2022-10-10 14:44:41 +05:30
Shubham Patil 8b48e04034 docs: Only clone ESP32 platform specific submodules
Closes https://github.com/espressif/esp-matter/issues/39
2022-10-06 17:01:37 +05:30
Shubham Patil 4d55e2f8d9 Remove app_qrcode component and do not print it in examples.
Added the default QR code to the docs and pointer to generate the new
factory partition and qr code.
2022-09-20 14:45:34 +05:30
Shu Chen 0eca149514 Merge branch 'update_submodule_support_esp32h2' into 'main'
Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3

See merge request app-frameworks/esp-matter!180
2022-08-26 18:31:31 +08:00
WanqQixiang f9b2a714bc doc: Update README file 2022-08-26 14:55:45 +08:00
Hrishikesh Dhayagude 0e1a62d4ee Minor changes to the documentation 2022-08-25 14:23:31 +05:30
Shubham Patil ef81358133 docs: Details about ccache and shallow clone of repository 2022-08-02 09:50:28 +05:30
Shubham Patil 421dddd203 examples: Remove rainmaker_light 2022-06-15 10:54:20 +05:30