Commit Graph

107 Commits

Author SHA1 Message Date
WanqQixiang 25e271c4f9 docs: Zigbee Bridge readme file improvement 2023-12-01 18:19:48 +08:00
Hrishikesh Dhayagude 9bada61563 Merge branch 'feature/security_guide_and_policy' into 'main'
Feature/security guide and policy

See merge request app-frameworks/esp-matter!505
2023-10-31 14:38:19 +08:00
WanqQixiang ad8f0b425e doc: Move the controller document to a high layer 2023-10-30 14:50:15 +08:00
Hrishikesh Dhayagude 8b28a133f7 Merge branch 'docs/prerequisites_and_WSL' into 'main'
Added instructions for prerequisites and WSL

See merge request app-frameworks/esp-matter!488
2023-10-25 19:17:04 +08:00
Mahavir Jain e438fbcc3a Add product security guide 2023-10-25 11:50:05 +05:30
Shu Chen c707e6680a Merge branch 'feature/icd_management' into 'main'
ICD: Add icd_management component and thread sleepy example

See merge request app-frameworks/esp-matter!498
2023-10-18 16:10:33 +08:00
WanqQixiang 9e53da83cd esp_matter: add icd management cluster support
Add thread sleepy example

connectedhomeip: update submodule to support ICD

Update idf version to commit 6b1f40b9bf on release/v5.1 branch
2023-10-18 12:33:52 +08:00
Shubham Patil 54a8903f32 Few documentation fixes
- Added some docs for attribute and identify callback
- mfg_tool: Add the sourcing of esp-idf's export.sh script
- Added the link for getting the repository in top level README.md
- Table for Matter specification version and release branches
- FAQ for stuck at "Solving dependencies requirements"
- Change the link and doc in rainmaker example
2023-10-05 12:47:35 +05:30
Sayon Deep 36fa9d9e98 Added instructions for prerequisites and WSL
Close https://github.com/espressif/esp-matter/issues/583
2023-10-05 12:32:34 +05:30
WanqQixiang 2f916c8224 controller: Add administrator commissioning commands 2023-09-15 17:58:08 +08:00
WanqQixiang 338ba13cc1 doc: Controller example changes for more clusters 2023-09-14 14:56:27 +08:00
Sayon Deep a76393f2b3 Added instructions for prerequisites and WSL
Close https://github.com/espressif/esp-matter/issues/583
2023-09-10 20:59:24 +05:30
WanqQixiang 4dd3d534d8 docs: Use ESP-IDF v5.1.1 for all the targets 2023-09-01 10:55:20 +08:00
Shu Chen 616567f748 Merge branch 'update_idf' into 'main'
Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds

See merge request app-frameworks/esp-matter!464
2023-08-29 14:22:01 +08:00
WanqQixiang b2be128c96 Update IDF to v5.1.1 tag for ESP32-H2 and ESP32-C6 builds 2023-08-29 10:48:16 +08:00
Shubham Patil 873c69f609 Minor docker image, launchpad, and documentation changes
- GITHUB_REF_NAME does not work so using github.ref_name in workflow
  file
- Building light and ligh-switch for target H2 and C6 in launchpad and
  fixed the RainMaker iOS application link
- Using the prod ready Matter qrcode in documentation
2023-08-28 16:12:05 +05:30
Rohit Jadhav 3a75dabe27 Allowing empty semantic tags list in SupportedModes attribute of ModeSelect. Fixes https://github.com/espressif/esp-matter/issues/529 2023-07-31 17:11:56 +05:30
Hrishikesh Dhayagude af3a6c0e12 Fix the indentation for the table of contents in the documentation 2023-07-11 18:41:07 +05:30
Hrishikesh Dhayagude e13093ba8a Fix the Launchpad link in the documentation 2023-07-11 11:02:10 +05:30
Hrishikesh Dhayagude d7f283c390 Merge branch 'controller-docs' into 'main'
Update documentation for BLE controller

See merge request app-frameworks/esp-matter!413
2023-07-11 12:45:36 +08:00
Rohit Jadhav 6efa409f85 Fix CI 2023-07-06 17:56:21 +05:30
Rohit Jadhav e965560480 Addressed review comments 2023-07-06 15:13:29 +05:30
PSONALl 22fa3d1cd6 Update documentation for BLE controller 2023-07-06 11:56:37 +05:30
Rohit Jadhav f5e80e7482 Added support of mode select 2023-07-06 11:47:53 +05:30
Shubham Patil 056fc6f852 docs: Added FAQs for version number and chip stack lock 2023-07-04 12:32:10 +05:30
Shubham Patil e04c1eb302 ota: Enable the handling of encrypted OTA image
Also, added the docs around OTA and sample usage in light example.
2023-06-07 19:32:12 +05:30
Shubham Patil d0b81170f3 Changes to bump connectedhomeip submodule to revision: 65b6ed4
- Replaced component esp32_mbedtls with mbedtls from requirements
- Enabled CONFIG_MBEDTLS_HKDF_C option in all the sdkconfig.defaults
- Removed secure cert dac provider from here and using one in
  connectedhomeip repo
- Enabled CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL in sdkconfig.defaults.esp32h2
2023-05-30 18:05:25 +08:00
shripad621git 7f97c97311 Provision to add buttons to generic_switch example
Added the gpio_button struct to create the gpio buttons.
Mapped the buttons to corresponding endpoints.
Changed app_main.cpp to make creation of buttons more easy.
Added CONFIG_FACTORY_COMMISSIONABLE_DATA_PROVIDER AND CONFIG_FACTORY_DEVICE_INFO_PROVIDER in sdkconfig.defaults
to keep the app consistent with changes in providers code.
2023-05-23 16:59:28 +05:30
Hrishikesh Dhayagude c1a19aceff Fast forward connectedhomeip submodule to the latest v1.1-branch 2023-05-18 16:09:25 +05:30
Shu Chen 4707b88ceb Merge branch 'custom_providers' into 'main'
esp-matter: Add custom providers support

See merge request app-frameworks/esp-matter!367
2023-05-11 12:54:48 +08:00
WanqQixiang 534fc4885a esp-matter: Add custom providers support 2023-05-11 10:04:05 +08:00
Hrishikesh Dhayagude ad126a98df Merge branch 'doc_fix' into 'main'
Minor doc fixes and added onboarding codes in generic_switch

See merge request app-frameworks/esp-matter!369
2023-05-10 20:36:04 +08:00
Shubham Patil 0e6d37c2ee examples: Minor doc fixes and added onboarding codes in generic_switch
Closes https://github.com/espressif/esp-matter/issues/372
2023-05-09 14:59:19 +05:30
Shu Chen 731cc4acb4 Merge branch 'bug/fix_s3_doc' into 'main'
docs: fix docs build for esp32s3

See merge request app-frameworks/esp-matter!366
2023-05-09 14:21:29 +08:00
Shu Chen 52cc2f6bea docs: fix docs build for esp32s3 2023-05-08 19:52:38 +08:00
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