Hrishikesh Dhayagude
3c73b4f310
Merge branch 'bugfix/data_model_fixes_2' into 'main'
...
esp_matter: Data model fixes according to spec
See merge request app-frameworks/esp-matter!173
2022-09-01 15:54:26 +08:00
Chirag Atal
7ab1b365e6
esp_matter: Data model fixes according to spec
2022-09-01 10:26:57 +05:30
Shubham Patil
64a44ba04d
Handle the commissioning events in examples
2022-08-30 19:21:22 +05:30
Shubham Patil
eaee6b05fc
Expose AppDelegate callback APIs as events
2022-08-30 19:21:22 +05:30
Shu Chen
7b55047099
Merge branch 'feature/add-OTA-optional-feature' into 'main'
...
ota: make OTA clusters optional in root node
See merge request app-frameworks/esp-matter!171
2022-08-30 17:06:50 +08:00
liyashuai
7decda072b
ota: make OTA clusters optional.
2022-08-30 15:33:57 +08:00
Hrishikesh Dhayagude
929fdbe9e1
Merge branch 'mfg_tool_changes' into 'main'
...
mfg_tool: Support device info, device instance info and few more
See merge request app-frameworks/esp-matter!176
2022-08-29 18:17:45 +08:00
Hrishikesh Dhayagude
16f5af3d58
Merge branch 'fix_example_readme' into 'main'
...
Minor updates to the examples README files
See merge request app-frameworks/esp-matter!181
2022-08-27 10:35:17 +08:00
Hrishikesh Dhayagude
74d8ae88d3
Minor updates to the examples README files
...
1. Documentation changes
2. Remove chip-tool prefix from the example READMEs as now we recommend to use chip-tool in interactive mode in the documentation
2022-08-27 08:03:50 +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
cec59c0ead
ci: Update CI & fix compile errors of swith_app and zap_light_app
2022-08-26 15:00:31 +08:00
WanqQixiang
d909c8f9ee
Example: Update Zigbee Bridge example using esp-zigbee-sdk
2022-08-26 15:00:31 +08:00
WanqQixiang
f9b2a714bc
doc: Update README file
2022-08-26 14:55:45 +08:00
WanqQixiang
74d6f1ae81
Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3
...
Example: Update lighting app on ESP32-H2
qrcode: use managed_component instead of the extra_component from IDF
2022-08-26 12:02:17 +08:00
Hrishikesh Dhayagude
799174e98b
Merge branch 'update_docs' into 'main'
...
Minor changes to the documentation
See merge request app-frameworks/esp-matter!179
2022-08-25 17:40:51 +08:00
Hrishikesh Dhayagude
0e1a62d4ee
Minor changes to the documentation
2022-08-25 14:23:31 +05:30
Shubham Patil
6904fc485b
mfg_tool: Support device info, device instance info and few more
...
attributes from basic cluster
2022-08-24 21:38:53 +05:30
Hrishikesh Dhayagude
a7bca54b96
Merge branch 'bugfix/blemesh_bridge_random_addr' into 'main'
...
bugfix: blemesh_bridge: fix the setting of random addr
See merge request app-frameworks/esp-matter!174
2022-08-24 21:07:19 +08:00
InfiniteYuan
031217f8a4
bugfix: blemesh_bridge: fix the setting of random addr
2022-08-20 14:20:26 +08:00
Shu Chen
e0c4b5db75
Merge branch 'submodule/update-chip-submodule' into 'main'
...
Submodule: Update connectedhomeip submodule to the lastest master(06457aea2d)
See merge request app-frameworks/esp-matter!172
2022-08-18 09:41:40 +08:00
WanqQixiang
ec0fdec8f3
Submodule: Update connectedhomeip submodule to current master(06457aea2d)
2022-08-17 19:12:24 +08:00
Shu Chen
d380670056
Merge branch 'device_instance_info_provider' into 'main'
...
Set device instance info provider to read data from factory partition
See merge request app-frameworks/esp-matter!168
2022-08-17 11:07:46 +08:00
Hrishikesh Dhayagude
3bffdb5ec1
Merge branch 'update-device-types' into 'main'
...
Updated device types according to specs
See merge request app-frameworks/esp-matter!169
2022-08-09 11:55:59 +08:00
Shu Chen
d9416458a3
Merge branch 'example/update_blemesh_bridge' into 'main'
...
blemesh_bridge: update BLEManagerImpl.cpp
See merge request app-frameworks/esp-matter!158
2022-08-08 10:42:40 +08:00
Rohit Jadhav
7f8c9e2478
Updated device types according to specs
2022-08-05 19:55:15 +05:30
Shu Chen
248948a3d3
Merge branch 'bugfix/ra-infinite' into 'main'
...
bugfix: fix crash on router advertisements with infinite timeout
See merge request app-frameworks/esp-matter!166
2022-08-04 19:40:33 +08:00
Hrishikesh Dhayagude
8292553207
Merge branch 'task/identify_restructure' into 'main'
...
identify: Resturcturing identify to simplify application
See merge request app-frameworks/esp-matter!165
2022-08-04 18:28:47 +08:00
Chirag Atal
70ffba8cc6
app_driver: Using app_driver_handle_t instead of void pointer.
2022-08-04 13:55:48 +05:30
InfiniteYuan
f10b8ed976
blemesh_bridge: update BLEManagerImpl.cpp
2022-08-04 11:19:07 +08:00
Shubham Patil
562408a0a3
Set device instance info provider to read data from factory partition
2022-08-03 23:28:51 +05:30
Chirag Atal
4b47bf9819
identification: Renaming esp_matter::identify to identification
...
This is to reduce confusions with esp_matter::cluster::identify.
2022-08-03 19:48:21 +05:30
Chirag Atal
09eba3f455
app_driver: Restructuring setting the driver to default value
...
led_driver: Removing the get() APIs
2022-08-03 19:45:56 +05:30
Jiacheng Guo
b68a552a97
bugfix: fix crash on router advertisements with infinite timeout
2022-08-03 15:17:29 +08:00
Chirag Atal
2cc98e1de2
led_driver: Add support for handle
...
app_main: Passing this handle to the endpoint as priv_data and using the handle in the driver on attribute_update.
2022-08-03 11:58:13 +05:30
Hrishikesh Dhayagude
1ab95d2b2d
Merge branch 'readme_updates' into 'main'
...
Update docs with shallow cloning and ccache detail and some ci optimizations
See merge request app-frameworks/esp-matter!164
2022-08-02 19:28:48 +08:00
Chirag Atal
d719c97b88
endpoint: Added support for priv_data
...
This priv_data is returned to the application in the attribute_update and the identify callbacks.
2022-08-02 16:01:38 +05:30
Chirag Atal
0800f66c0e
identify: Resturcturing identify to simplify application
...
Removed the separate identify component, and made it a part of esp_matter itself.
Added a common callback for the application.
2022-08-02 15:21:35 +05:30
Shubham Patil
f7188df02f
ci: Some cloning related optimizations
2022-08-02 09:50:32 +05:30
Shubham Patil
ef81358133
docs: Details about ccache and shallow clone of repository
2022-08-02 09:50:28 +05:30
Shu Chen
c1dca7810f
Merge branch 'sve-bug-fix' into 'main'
...
Bugfix: Fix the bugs found in SVE
See merge request app-frameworks/esp-matter!162
2022-07-27 20:48:18 +08:00
WangQixiang
f61e804313
Bugfix: Add record for boot reason event
2022-07-27 10:28:00 +08:00
WangQixiang
0e26d72977
Bugfix: Make ota_requestor update_progress nullable and set the update_possible default to true
2022-07-27 10:28:00 +08:00
WangQixiang
68f7bd088b
Bugfix:Change the defaults_ota_provider type from octstr to array
2022-07-27 10:28:00 +08:00
WangQixiang
ed13200ebf
Bugfix: Add check for attribute::set_val
2022-07-27 10:27:55 +08:00
Hrishikesh Dhayagude
b4e2043910
Merge branch 'feature/abort_on_install_fail' into 'main'
...
tools: abort install steps on failure
See merge request app-frameworks/esp-matter!160
2022-07-26 21:20:33 +08:00
WangQixiang
4cfcf617c9
Feature: Add NumberOfPrimaries, PrimarynX, PrimarynY and PrimarynIntensity attributes in ColorControl cluster
2022-07-26 19:59:18 +08:00
Hrishikesh Dhayagude
4548a24459
Merge branch 'sub' into 'main'
...
Updated connectedhomeip submodule to ae4e105
See merge request app-frameworks/esp-matter!159
2022-07-26 18:52:08 +08:00
Rohit Jadhav
e1f80a3d77
Updated connectedhomeip submodule to ae4e105
2022-07-26 18:52:08 +08:00
Shu Chen
53287bc3f1
tools: abort install steps on failure
2022-07-20 20:12:42 +08:00
Hrishikesh Dhayagude
2d77b2b58b
Merge branch 'feature/basic_and_diag_wifi' into 'main'
...
Feature: Add optional features & attributes in basic cluster and wifinetworkdiag cluster
See merge request app-frameworks/esp-matter!155
2022-07-20 13:48:06 +08:00