Commit Graph

1290 Commits

Author SHA1 Message Date
Shubham Patil e6d74cc2e7 Removed mfg_tool, related cleanups, and documentation update
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool.

It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00
Hrishikesh Dhayagude d2912848b3 Merge branch 'device/cook-surface' into 'main'
Add cook surface and cooktop device types

See merge request app-frameworks/esp-matter!724
2024-05-23 17:42:35 +08:00
Hrishikesh Dhayagude 2fb2422c6f Merge branch 'fix-tree-exe-in-docker' into 'main'
docker: install tree in esp-matter image and not in chip image

See merge request app-frameworks/esp-matter!751
2024-05-23 14:25:20 +08:00
Shubham Patil b367003be3 docker: install tree in esp-matter image and not in chip image 2024-05-23 10:00:36 +05:30
Hrishikesh Dhayagude 48b60a73a8 Merge branch 'gh_component_upload_workflow' into 'main'
gh-actions: use newer action versions don't run upload component workflow in forks

See merge request app-frameworks/esp-matter!711
2024-05-22 21:31:16 +08:00
Hrishikesh Dhayagude f3b6bf7c08 Merge branch 'rm_ble_header' into 'main'
esp-matter: Remove unused ble header in esp_matter_core.cpp

See merge request app-frameworks/esp-matter!750
2024-05-22 18:49:56 +08:00
Hrishikesh Dhayagude 19512d2f72 Merge branch 'all-devices/c6' into 'main'
Add c6 support on all-device-types-app

See merge request app-frameworks/esp-matter!748
2024-05-22 18:49:05 +08:00
Shu Chen 1e5279b4b8 Merge branch 'controller/commissioner_discovery' into 'main'
Controller/commissioner discovery

See merge request app-frameworks/esp-matter!670
2024-05-22 14:28:45 +08:00
WanqQixiang d36855ec97 esp-matter: Remove unused ble header in esp_matter_core.cpp 2024-05-22 14:09:58 +08:00
Shu Chen 371ee92666 Merge branch 'example/zigbee_bridge_update' into 'main'
Update Zigbee bridge example to support Zigbee SDK v1.3

See merge request app-frameworks/esp-matter!745
2024-05-21 17:01:14 +08:00
Shu Chen 46f2e2ff84 Merge branch 'add_door_lock_example' into 'main'
add door lock example

See merge request app-frameworks/esp-matter!687
2024-05-21 15:40:15 +08:00
chendejin 64595e6063 Update Zigbee bridge to support Zigbee SDK v1.3 2024-05-21 15:33:12 +08:00
Rohit Jadhav 2a6b7ff410 Add c6 support on all-device-types-app 2024-05-21 11:29:34 +05:30
Hrishikesh Dhayagude 2010527ab4 Merge branch 'cluster/mode_base_and_derived' into 'main'
[Delegate needed] Add mode_base cluster and derived refrigerator/tcc mode cluster

See merge request app-frameworks/esp-matter!679
2024-05-20 16:56:54 +08:00
Rohit Jadhav 12fc797e55 Add support of delegate to derived clusters of mode base cluster along with the documentation 2024-05-20 16:56:54 +08:00
Shubham Patil 9a72f4fc9b gh-actions: Few improvements to launchpad workflow
- use newer action versions
- Don't run upload-component workflow in forks
- Lets build the rainmaker matter example as well
- made provision to specify the prefix for application name and
  sdkconfig to build example with
- install tree in docker image
- use tree to generate an index.html to display the content of the
  deplyoed directory
2024-05-17 18:26:23 +05:30
liyashuai 64326977b8 add door lock example and add icd function for thread device(h2+c6) 2024-05-17 15:41:18 +08:00
Hrishikesh Dhayagude 3ddea0493b Merge branch 'rest_apis' into 'main'
controller: Move the code of controller custom cluster to rainmaker repo

See merge request app-frameworks/esp-matter!588
2024-05-17 14:52:44 +08:00
Shu Chen 4746b0cfb3 Merge branch 'v1_3/update_chip_submodule_cb6604f' into 'main'
update connectedhomeip submodule to the latest v1.3-branch

See merge request app-frameworks/esp-matter!741
2024-05-16 17:06:19 +08:00
Li Ya Shuai 069c38fca0 update connectedhomeip submodule to the latest v1.3-branch 2024-05-16 17:06:19 +08:00
Hrishikesh Dhayagude daaae23999 Merge branch 'feature/insights_integration' into 'main'
feature/esp-insights: Integrating esp-insights with esp-matter

See merge request app-frameworks/esp-matter!647
2024-05-16 14:50:15 +08:00
Shripad Deshpande e8deadf1db feature/esp-insights: Integrate esp-insights with esp-matter 2024-05-16 14:50:15 +08:00
Hrishikesh Dhayagude 07bafe8abb Merge branch 'audit_default_vals' into 'main'
Audited default values of clusters

See merge request app-frameworks/esp-matter!735
2024-05-14 14:05:24 +08:00
Hrishikesh Dhayagude 1402492fa9 Merge branch 'ext_plat/fix' into 'main'
Fix the  local build for external platform in case of light example.

