Hrishikesh Dhayagude
025c115875
Merge branch 'pr_286' into 'main'
...
[GH_PR] Indicating Read or Write on Attribute
See merge request app-frameworks/esp-matter!336
2023-04-06 23:45:52 +08:00
Diego Rodríguez Royo
0e86cc1b27
Added documentation for the special config_t constructors
2023-04-06 06:12:55 +00:00
Diego Rodríguez Royo
a4362661c4
Added constructors for cluster config structures with const members
...
Fixes https://github.com/espressif/esp-matter/issues/280
2023-04-06 06:12:46 +00:00
Shu Chen
fde2c7ea84
Merge branch 'bugfix/c2_relinker' into 'main'
...
bugfix: relinker: rm some objects
See merge request app-frameworks/esp-matter!335
2023-04-06 13:07:30 +08:00
InfiniteYuan
f6f863f9c8
bugfix: relinker: rm some objects
2023-04-06 11:32:14 +08:00
Shu Chen
126864c9ba
Merge branch 'feature/add_c2_docs' into 'main'
...
docs: build docs for C2 and C6
See merge request app-frameworks/esp-matter!332
2023-04-04 13:35:51 +08:00
Hrishikesh Dhayagude
3a65dfc753
Merge branch 'bugfix/add-esp32s3' into 'main'
...
Added esp32s3 option for light_switch and set Momentory switch as
See merge request app-frameworks/esp-matter!330
2023-04-03 18:35:28 +08:00
Rohit Jadhav
bbe1d8c08d
Added esp32s3 option for light_switch and set Momentory switch as
...
default for generic_switch fixes https://github.com/espressif/esp-matter/issues/295
2023-04-03 13:19:14 +05:30
shripad621git
146977123a
Indicating Read or Write on Attribute
...
Fixes #236 .
For better debuggig added 'R' or 'W' on the prints for attributes.
2023-04-03 12:46:37 +05:30
Shu Chen
999e8c4899
docs: build docs for C2 and C6
2023-04-03 10:28:13 +08:00
Hrishikesh Dhayagude
575d51c42b
Merge branch 'example/add_c2_support_for_zaplight' into 'main'
...
example: zap_light add support for c2
See merge request app-frameworks/esp-matter!331
2023-03-31 22:54:06 +08:00
Shu Chen
53a77d5669
Merge branch 'fix_platform_submodule' into 'main'
...
bugfix: Fix docker build in github
See merge request app-frameworks/esp-matter!328
2023-03-31 21:08:30 +08:00
Hrishikesh Dhayagude
ae531ac544
Merge branch 'example/add_c2_support' into 'main'
...
example: add memory optimization for esp32-c2
See merge request app-frameworks/esp-matter!329
2023-03-31 20:53:48 +08:00
InfiniteYuan
c65194b737
example: zap_light add support for c2
2023-03-31 20:48:35 +08:00
WanqQixiang
ca1258fd51
bugfix: Fix docker build in github
2023-03-31 17:36:56 +08:00
InfiniteYuan
ba96bc8d6e
example: add memory optimization for esp32-c2
2023-03-31 16:41:20 +08:00
Shu Chen
bafc378e68
Merge branch 'feature/update-chip-sunmodule-bd17b9f52' into 'main'
...
update connecthomeip submodule to bd17b9f52
See merge request app-frameworks/esp-matter!327
2023-03-30 10:09:15 +08:00
liyashuai
d0d631bb23
update connecthomeip submodule to bd17b9f52
2023-03-29 22:30:01 +08:00
Hrishikesh Dhayagude
af62fb0b25
Merge branch 'zap-download-check' into 'main'
...
scripts: Add check for zap download
See merge request app-frameworks/esp-matter!322
2023-03-29 00:00:10 +08:00
Hrishikesh Dhayagude
21d6c753b3
Merge branch 'part_table' into 'main'
...
Flag esp_secure_cert and nvs_keys partitions as encrypted
See merge request app-frameworks/esp-matter!324
2023-03-28 20:22:26 +08:00
Hrishikesh Dhayagude
5f3471433b
Merge branch 'bugfix/deinit_ble_before_disconnect' into 'main'
...
bugfix: deinit ble before disconnect
See merge request app-frameworks/esp-matter!320
2023-03-28 17:07:14 +08:00
WanqQixiang
c5be432999
scripts: Add check for zap download
2023-03-28 15:49:23 +08:00
Shubham Patil
e13d2b96d2
Flag esp_secure_cert and nvs_keys partitions as encrypted
...
By default esp_secure_cert and nvs_keys partitions are encrypted as
their content needs to be secured using flash encryption, but examples
do not flag them as encrypted. So, lets flag them as encrypted for
consistency.
2023-03-28 11:57:25 +05:30
InfiniteYuan
8b9de5cd07
bugfix: deinit ble before disconnect
2023-03-28 11:46:41 +08:00
Shu Chen
f2e77d239e
Merge branch 'support-c6-h2' into 'main'
...
Add support for ESP32-C2, ESP32-C6 and ESP32-H2-MP
See merge request app-frameworks/esp-matter!319
2023-03-24 15:30:52 +08:00
WanqQixiang
7b2912a9e5
submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP
...
docs: Add details for esp32h2, esp32c2, and esp32c6
2023-03-23 21:10:37 +08:00
Hrishikesh Dhayagude
80a22dc229
Merge branch 'bugfix/window_covering_attribute' into 'main'
...
Repair attribute: config_status and safety_status and mode
See merge request app-frameworks/esp-matter!306
2023-03-16 22:45:10 +08:00
Hrishikesh Dhayagude
ab8f467da9
Merge branch 'expose_identify_options' into 'main'
...
identify: Make init API configurable and pass in identify effect in cb
See merge request app-frameworks/esp-matter!317
2023-03-16 20:55:07 +08:00
wanghuixiao
8d3b0aab81
Repair type: Update the type of safety_status attribute
2023-03-16 17:12:19 +08:00
Hrishikesh Dhayagude
b012fb2cc5
Merge branch 'mem_alloc' into 'main'
...
Add support of dynamic memory allocation strategies
See merge request app-frameworks/esp-matter!315
2023-03-16 16:58:55 +08:00
Shubham Patil
d7215de6d2
identify: Make init API configurable and pass in identify effect in cb
...
Closes https://github.com/espressif/esp-matter/issues/238
2023-03-16 13:53:49 +05:30
Shubham Patil
e91db67957
Disable controller and zap_light on te_1_1 branch as they are failing
2023-03-16 14:29:03 +08:00
Shubham Patil
60a5db81f1
fix the ci for te1.1
2023-03-16 14:25:42 +08:00
Shubham Patil
4cca14cd13
Specify route_hook in ESP32_custom platforms BUILD.gn
2023-03-16 14:25:15 +08:00
Shubham Patil
9c7e738cbb
Changes in examples for C2
2023-03-16 14:18:40 +08:00
Chirag Atal
f09aad74bb
es32c2: Support for esp32c2
...
This includes some memory optimisations.
Also corresponding changes required for idf 5.0.
2023-03-16 14:18:19 +08:00
WanqQixiang
c44c2177a3
submodule-update: Update connectedhomeip submodule to 7e69c66bb for matter 1.1 TE1
2023-03-16 14:15:23 +08:00
Hrishikesh Dhayagude
718a05525c
Merge branch 'bugfix/window_covering' into 'main'
...
Removed un-used/redundent code of window covering cluster
See merge request app-frameworks/esp-matter!279
2023-03-16 13:04:23 +08:00
Hrishikesh Dhayagude
290d524aea
Merge branch 'fix-temp-sensor' into 'main'
...
Fix Temperature Measurement cluster's attribute values
See merge request app-frameworks/esp-matter!318
2023-03-16 09:13:41 +08:00
Hrishikesh Dhayagude
ca98d8200e
Merge branch 'pr_243' into 'main'
...
[GH_PR] Added the support to pass the private data in esp_matter_start.
See merge request app-frameworks/esp-matter!309
2023-03-15 22:19:26 +08:00
PSONALl
c8babee85a
Add support of dynamic memory allocation strategies
2023-03-15 17:54:44 +05:30
Rohit Jadhav
3484600fa6
Removed un-used code of window covering cluster and sync with spec
...
Addressed review comments
2023-03-15 17:13:05 +05:30
PSONALl
bcafaaab67
Fix Temperature Measurement cluster's attribute values
2023-03-15 17:08:45 +05:30
Hrishikesh Dhayagude
39460ac1ec
Merge branch 'task/dynamic_endpoint_count' into 'main'
...
zap_generated: Add support to change the dynamic endpoint count through menuconfig
See merge request app-frameworks/esp-matter!313
2023-03-15 19:31:34 +08:00
shripad621git
c9346290ac
Added the support to pass the private data in esp_matter_start.
...
Fixes https://github.com/espressif/esp-matter/issues/240 .
2023-03-15 15:50:18 +05:30
Chirag Atal
1856e151b8
zap_generated: Add support to change the dynamic endpoint count through menuconfig
...
Added some menuconfig options which can be helpful for memory optimisations.
2023-03-15 09:51:32 +05:30
Hrishikesh Dhayagude
d886f9c765
Merge branch 'minor/qrcode_link_update' into 'main'
...
Minor fix: Update the QR code link in FAQs
See merge request app-frameworks/esp-matter!316
2023-03-10 16:16:40 +08:00
Hrishikesh Dhayagude
c7e84184af
Minor fix: Update the QR code link in FAQs
2023-03-10 10:26:57 +05:30
Hrishikesh Dhayagude
cd11fb7658
Merge branch 'device/pump' into 'main'
...
Added Pump device type to data model
See merge request app-frameworks/esp-matter!298
2023-03-08 17:49:24 +08:00
Hrishikesh Dhayagude
06f67d8690
Merge branch 'pr_266' into 'main'
...
[blemesh & zigbee bridge] Adds support to reduce complexity of bridged_device...
See merge request app-frameworks/esp-matter!314
2023-03-08 17:40:29 +08:00