Commit Graph

394 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
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
liyashuai 95cbad99aa update connectedhomeip to 13ab158f10 to fix some issue 2024-05-08 10:31:49 +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
WanqQixiang 58fdd405a2 Update external platform BUILD.gn file to support thread devices 2024-04-29 16:08:24 +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
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 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
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
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 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
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
Zhang Wei 44664187c0 Update esp-now version. 2024-04-16 11:06:22 +08:00
Shubham Patil 68714c0e2d Ensure backward compatibility for attributes stored in NVS with
primitive data type

Removed config option ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE.

Previously, the ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE option
determined whether to store attributes as a blob or a primitive data
type in NVS. Since this configuration is not backward compatible, we now
read the attribute as a primitive data type if not found. If it's a
blob, we read it and rewrite it as a primitive data type.
2024-04-12 12:38:16 +05:30
Hrishikesh Dhayagude 116947b674 Merge branch 'device/electric_sensor' into 'main'
[Delegate needed] Add electrical sensor device type

See merge request app-frameworks/esp-matter!693
2024-04-12 14:07:14 +08:00
Rohit Jadhav 19afe6e3ed Add electrical sensor device type 2024-04-11 23:45:19 +05:30
Shu Chen aea4a24eda Merge branch 'update_idf_to_v5_2_1' into 'main'
update idf version to v5.2.1

See merge request app-frameworks/esp-matter!680
2024-04-11 12:31:55 +08:00
Shu Chen ab584db4bf Merge branch 'update_chip_submodule_to_v1.3_branch' into 'main'
[v1.3-branch] update connectedhomeip to v1.3-branch: 5bb5c9e

See merge request app-frameworks/esp-matter!675
2024-04-11 10:10:20 +08:00
liyashuai 2ef30e7a47 fix ci error 2024-04-10 16:43:53 +08:00
liyashuai 213d48c6d4 update connectedhomeip to v1.3-branch: 5bb5c9e 2024-04-10 11:19:42 +08:00
liyashuai b061c3c6d0 update c2 relinker for ci fix 2024-04-10 10:39:17 +08:00
liyashuai 32e2f71e76 update idf version to v5.2.1 for fixing Bootloader TOCTOU Vulnerability in Anti-rollback Scheme 2024-04-09 19:34:18 +08:00
WanqQixiang e39a21e770 Add client-only controller and commissioner 2024-04-07 19:31:00 +08:00
Hrishikesh Dhayagude ca174c74ee Merge branch 'device/rain_sensor' into 'main'
Add Rain Sensor device type

See merge request app-frameworks/esp-matter!661
2024-04-02 21:32:48 +08:00
Shu Chen dda2d776df Merge branch 'bugfix/blemesh_platform' into 'main'
bugfix: blemesh platform don't include chip_persist_subscriptions variable

See merge request app-frameworks/esp-matter!479
2024-04-02 12:32:03 +08:00
Rohit Jadhav b3f5a9aa53 Add Rain Sensor device type 2024-04-01 16:37:14 +05:30
Hrishikesh Dhayagude e8e6d70e36 Merge branch 'example/blemesh_bridge_platform_update' into 'main'
blemesh_bridge: sync nimble/BLEManagerImpl.cpp for blemesh_bridge

See merge request app-frameworks/esp-matter!652
2024-03-25 13:58:56 +08:00
InfiniteYuan ee05e655b6 bugfix: blemesh platform don't include chip_persist_subscriptions variable 2024-03-25 11:24:09 +08:00
Ludovic BOUÉ dbd2597319 Fix a typo in generic_switch example README.md 2024-03-13 13:11:58 +01:00
Will df42dfda6b Make error message generic for other bridge device types
BLE Mesh and ESP now examples also call app_bridge_create_bridged_device so log message shouldn't refer to any particular device type.
2024-03-12 11:05:00 +00:00
YuanMingFu b6ddb30bc9 blemesh_bridge: update BLEManagerImpl.cpp 2024-03-07 15:51:31 +08:00
Vilem Zavodny bed4aa92e3 fix: Fixed boot GPIO number on ESP32C6, ESP32H2 and ESP32C3. 2024-03-06 10:11:40 +01:00
Shubham Patil 9998ef3cb6 Support diagnostic logs cluster in light example 2024-02-28 14:06:39 +05:30
liyashuai d7a5642451 use SRCS instead of SRC_DIRS in refrigerator example CMakeLists 2024-02-27 16:56:25 +08:00
liyashuai 96abd8f8a4 fix build error 2024-02-27 12:21:28 +08:00
liyashuai 77d0c849d1 fix build error for submodule update to 1.3-sve 2024-02-27 12:21:28 +08:00
Hrishikesh Dhayagude b037340deb Merge branch 'bugfix/ps' into 'main'
Fix type of min, max values for power source cluster

See merge request app-frameworks/esp-matter!627
2024-02-27 01:01:26 +08:00