Commit Graph

2219 Commits

Author SHA1 Message Date
Rohit 4a7b5034f9 all-device-type-app: Add mock delegates.
Generate mocks.

Set app delegates
2026-02-19 15:14:33 +05:30
Hrishikesh Dhayagude bc7c3eb7f1 Merge branch 'fix/feature-validation-check' into 'main'
Update Feature Validation check for clusters

See merge request app-frameworks/esp-matter!1423
2026-02-18 12:44:46 +08:00
Hrishikesh Dhayagude c8db90878b Merge branch 'update/return-type-chime-delegate' into 'main'
Fix Chime delegate return value for empty list attributes

See merge request app-frameworks/esp-matter!1426
2026-02-14 14:43:42 +08:00
mahesh 1cbdf2f8c7 components/esp_matter:Update the return type for the attribute read methods in mock chime delegate 2026-02-13 15:27:50 +05:30
Hrishikesh Dhayagude 67db90b84d Merge branch 'feat/add-zone_management-cluster' into 'main'
Add zone_management cluster in esp_matter

See merge request app-frameworks/esp-matter!1397
2026-02-13 17:51:33 +08:00
Shu Chen 2884cf47cf Merge branch 'cert-issue-template' into 'main'
.github: added an issue template for reporting certification issues

See merge request app-frameworks/esp-matter!1428
2026-02-10 11:24:09 +00:00
Shu Chen 77a7e01716 Merge branch 'fix_endpoint_report' into 'main'
components/esp_matter: report attribute change in endpoint::enable and disable

See merge request app-frameworks/esp-matter!1427
2026-02-10 11:06:19 +00:00
mahesh 8164d351b1 components/esp_matter:Add missing feature for device energy management cluster
Replace at most validation check with exact one for closure dimension
cluster
- removed at most validation macro
- add features for door lock, microwave oven, device energy management,
  energy evse devices in all device type app to make them conformant
2026-02-09 12:23:21 +05:30
mahesh 11b6a1d113 components/esp_matter: add zone_management cluster in esp_matter 2026-02-09 12:04:22 +05:30
chendejin dd9d4d9c53 components/esp_matter: report attribute change in endpoint::enable and disable 2026-02-09 10:51:22 +08:00
Shubham Patil a9d921ef6f .github: added an issue template for reporting certification issues 2026-02-05 18:18:49 +05:30
Shu Chen 1f50e4e84c Merge branch 'ci/add_astyle' into 'main'
CI: add astyle pre-commit hook

See merge request app-frameworks/esp-matter!1403
2026-02-04 02:21:13 +00:00
WanqQixiang 968ff042a8 CI: add astyle pre-commit hook 2026-02-03 15:30:42 +08:00
Shu Chen cb27fe763d Merge branch 'fix_endpoint_enable' into 'main'
components/esp_matter: call init function in endpoint::enable

See merge request app-frameworks/esp-matter!1421
2026-02-03 07:20:20 +00:00
Shu Chen 4540c714a2 Merge branch 'fix_ble_mesh_example_not_start' into 'main'
examples/common: fix ble not start in blemesh_bridge exmaple

See merge request app-frameworks/esp-matter!1422
2026-02-03 07:19:36 +00:00
Shu Chen 6825f894d4 Merge branch 'controller/add_icd_callback' into 'main'
esp_matter_controller: Add API to register callbacks for ICD client

Closes CON-1925

See merge request app-frameworks/esp-matter!1410
2026-01-30 12:31:21 +00:00
chendejin f0c68e6e85 examples/common: fix ble not start in blemesh_bridge exmaple 2026-01-30 14:38:50 +08:00
chendejin f3a727930b components/esp_matter: call init function in endpoint::enable 2026-01-30 14:09:50 +08:00
Hrishikesh Dhayagude ccad0a93a8 Merge branch 'add_soil_sensor' into 'main'
esp_matter: add soil sensor device type

See merge request app-frameworks/esp-matter!1417
2026-01-28 16:33:37 +08:00
Hrishikesh Dhayagude 42db5fdb1e Merge branch 'ci/skip_tc_idm_10_3_main' into 'main'
CI: skip TC_IDM_10_3 for main branch

See merge request app-frameworks/esp-matter!1415
2026-01-28 13:35:41 +08:00
Hrishikesh Dhayagude df3d967249 Merge branch 'fix/build-image-ci-failure' into 'main'
Add missing weak definitions for Cluster Init and Shutdown callbacks

See merge request app-frameworks/esp-matter!1418
2026-01-27 18:58:27 +08:00
WanqQixiang 063f5c606d esp_matter: add soil sensor device type 2026-01-27 14:30:43 +08:00
mahesh f8f9049620 components/esp_matter: Add missing weak definition of ContextSensingClusterServerInitCallback and ContextSensingClusterServerShutdownCallback 2026-01-27 11:49:01 +05:30
Shu Chen 6456f3fbe2 Merge branch 'submodule/update_8f943388af' into 'main'
submodule: update connectedhomeip submodule to commit id 8f943388af

See merge request app-frameworks/esp-matter!1404
2026-01-26 07:45:05 +00:00
WanqQixiang cf35f3a246 CI: skip TC_IDM_10_3 for main branch 2026-01-23 16:41:42 +08:00
Hrishikesh Dhayagude a48ced16ba Merge branch 'weak_callbacks' into 'main'
components/esp_matter: Add weak definition of ESPMatterClusterInit/ShutdownCallback.

