Commit Graph

45 Commits

Author SHA1 Message Date
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
Hrishikesh Dhayagude 74690bfc3f Update the release notes and the top-level README.md 2022-06-14 14:58:00 +05:30
Hrishikesh Dhayagude b7a6bd5be8 Merge branch 'docs_update' into 'main'
Update the Matter documentation

See merge request app-frameworks/esp-matter!132
2022-06-12 00:31:12 +08:00
Hrishikesh Dhayagude 6c8db6e2ac Update the Matter documentation 2022-06-11 18:36:02 +05:30
Shubham Patil bc45bb3a66 Do not deinit BLE on Commissioning Complete and minor doc change 2022-06-09 18:56:50 +05:30
Shubham Patil 41e7ea0596 Remove support for ESP32S2 chip 2022-06-09 18:56:50 +05:30
InfiniteYuan 1a63fae155 blemesh: add ci and doc for blemesh_bridge example 2022-06-06 11:06:15 +08:00
Chirag Atal 533ab129ee esp_matter: Data model fixes
- Removed color_dimmable_light
- Fixed identify cluster for switch
- Fixed basic cluster on all endpoints
- Passing NULL config for client clusters
2022-06-03 10:50:10 +05:30
Chirag Atal 0b555d3cf7 esp_matter_rainmaker: Fix the rainmaker cluster_id
docs: Corresponding changes
2022-05-31 16:09:38 +05:30
Shu Chen 2f49d2871c docs: Miscellaneous changes 2022-05-29 20:01:49 +08:00
Shu Chen a9d0f37f02 ci: fix build and docs ci 2022-05-29 14:59:12 +08:00
Hrishikesh Dhayagude 07342808b6 Miscellaneous changes in the documentation - Part I 2022-05-28 07:43:20 +08:00
Chirag Atal c3d58d2668 Minor docs changes 2022-05-28 07:43:20 +08:00
Chirag Atal adc45fb552 esp_matter: Add support for more device types
Also other minor doc changes.
2022-05-28 07:43:20 +08:00
Chirag Atal 2e91ab095f docs: Minor docs changes
readme: Replacing the example rst files in the docs with the readme files in the example directories.
2022-05-28 07:43:20 +08:00
Chirag Atal 58ede577ef esp-matter: Minor miscellaneous fixes
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00
Chirag Atal 28b385d228 esp_matter: Change all IDs to their correct data types. 2022-05-28 07:42:00 +08:00
Chirag Atal 937bbd81fe esp-matter: General changes and fixes
Some of these are changes corresponding to the spec or to the documentation.
zigbee_bridge: Renamed bridge_zigbee to zigbee_bridge.
switch: Changed console commands to: matter esp bound/client invoke.
2022-05-28 07:41:49 +08:00
Shu Chen ab1d30a2cb docs: add more description for platform solutions and H2 examples 2022-05-28 07:39:41 +08:00
Chirag Atal 76d45474f0 docs: Add matter docs 2022-05-28 07:39:41 +08:00
Shu Chen fae8c0672b platform: fix the default external platform configuration 2022-05-16 19:35:53 +08:00
Jiacheng Guo ecfa1623b2 platform: add custom include path config for external platform 2022-05-10 19:02:52 +08:00
Jiacheng Guo 82c5c7b686 example: add example for adding external platform 2022-04-29 21:11:35 +08:00