chendejin
1b9b96b6e0
components/esp_matter: delete identify when destroy endpoint
2024-09-11 14:36:45 +08:00
Rohit Jadhav
a4eca7fc75
components/esp-matter: Add mode select device type
2024-06-18 15:49:18 +05:30
Hrishikesh Dhayagude
6b82808557
Merge branch 'fix-str-issues-1-1' into 'release/v1.1'
...
[v1.1] Fix problems with string type attributes
See merge request app-frameworks/esp-matter!657
2024-03-15 20:21:10 +08:00
Shubham Patil
32545696d0
update the size after updating total size
2024-03-14 17:47:28 +05:30
Shubham Patil
1ed21a7017
Fix the return type for invalid event id
2024-03-11 15:00:28 +05:30
Shubham Patil
4b50db0e99
Fix active locale attributes
2024-03-11 15:00:12 +05:30
Shubham Patil
3d9d6d1fa6
Fix problems with string type attributes
...
- Use the defined consts when creating attributes
- Pass in the strlen and the max size of attribute when creating
attribute
- Allocate max-str-size plus the size for storing the string length when
creating the attribute metadata
2024-03-11 15:00:10 +05:30
WanqQixiang
e685d8334b
Update connectedhomeip submodule to use EndpointEqueueFilter and deinit ble when commissioned if USE_BLE_ONLY_FOR_COMMISSIONING is enabled
2024-03-06 15:28:04 +08:00
Li Ya Shuai
2bb72e51a4
fix node label read failure issue
2024-02-08 15:37:04 +05:30
WanqQixiang
47ddf124e3
esp_matter: Make the attribute buffer largest configurable
2024-02-08 15:33:39 +05:30
liyashuai
ab709b7e60
update chip submodule to 32992decc5763 for release/v1.1 branch
2024-01-16 20:39:17 +08:00
Shubham Patil
098a0699a9
Added an event when BLE is deinitialized and memory is reclaimed
2023-12-21 16:29:55 +05:30
liyashuai
e8491ce9f4
bugfix: fix the decreasing of attribute metadate size after reboot
2023-10-25 10:59:52 +08:00
Shu Chen
6c5344a92f
Merge branch 'cherry-pick/add_judgement_for_create_event_list_attribute' into 'release/v1.1'
...
add a judgement for create event list attribute
See merge request app-frameworks/esp-matter!513
2023-10-19 10:16:48 +08:00
WanqQixiang
8f84467846
bugfix: fix the decreasing of attribute metadate size after reboot
2023-10-17 11:35:31 +08:00
liyashuai
2f425b8b6b
add a judgement for create event list attribute
2023-10-13 11:43:08 +08:00
Shripad Deshpande
a122dec4b0
Backport fix of nvs api on branch release/v1.1.
2023-10-04 14:04:36 +08:00
liyashuai
5930c3e7bc
remove time_synchronization event related function to fix ci
2023-08-30 11:55:14 +08:00
Shu Chen
02ace0ed67
Merge branch 'cherry-pick/add_event_list_attribute' into 'release/v1.1'
...
Cherry pick/add event list attribute
See merge request app-frameworks/esp-matter!473
2023-08-30 10:52:23 +08:00
liyashuai
e2a75348ce
add global attribute event_list
2023-08-29 16:41:27 +08:00
WanqQixiang
4fdecd02e2
esp_matter: fix event_list reading issue
2023-08-29 16:29:34 +08:00
Shubham Patil
a06cf34e2e
Unlock chip stack before returning from attribute::report() API
2023-08-04 15:36:47 +05:30
Shi Xin Ke
c3cfc82716
fix c2 nimble deinit fail
2023-06-28 12:11:58 +08:00
WanqQixiang
fee4a9330f
esp-matter: update zap-common and clean zap-file for zap-light example
2023-06-21 14:38:06 +08:00
Shu Chen
f810576825
Merge branch 'encrypted_ota' into 'main'
...
OTA: Enable the handling of encrypted OTA image
See merge request app-frameworks/esp-matter!390
2023-06-12 12:12:27 +08:00
Shu Chen
3c1cdab355
Merge branch 'pr_435' into 'main'
...
[GH_PR] Fix nullable float value type (CON-538)
See merge request app-frameworks/esp-matter!394
2023-06-12 12:07:18 +08:00
Roman Fortunatov
cabc0fe54c
Update esp_matter_core.cpp
2023-06-11 20:08:55 +10:00
Roman Fortunatov
99cf9dd2b1
Do not fail startup if default event loop initialized
2023-06-10 01:45:38 +10:00
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
Roman Fortunatov
02fc93d61a
Fix nullable float value type
2023-06-04 20:07:38 +10:00
Shu Chen
a6b958ba05
Merge branch 'bump_submodule' into 'main'
...
Changes to bump connectedhomeip submodule to revision: 8642c0d
See merge request app-frameworks/esp-matter!386
2023-05-30 18:55:39 +08:00
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
Hrishikesh Dhayagude
2f0929e5f8
Merge branch 'ethernet-fix' into 'main'
...
Initialize Ethernet Driver Instance
See merge request app-frameworks/esp-matter!326
2023-05-25 20:45:34 +08:00
PSONALl
b5353261f2
Initialize Ethernet Driver Instance
2023-05-25 14:40:20 +05:30
Shu Chen
d2fd1f482e
Merge branch 'bugfix/fix_provider_crash' into 'main'
...
esp-matter: Fix possible crash of commissionable data provider
See merge request app-frameworks/esp-matter!375
2023-05-25 11:33:08 +08:00
Hrishikesh Dhayagude
99bd741a09
Merge branch 'pr_330' into 'main'
...
[GH_PR] Provision to add buttons to generic_switch example and typo fix for issue #326 . (CON-422)
See merge request app-frameworks/esp-matter!382
2023-05-25 01:26:19 +08:00
Hrishikesh Dhayagude
48965d971a
Merge branch 'pr_342' into 'main'
...
[GH_PR] Added missing conditional statement for ESP_MATTER_VAL_TYPE_INT8. (CON-437)
See merge request app-frameworks/esp-matter!381
2023-05-25 01:23:40 +08:00
shripad621git
9715f21461
Added missing conditional statement for ESP_MATTER_VAL_TYPE_INT8
...
Fixes https://github.com/espressif/esp-matter/issues/339 .
2023-05-23 11:06:33 +05:30
shripad621git
702ac7e94e
Fixed the typo mentioned in issue #326
...
Fixes https://github.com/espressif/esp-matter/issues/326 .
2023-05-23 11:01:18 +05:30
Diego Rodríguez Royo
f43dc67708
Added detailed information to logs at attribute utils
2023-05-21 11:27:57 +00:00
WanqQixiang
eabf396161
esp-matter: Add the missing functions to the functions list of clusters
2023-05-18 17:48:23 +08:00
WanqQixiang
c1340cd671
esp-matter: Fix possible crash of commissionable data provider
2023-05-15 12:41:55 +08:00
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
Shu Chen
ecddefbfdd
submodule: update connectedhomeip to v1.1.0.1 tag
2023-05-08 19:52:16 +08:00
Hrishikesh Dhayagude
1b95fcf667
Merge branch 'window_covering/add_cluster' into 'main'
...
bugfix: Add clusters for window_covering: groups and scenes
See merge request app-frameworks/esp-matter!357
2023-04-29 13:43:31 +08:00
Wang Hui Xiao
5af48e6668
bugfix: Add clusters for window_covering: groups and scenes
2023-04-29 13:43:31 +08:00
Hrishikesh Dhayagude
01f9f6e250
Merge branch 'bufgix/feature-dependency' into 'main'
...
Add feature dependency for color control cluster
See merge request app-frameworks/esp-matter!363
2023-04-29 13:42:32 +08:00
Rohit Jadhav
09ac01ff5b
Add min/max bound to fan_mode attribute. Closes https://github.com/espressif/esp-matter/issues/354
2023-04-28 15:37:40 +05:30
Hrishikesh Dhayagude
7cfe6c995f
Merge branch 'pr_323' into 'main'
...
[GH_PR] [format_specifier] - Fixes ESP_LOG format specifier mismatches in components/esp_matter (CON-414)
See merge request app-frameworks/esp-matter!356
2023-04-27 00:00:49 +08:00