Commit Graph

2176 Commits

Author SHA1 Message Date
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 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
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
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
Sayon Deep bc18d13045 examples: Add camera example for ESP32P4-Function-EV-Board 2026-01-08 18:24:52 +05:30
Shu Chen b9ab5160e8 Merge branch 'add_network_diag_clusters' into 'main'
esp_matter: Add WiFiNetworkDiagnotics and ThreadNetworkDiagnostics clusters by default

See merge request app-frameworks/esp-matter!1381
2026-01-07 10:27:28 +00:00
Ludovic BOUÉ 1db3abc215 feat: add Meter Identification delegate initialization callback
feat: add Meter Identification delegate initialization callback

feat: clarify initialization callback in Meter Identification delegate

feat: clarify initialization callback in Meter Identification delegate

feat: update initialization callback for Meter Identification delegate
2026-01-07 07:15:29 +00:00
Hrishikesh Dhayagude d68aef718b Merge branch 'docs/update-delegate-list' into 'main'
Update delegate list in documentation

See merge request app-frameworks/esp-matter!1386
2026-01-06 20:55:19 +08:00
mahesh d13d756332 docs: update delegate list 2026-01-05 15:50:29 +05:30
WanqQixiang 8163ff16a5 esp_matter: Add WiFiNetworkDiagnotics and ThreadNetworkDiagnostics cluster by default 2026-01-04 09:24:43 +08:00
Shu Chen 1cbceb0d43 Merge branch 'add_calling_for_doorlock_cluster_init' into 'main'
Doorlock: Add calling for emberAfDoorLockClusterInitCallback function

See merge request app-frameworks/esp-matter!1343
2026-01-03 04:05:42 +00:00
Hrishikesh Dhayagude ef0ea6a5db Merge branch 'power-nullable' into 'main'
examples/all-device-type-app: update electrical power measurement attribute to use nullable type

See merge request app-frameworks/esp-matter!1366
2026-01-02 19:20:56 +08:00
Shubham Patil bd5ed3d503 examples/all-device-type-app: update electrical power measurement attribute to use nullable type
Fixes https://github.com/espressif/esp-matter/issues/1617
2026-01-02 15:17:24 +05:30
Hrishikesh Dhayagude ec75d2fd24 Merge branch 'fix/software-diagnostic-init' into 'main'
Fix incorrect cluster ID used in Software Diagnostics init callback

See merge request app-frameworks/esp-matter!1379
2026-01-02 13:19:46 +08:00
Hrishikesh Dhayagude be8d1e7c54 Merge branch 'fix-launchpad-1' into 'main'
tools: optimize docker image and fix launchpad builds

See merge request app-frameworks/esp-matter!1377
2025-12-31 19:48:21 +08:00
Hrishikesh Dhayagude 68ede7de5a Merge branch 'doc/v1.5-branch' into 'main'
docs: add v1.5 branch in readme file

See merge request app-frameworks/esp-matter!1378
2025-12-31 18:34:07 +08:00
mahesh 2e22e3014d Fix: Incorrect Software Diagnostic cluster id while checking attribute enable
Fixes: https://github.com/espressif/esp-matter/issues/1634
2025-12-31 16:01:33 +05:30
Hrishikesh Dhayagude 2e20fa03a6 Merge branch 'feat/add-electrical-device-types' into 'main'
Add electrical device types

See merge request app-frameworks/esp-matter!1369
2025-12-31 16:24:17 +08:00
Hrishikesh Dhayagude 19628f0817 Merge branch 'feat/add-meter_identification-cluster' into 'main'
Add meter identification cluster

See merge request app-frameworks/esp-matter!1368
2025-12-31 16:21:30 +08:00
Hrishikesh Dhayagude 1b7340e60c Merge branch 'feat/add-electrical_grid_conditions-cluster' into 'main'
Add electrical_grid_conditions cluster in esp_matter

See merge request app-frameworks/esp-matter!1367
2025-12-31 16:20:55 +08:00
WanqQixiang e6d7525d1f docs: add v1.5 branch in readme file 2025-12-31 08:41:13 +08:00
Shubham Patil 27dd31913a tools: optimize docker image and fix launchpad builds
- Earlier fixes removed .git which potentially failed building the
  examples as esp-idf does git describe during builds. Added them back
  anad build works now.
- Removed the dormant bits from the docker-image
- Added ninja-jobs option for better resource utilization during host
  tool builds
- Added back the linux installation as we do need ability to run
  chip-tool from the container.
