Commit Graph

1374 Commits

Author SHA1 Message Date
Pavel Borcin e14c1a4aa0 change generic_switch example to use bsp 2024-05-14 10:17:51 +02:00
Hrishikesh Dhayagude 07bafe8abb Merge branch 'audit_default_vals' into 'main'
Audited default values of clusters

See merge request app-frameworks/esp-matter!735
2024-05-14 14:05:24 +08:00
Pavel Borcin 08f17982ae change refrigerator example to use bsp 2024-05-13 16:35:01 +02:00
Hrishikesh Dhayagude 1402492fa9 Merge branch 'ext_plat/fix' into 'main'
Fix the  local build for external platform in case of light example.

See merge request app-frameworks/esp-matter!740
2024-05-13 20:02:12 +08:00
Shripad Deshpande 9783e126b9 Fix the local build for external platform in case of light example 2024-05-13 20:02:12 +08:00
Hrishikesh Dhayagude e765ea1061 Merge branch 'non_pytest_improvement' into 'main'
Improving non-pytest redundancy in CI for few apps.

See merge request app-frameworks/esp-matter!736
2024-05-13 20:00:32 +08:00
Shripad Deshpande 1605f383f9 Reduce non-pytest redundancy in CI for a few apps. 2024-05-13 20:00:32 +08:00
Hrishikesh Dhayagude 7762a95e0e Merge branch 'c2_support_all_device_types_app' into 'main'
Added c2 support for all device types app

See merge request app-frameworks/esp-matter!738
2024-05-13 19:58:24 +08:00
Shripad Deshpande 57b194a978 Added ESP32-C2 SoC support to all_device_types_app example 2024-05-13 19:58:24 +08:00
Rohit Jadhav c2f3e618b5 Add cook surface and cooktop device types 2024-05-13 12:12:37 +05:30
WanqQixiang 5003ab8bae Use common APIs for all the client examples 2024-05-11 14:32:00 +08:00
Shu Chen 86df2fedc1 Merge branch 'device/water_freeze_detector' into 'main'
Add water freeze detector device type

See merge request app-frameworks/esp-matter!689
2024-05-11 10:18:14 +08:00
Rohit Jadhav 09d1ef4381 Add water freeze device type 2024-05-10 20:54:47 +05:30
Shu Chen 67de7b4f3a Merge branch 'doc/all_device_types_app' into 'main'
Update readme of all-device-types-app

See merge request app-frameworks/esp-matter!708
2024-05-10 20:14:10 +08:00
Shu Chen d439ebdfad Merge branch 'ble_crash_fix' into 'main'
Update submodule to fix the crash when deinitializing the ble

See merge request app-frameworks/esp-matter!726
2024-05-10 19:52:07 +08:00
Shu Chen c9cae5a87e Merge branch 'pr_918' into 'main'
[GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140)

See merge request app-frameworks/esp-matter!733
2024-05-10 19:51:48 +08:00
Rohit Jadhav e47fe4dd6f [GH_PR] Fix typo in total_volatile_organic_compounds_concentration_measuremen… (CON-1140) 2024-05-10 19:51:48 +08:00
Shu Chen a12774cb7d Merge branch 'oven' into 'main'
Add Oven device type

See merge request app-frameworks/esp-matter!728
2024-05-10 19:50:55 +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
Shubham Patil d2c482f756 Fix the crash due to ble deinit race 2024-05-09 10:16:01 +05:30
WanqQixiang 1f3490c303 change client command_handle to client request_handle 2024-05-09 12:31:39 +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 31fb1c45ea Update readme of all-device-types-app 2024-05-08 12:39:42 +05:30
Rohit Jadhav eb4185902b Support to add delegate callbacks in cluster. 2024-05-08 12:26:22 +05:30
Rohit Jadhav 2ef5a6049c Audited default values of clusters 2024-05-08 11:00:38 +05:30
WanqQixiang 8134461866 Add client interaction APIs for interaction actions(read, subscribe, write) 2024-05-08 10:43:56 +08:00
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
Rohit Jadhav 2df2325158 Add Oven device type 2024-05-03 12:28:39 +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
chendejin 8713f58a51 Add commissioner discovery and user direct commissioning support 2024-04-29 10:04:14 +08:00
Pavel Borcin 33f862802a change demo badge example to use bsp 2024-04-28 13:03:27 +02: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