See merge request app-frameworks/esp-matter!1380
2026-01-22 16:06:19 +08:00
Hrishikesh Dhayagude 3f65036765 Merge branch 'attribute_update_cb' into 'main'
components/esp_matter: Add attribute update callback in case of attribute managed by SCI and AAI.

See merge request app-frameworks/esp-matter!1371
2026-01-22 16:02:46 +08:00
Hrishikesh Dhayagude be6172fb98 Merge branch 'feat/add-soil_measurement-cluster' into 'main'
Add soil_measurement cluster in esp_matter

See merge request app-frameworks/esp-matter!1396
2026-01-22 15:57:54 +08:00
WanqQixiang 97f93519c6 esp_matter_controller: Add API to register callbacks for ICD client
Fixes https://github.com/espressif/esp-matter/issues/1655
2026-01-22 09:43:09 +08:00
Hrishikesh Dhayagude cd63e46526 Merge branch 'nproc-plat-agnostic' into 'main'
install.sh: platform agnostics usage to get number of processing units

See merge request app-frameworks/esp-matter!1400
2026-01-19 19:06:31 +08:00
WanqQixiang baf5959df1 submodule: update connectedhomeip submodule to commit id 8f943388af 2026-01-19 08:37:19 +08:00
Rohit 651c1c6db9 components/esp_matter: Add attribute update callback in case of attribute managed by SCI and AAI. 2026-01-16 11:51:49 +05:30
Shu Chen 20385fb136 Merge branch 'docs/update-mfg-tool-command-usage' into 'main'
Update esp-matter-mfg-tool command usage

See merge request app-frameworks/esp-matter!1391
2026-01-15 11:21:01 +00:00
Shu Chen 8ad4128e9b Merge branch 'example/remove_light_network_prov' into 'main'
example: remove light_network_prov example

See merge request app-frameworks/esp-matter!1392
2026-01-15 11:20:14 +00:00
Shu Chen 40b9d1413e Merge branch 'feat/add-destroy-methods' into 'main'
Add Destroy API Support for Commands, Attributes, and Events

See merge request app-frameworks/esp-matter!1336
2026-01-15 11:16:23 +00:00
Shu Chen 8b526dce42 Merge branch 'update_certification_doc' into 'main'
Doc: update certification process document

See merge request app-frameworks/esp-matter!1376
2026-01-15 11:13:38 +00:00
Shu Chen 69bc36ffd8 Merge branch 'fix_a_grammar_error' into 'main'
components/esp_matter: fix a small syntax error

See merge request app-frameworks/esp-matter!1401
2026-01-15 11:10:06 +00:00
liyashuai 2b39ff29d1 components/esp_matter: fix a grammar error 2026-01-15 14:00:44 +08:00
Hrishikesh Dhayagude c77ff4be94 Merge branch 'fix/delegate_initialisation' into 'main'
components/esp-matter: Fix the delegate initialization flow

See merge request app-frameworks/esp-matter!1387
2026-01-14 22:08:34 +08:00
Hrishikesh Dhayagude 2a3d3e2299 Merge branch 'pr_1638' into 'main'
[GH_PR] Fix MeterIdentification cluster AttributeAccessInterface initialization (CON-1910)

See merge request app-frameworks/esp-matter!1388
2026-01-14 15:57:36 +08:00
Rohit 4e639da910 components/esp_matter: Add weak definition of ESPMatterClusterInit/ShutdownCallback. 2026-01-14 12:31:29 +05:30
Rohit 5e56b173d2 components/esp-matter: Fix the delegate initialization flow. Fixes:https://github.com/espressif/esp-matter/issues/1630 2026-01-13 17:12:18 +05:30
Shubham Patil e95cb76d6c install.sh: platform agnostics usage to get number of processing units
apparantly nproc is not Darwin native, so added a fallback for the nproc
for darwin and posix platforms and even if this fails it falls back to
1.

Fixes https://github.com/espressif/esp-matter/issues/1651
2026-01-12 11:33:49 +05:30
WanqQixiang ff101136e6 example: remove light_network_prov example 2026-01-12 08:40:07 +08:00
mahesh d07487cdf7 components/esp_matter: add soil_measurement cluster in esp_matter 2026-01-11 16:42:56 +05:30
Hrishikesh Dhayagude 2da935fcfe Merge branch 'sync/submodule' into 'main'
Sync connectedhomeip submodule to esp-matter release/v1.5 branch

See merge request app-frameworks/esp-matter!1393
2026-01-09 17:33:56 +08:00
liyashuai bbbb87dbf2 update certification process document 2026-01-09 16:46:55 +08:00
Rohit 5afeb7b522 Sync connectedhomeip submodule to esp-matter release/v1.5 branch 2026-01-09 12:29:41 +05:30
Hrishikesh Dhayagude d2bdc84204 Merge branch 'mr/camera_example' into 'main'
Add camera example

See merge request app-frameworks/esp-matter!1330
2026-01-08 23:44:59 +08:00
Sayon Deep aa0ca6012a Update Readme for camera example 2026-01-08 22:45:47 +08:00