2025-12-30 18:00:33 +05:30
mahesh aeb697ebe7 components/esp_matter: Add new electrical device types 2025-12-30 11:53:36 +05:30
mahesh 170bdc7400 components/esp_matter: add meter_identification cluster in esp_matter 2025-12-30 11:50:08 +05:30
Shu Chen fb42f3f23d Merge branch 'controller-cfg' into 'main'
examples/controller: remove duplicate flash size config entry

See merge request app-frameworks/esp-matter!1365
2025-12-30 02:35:48 +00:00
Shubham Patil 788be79ad5 examples/controller: remove duplicate flash size config entry 2025-12-29 02:01:23 +00:00
Shu Chen a13535b57a Merge branch 'basic_info/fix_optional_attr' into 'main'
data-mode-provider: Set optional attributes set for basic information cluster

Closes CON-1891

See merge request app-frameworks/esp-matter!1362
2025-12-29 01:56:19 +00:00
Sayon Deep c9ee92c6d0 submodule update with tcp support on esp32 2025-12-26 14:51:09 +05:30
Hrishikesh Dhayagude 0e57c7dc01 Merge branch 'fix/incorrect-server-init-cb' into 'main'
fix: Correct misplaced server init callback in WiFi Network Diagnostics cluster

See merge request app-frameworks/esp-matter!1375
2025-12-26 16:48:01 +08:00
mahesh e190a8ed2d fix: correct misplaced server init callback in wifi-network-diagnostics-cluster
Fixes https://github.com/espressif/esp-matter/issues/1623
2025-12-26 11:14:26 +05:30
mahesh a192e42299 components/esp_matter: add electrical_grid_conditions cluster in esp_matter 2025-12-26 08:35:46 +05:30
WanqQixiang 0608f84934 data-mode-provider: Set optional attributes set for basic information cluster
Fixes CON-1891
2025-12-26 11:05:08 +08:00
liyashuai 849fc9b725 fix all_device_types_app link error 2025-12-26 02:38:02 +00:00
liyashuai 3317574efb Doorlock: Add calling for emberAfDoorLockClusterInitCallback function 2025-12-26 02:38:02 +00:00
Shu Chen 58d66e42b3 Merge branch 'light_network_prov/flash_optimization' into 'main'
example: flash optimization for light_network_prov example

See merge request app-frameworks/esp-matter!1370
2025-12-26 02:37:20 +00:00
WanqQixiang 3a86fb410c example: flash optimization for light_network_prov example 2025-12-24 12:23:22 +08:00
Hrishikesh Dhayagude 3fbe71d6f7 Merge branch 'fix-launchpad' into 'main'
launchpad: unroll the chip-build image to reduce image size

See merge request app-frameworks/esp-matter!1359
2025-12-23 17:59:52 +08:00
Hrishikesh Dhayagude 7488d96e9f Merge branch 'feat/add-commodity_metering-cluster' into 'main'
Add commodity metering cluster

See merge request app-frameworks/esp-matter!1357
2025-12-22 21:10:50 +08:00
Hrishikesh Dhayagude 2fe970d1bc Merge branch 'feat/add-commodity_price-cluster' into 'main'
Add commodity price cluster

See merge request app-frameworks/esp-matter!1356
2025-12-22 21:06:39 +08:00
Hrishikesh Dhayagude 717a813d18 Merge branch 'feat/add-commodity_tarrif-cluster' into 'main'
Add commodity_tariff cluster in esp_matter

See merge request app-frameworks/esp-matter!1355
2025-12-22 20:34:38 +08:00
mahesh d3d7d328ca components/esp_matter: add commodity_metering cluster in esp_matter 2025-12-22 12:17:03 +05:30
Hrishikesh Dhayagude a4da4663c8 Merge branch 'bugfix/set_val' into 'main'
components/esp-matter: Fix the set_val call and add RAII lock.

See merge request app-frameworks/esp-matter!1350
2025-12-19 19:42:21 +08:00
Shubham Patil 2c20c8380a launchpad: unroll the chip-build image to reduce image size
esp-matter docker image size is increased a lot, chip-build image
contains a lot more bloaty things that we do not need. So, falling back
to ubuntu base image.
2025-12-19 15:36:13 +05:30
Shu Chen ee1a5e0241 Merge branch 'fix/compile_icd_without_data_model' into 'main'
components/esp_matter: fix compile error for icd without esp data model

See merge request app-frameworks/esp-matter!1353
2025-12-19 01:50:15 +00:00
Chen Dejin 9941603436 components/esp_matter: fix compile error for icd without esp data model 2025-12-19 01:50:15 +00:00