Commit Graph

1247 Commits

Author SHA1 Message Date
Shripad Deshpande 9783e126b9 Fix the local build for external platform in case of light example 2024-05-13 20:02:12 +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
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 eb4185902b Support to add delegate callbacks in cluster. 2024-05-08 12:26:22 +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
Shubham Patil 176688996e Do not set the SDKCONFIG_DEFAULTS variable, append it 2024-05-02 18:48:12 +05:30
Hrishikesh Dhayagude b84a2cc62a Merge branch 'ci_enhnacement/esp_matter_symlink' into 'main'
esp-matter-ci : Changes to fix the arbitary failures in esp-matter CI test cases by using symlink approach.

See merge request app-frameworks/esp-matter!714
2024-04-30 13:55:05 +08:00
Shripad Deshpande 0123d1ed2e esp-matter-ci : Changes to fix the arbitary failures in esp-matter CI test cases by using symlink approach. 2024-04-30 13:55:05 +08:00
Hrishikesh Dhayagude 7bb5b53f07 Merge branch 'update_ext_plat_gn' into 'main'
example: Update external platform BUILD.gn file to support thread devices

See merge request app-frameworks/esp-matter!723
2024-04-30 12:57:59 +08:00
WanqQixiang 58fdd405a2 Update external platform BUILD.gn file to support thread devices 2024-04-29 16:08:24 +08:00
Hrishikesh Dhayagude cc635e23c2 Merge branch 'thermostat/add-feature' into 'main'
Add LocalTemperatureNotExposed feature support to thermostat

See merge request app-frameworks/esp-matter!715
2024-04-26 18:19:06 +08:00
Shu Chen 05d38946f9 Merge branch 'readme_fix' into 'main'
Fix the connectedhomeip revision in the top level readme

See merge request app-frameworks/esp-matter!719
2024-04-26 03:23:30 +08:00
Hrishikesh Dhayagude 8b16e041f3 Merge branch 'cluster/unit-localizasion' into 'main'
Add unit localization cluster

See merge request app-frameworks/esp-matter!718
2024-04-25 21:39:55 +08:00
Shu Chen 567ee248c0 Merge branch 'example/managed_component_light' into 'main'
add light example with managed component

See merge request app-frameworks/esp-matter!669
2024-04-25 19:02:24 +08:00
Shu Chen 25d34b0496 Merge branch 'update_door_lock_cluster' into 'main'
update door lock cluster

See merge request app-frameworks/esp-matter!697
2024-04-25 18:59:10 +08:00
Shubham Patil 66db135bb3 Fix the connectedhomeip revision in the top level readme 2024-04-25 16:24:41 +05:30
Rohit Jadhav c47b98bb42 Add LocalTemperatureNotExposed feature support to thermostat 2024-04-25 15:24:07 +05:30
Rohit Jadhav f60222a85c Add unit localization cluster 2024-04-25 12:57:55 +05:30
Hrishikesh Dhayagude b831d1051b Merge branch 'handle_empty_str' into 'main'
handle setting empty strings

See merge request app-frameworks/esp-matter!694
2024-04-25 13:51:13 +08:00
Shu Chen 9aef5f487d Merge branch 'add_c2_pytest' into 'main'
add esp32c2 pytest

See merge request app-frameworks/esp-matter!716
2024-04-25 10:23:29 +08:00
liyashuai 190af4c3f3 add esp32c2 pytest 2024-04-24 10:31:06 +08:00
chendejin f4bc6b8dfa Add light example with esp_matter component. 2024-04-23 19:14:39 +08:00
Shu Chen 0aac1d35e5 Merge branch 'fix/crash_external_platform' into 'main'
fixed external platform crash due to device instance info

See merge request app-frameworks/esp-matter!703
2024-04-23 10:16:10 +08:00
Shu Chen f7397d8225 Merge branch 'thread_br/custom_cluster' into 'main'
thread_br: add thread br custom cluster

