Commit Graph

819 Commits

Author SHA1 Message Date
Shu Chen bb7b777184 Merge branch 'example/bridge-app-blemesh' into 'main'
Example: Add bridge_blemesh example

See merge request app-frameworks/esp-matter!97
2022-06-06 09:55:33 +08:00
Shu Chen 333e41e19c Merge branch 'task/submodule_update_b26e40052' into 'main'
submodule: Update submodule to include zap generation fixes

See merge request app-frameworks/esp-matter!137
2022-06-06 09:53:27 +08:00
Shu Chen 73f7a50b64 Merge branch 'bugfix/data_model_fixes' into 'main'
esp_matter: Data model fixes

See merge request app-frameworks/esp-matter!136
2022-06-06 09:53:14 +08:00
Chirag Atal fcc0e3f183 submodule: Update submodule to include zap generation fixes 2022-06-03 12:35:09 +05:30
Chirag Atal 62c20badfc esp_matter_cluster: Add wifi and thread diagnostics clusters 2022-06-03 10:50:17 +05:30
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
Hrishikesh Dhayagude 8e2bb818a6 Merge branch 'task/zap_light_update' into 'main'
zap_light: Updated zap-generated to use color_temperature_light

See merge request app-frameworks/esp-matter!135
2022-06-02 23:06:15 +08:00
Chirag Atal e3df95bf63 zap_light: Updated zap-generated to use color_temperature_light 2022-06-01 19:41:39 +05:30
Chirag Atal 6e50d9dbac esp_matter_core: Handle creating duplicate clusters better 2022-05-31 18:13:03 +05:30
Hrishikesh Dhayagude cf1f290e10 Merge branch 'bugfix/rainmaker_cluster_id' into 'main'
esp_matter_rainmaker: Fix the rainmaker cluster_id

See merge request app-frameworks/esp-matter!134
2022-05-31 20:38:50 +08:00
Chirag Atal 0b555d3cf7 esp_matter_rainmaker: Fix the rainmaker cluster_id
docs: Corresponding changes
2022-05-31 16:09:38 +05:30
InfiniteYuan f9b306bd42 example: add matter bridge for ble mesh, modify app_bridge component to fit ble mesh. 2022-05-31 15:55:15 +08:00
Shu Chen 9a13e6684e Merge branch 'task/matter_docs' into 'main'
docs: Add matter docs

See merge request app-frameworks/esp-matter!119
2022-05-30 12:19:15 +08:00
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 196ed4b579 esp_matter_cluster: Creating binding attribute by default if another client cluster is created 2022-05-28 07:43:20 +08:00
Chirag Atal 743f5cd90e light: Change color_dimmable_light to color_temperature_light
Added support for temperature in app_driver.
Adding hue and saturation after the color_temperature_light endpoint has been created.
Similar changes in other light examples.
2022-05-28 07:43:20 +08:00
Chirag Atal 11a898f973 CI fixes 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 27c3f6ba00 CI 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 a14fb95d08 esp_matter_core: Check for already existing cluster while creating
If it exists, return the existing one.
Similar checks for attributes and commands.
esp_matter_cluster: Creating attributes only if the cluster is a server.
2022-05-28 07:43:20 +08:00
Chirag Atal 3cadeddde8 app_ble: Add support to disable BLE
examples: Disabled BLE once commissioning is complete.
2022-05-28 07:43:10 +08:00
Chirag Atal 039589befc esp_matter_endpoint: Adding more device types 2022-05-28 07:42:00 +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 292ead8d98 Merge branch 'bug/enable_hollow_button' into 'main'
Enable hollow button for esp32h2

See merge request app-frameworks/esp-matter!128
2022-05-28 07:36:15 +08:00
Shu Chen 1db0c30fc5 Merge branch 'bugfix/submodule_ci' into 'main'
ci: Fixes for submodule changes

See merge request app-frameworks/esp-matter!130
2022-05-28 07:32:45 +08:00
Chirag Atal d19a13d2ff ci: Fixes for submodule changes 2022-05-27 21:47:31 +08:00
Shu Chen 16fd9dd5f1 Merge branch 'remove_insights' into 'main'
Remove esp-insights support for now

See merge request app-frameworks/esp-matter!129
2022-05-27 21:45:07 +08:00
Shubham Patil 9ec2d301ac Remove esp-insights support for now 2022-05-27 15:51:30 +05:30
Shu Chen a0bc65f279 hollow_button: use hollow_button for esp32h2 2022-05-26 23:08:06 +08:00
Shu Chen 878d3e6fb8 ci: fix ci and add esp32h2 build 2022-05-26 23:07:03 +08:00
Hrishikesh Dhayagude 91a0f52c00 Merge branch 'rmaker_light_readme' into 'main'
rainmaker_light: Fix the invalid cluster id in readme

See merge request app-frameworks/esp-matter!123
2022-05-18 23:05:40 +08:00
Shubham Patil 95dae4e3a0 rainmaker_light: Fix the invalid cluster id in readme 2022-05-18 18:21:32 +05:30
Hrishikesh Dhayagude 5c367846e0 Merge branch 'task/ci_matter_build' into 'main'
ci: Changed the job tags to matter_build to fix pipeline

See merge request app-frameworks/esp-matter!124
2022-05-18 20:12:43 +08:00
Chirag Atal 60ac312103 ci: Changed the job tags to matter_build to fix pipeline 2022-05-18 11:14:01 +05:30
Shu Chen 26f5d794c8 Merge branch 'feature/external_plat_ci' into 'main'
ci: add external platform test

See merge request app-frameworks/esp-matter!122
2022-05-17 09:37:29 +08:00
Shu Chen fae8c0672b platform: fix the default external platform configuration 2022-05-16 19:35:53 +08:00
Shu Chen a803cb1f15 ci: add external platform test 2022-05-16 19:34:54 +08:00
Shu Chen a7990c9754 Merge branch 'bugfix/update_path_for_gn' into 'main'
script: export.sh: update path for gn

See merge request app-frameworks/esp-matter!120
2022-05-13 12:32:58 +08:00
InfiniteYuan bc1ccd18d6 script: export.sh: update path for gn 2022-05-11 20:22:29 +08:00
Hrishikesh Dhayagude 71a690244b Merge branch 'task/hollow_button' into 'main'
hollow_button: Add support for hollow button driver

See merge request app-frameworks/esp-matter!116
2022-05-11 13:39:47 +08:00
Hrishikesh Dhayagude 631a87a807 Merge branch 'task/enable_insights' into 'main'
Enable insights in light app

See merge request app-frameworks/esp-matter!89
2022-05-11 12:00:43 +08:00
Shubham Patil ef93c9f5f4 Enable insights support in light app 2022-05-10 21:33:52 +05:30