See merge request app-frameworks/esp-matter!740
2024-05-13 20:02:12 +08:00
Shripad Deshpande 9783e126b9 Fix the local build for external platform in case of light example 2024-05-13 20:02:12 +08:00
Hrishikesh Dhayagude e765ea1061 Merge branch 'non_pytest_improvement' into 'main'
Improving non-pytest redundancy in CI for few apps.

See merge request app-frameworks/esp-matter!736
2024-05-13 20:00:32 +08:00
Shripad Deshpande 1605f383f9 Reduce non-pytest redundancy in CI for a few apps. 2024-05-13 20:00:32 +08:00
Hrishikesh Dhayagude 7762a95e0e Merge branch 'c2_support_all_device_types_app' into 'main'
Added c2 support for all device types app

See merge request app-frameworks/esp-matter!738
2024-05-13 19:58:24 +08:00
Shripad Deshpande 57b194a978 Added ESP32-C2 SoC support to all_device_types_app example 2024-05-13 19:58:24 +08:00
Rohit Jadhav c2f3e618b5 Add cook surface and cooktop device types 2024-05-13 12:12:37 +05:30
Shu Chen 86df2fedc1 Merge branch 'device/water_freeze_detector' into 'main'
Add water freeze detector device type

See merge request app-frameworks/esp-matter!689
2024-05-11 10:18:14 +08:00
Rohit Jadhav 09d1ef4381 Add water freeze device type 2024-05-10 20:54:47 +05:30
Shu Chen 67de7b4f3a Merge branch 'doc/all_device_types_app' into 'main'
Update readme of all-device-types-app

See merge request app-frameworks/esp-matter!708
2024-05-10 20:14:10 +08:00
Shu Chen d439ebdfad Merge branch 'ble_crash_fix' into 'main'
Update submodule to fix the crash when deinitializing the ble

See merge request app-frameworks/esp-matter!726
2024-05-10 19:52:07 +08:00
Shu Chen c9cae5a87e Merge branch 'pr_918' into 'main'
[GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140)

See merge request app-frameworks/esp-matter!733
2024-05-10 19:51:48 +08:00
Rohit Jadhav e47fe4dd6f [GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140) 2024-05-10 19:51:48 +08:00
Shu Chen a12774cb7d Merge branch 'oven' into 'main'
Add Oven device type

See merge request app-frameworks/esp-matter!728
2024-05-10 19:50:55 +08:00
Shu Chen bf568327d4 Merge branch 'fix_sdkconfig_seq' into 'main'
Do not set the SDKCONFIG_DEFAULTS variable, append it

See merge request app-frameworks/esp-matter!727
2024-05-09 16:19:12 +08:00
Shu Chen 4575995c5b Merge branch 'fix_relative_paths' into 'main'
Fix building examples if placed outside the repo

See merge request app-frameworks/esp-matter!729
2024-05-09 16:18:34 +08:00
Shu Chen 4e76ba26bb Merge branch 'delegate-impl' into 'main'
Support to add delegate callbacks in cluster.

See merge request app-frameworks/esp-matter!720
2024-05-09 16:02:48 +08:00
Shubham Patil d2c482f756 Fix the crash due to ble deinit race 2024-05-09 10:16:01 +05:30
Shu Chen 9180a3be1b Merge branch 'v1_3/update_chip_submodule_13ab158f10' into 'main'
update connectedhomeip to 13ab158f10 to fix some issue

See merge request app-frameworks/esp-matter!730
2024-05-09 10:26:21 +08:00
Shubham Patil 1563b08126 Patch blemesh ble manager with few fixes
This includes fixes for extended advertisement introduced in v1.3,
shutdown sequence for ble manager, and some restyling
2024-05-08 12:52:43 +05:30
Rohit Jadhav 31fb1c45ea Update readme of all-device-types-app 2024-05-08 12:39:42 +05:30
Rohit Jadhav eb4185902b Support to add delegate callbacks in cluster. 2024-05-08 12:26:22 +05:30
Rohit Jadhav 2ef5a6049c Audited default values of clusters 2024-05-08 11:00:38 +05:30
liyashuai 95cbad99aa update connectedhomeip to 13ab158f10 to fix some issue 2024-05-08 10:31:49 +08:00
Shu Chen 3fe308ff1e Merge branch 'update/c2_26m_default' into 'main'
example: use 26MHz XTAL default on esp32-c2

See merge request app-frameworks/esp-matter!523
2024-05-07 19:28:22 +08:00
Yuan Ming Fu 7ef1f5e13a example: use 26MHz XTAL default on esp32-c2 2024-05-07 19:28:22 +08:00
Shubham Patil 6dd7a44272 Fix building examples if placed outside the repo
Fixes https://github.com/espressif/esp-matter/issues/916

Build path using ESP_MATTER_PATH variable and not with
CMAKE_CURRENT_LIST_DIR.

If example is moved out from their current place then the compilation
breaks, becuase it tries to find the file wrt to current project
directory.
2024-05-06 11:57:56 +05:30