See merge request app-frameworks/esp-matter!590
2024-04-23 10:13:29 +08:00
Wang Qixiang ba953233f5 thread_br: add thread br custom cluster 2024-04-23 10:13:29 +08:00
Shu Chen c0fb895e2c Merge branch 'icd/update_features' into 'main'
Update features for ICD Management cluster

See merge request app-frameworks/esp-matter!698
2024-04-23 10:10:28 +08:00
Shu Chen 8c101cadd1 Merge branch 'remove-diag-logs-from-eg' into 'main'
Revert "Support diagnostic logs cluster in light example"

See merge request app-frameworks/esp-matter!710
2024-04-23 10:07:42 +08:00
Shu Chen 43918edaca Merge branch 'fix_c2_relinker' into 'main'
Remove few functions that are crashing from relinker's list

See merge request app-frameworks/esp-matter!712
2024-04-23 10:03:04 +08:00
Shubham Patil f86500ae73 Remove few functions that are crashing from relinker's list
This was crashing on boot as well as during commissioning
2024-04-22 17:57:11 +05:30
Hrishikesh Dhayagude 01864cfa12 Merge branch 'bugfix/relink_for_5.1.2' into 'main'
bugfix: relinker for v5.1.2

See merge request app-frameworks/esp-matter!709
2024-04-22 13:59:36 +08:00
Hrishikesh Dhayagude edb8128000 Merge branch 'ota_cfg' into 'main'
API to set the OTA configurations

See merge request app-frameworks/esp-matter!705
2024-04-21 00:26:47 +08:00
Shubham Patil 4a675b503a Revert "Support diagnostic logs cluster in light example"
This reverts commit 9998ef3cb6.
2024-04-19 17:26:58 +05:30
YuanMingFu d086bfae38 bugfix: relinker for v5.1.2 2024-04-19 19:45:38 +08:00
Hrishikesh Dhayagude a81100ad98 Merge branch 'handle_nvs_primitive_types' into 'main'
Ensure backward compatibility for attributes stored in NVS with primitive data type

See merge request app-frameworks/esp-matter!594
2024-04-19 16:45:43 +08:00
Hrishikesh Dhayagude 1314cafeba Merge branch 'minor_doc_addn' into 'main'
Added documentation for when to disable CONFIG_ENABLE_TEST_SETUP_PARAMS option

Closes CON-1088

See merge request app-frameworks/esp-matter!678
2024-04-19 16:41:55 +08:00
Hrishikesh Dhayagude 16c53ffa2d Merge branch 'feature/relinker_more_idf_ver' into 'main'
relinker: add support for more idf version

See merge request app-frameworks/esp-matter!704
2024-04-19 16:33:34 +08:00
liyashuai 36b1ccf10a update door lock cluster 2024-04-18 14:17:22 +08:00
Shubham Patil eea4ed7554 API to set the OTA configurations 2024-04-18 10:16:30 +05:30
Sayon Deep 6f3da404a1 fixed external platform crash due to device instance info 2024-04-18 09:21:52 +05:30
YuanMingFu 46c3d4d07b relinker: add support for more idf version 2024-04-18 11:40:34 +08:00
Hrishikesh Dhayagude 91bf33fc23 Merge branch 'little_typo_fix' into 'main'
esp-matter: typo fix for CONFIG_ESP_MATTER_ENABLE_DATA_MODEL

See merge request app-frameworks/esp-matter!706
2024-04-18 11:30:28 +08:00
WanqQixiang ac3e08741c esp-matter: typo fix for CONFIG_ESP_MATTER_ENABLE_DATA_MODEL 2024-04-16 17:42:52 +08:00
Hrishikesh Dhayagude 477499373e Merge branch 'fix/esp-now-bridge_update_espnow' into 'main'
Update esp-now version.

See merge request app-frameworks/esp-matter!668
2024-04-16 11:06:22 +08:00
Zhang Wei 44664187c0 Update esp-now version. 2024-04-16 11:06:22 +08:00