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
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
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
mahesh
8da087196e
components/esp_matter: add commodity_price cluster in esp_matter
2025-12-18 17:33:06 +05:30
mahesh
6667a7e8c5
components/esp_matter: add commodity_tariff cluster in esp_matter
2025-12-18 17:31:09 +05:30
Hrishikesh Dhayagude
f64a2e18f1
Merge branch 'pr_1606' into 'main'
...
[GH_PR] Add callback for unpair_device (CON-1879)
See merge request app-frameworks/esp-matter!1351
2025-12-18 19:36:06 +08:00
Hrishikesh Dhayagude
c228911a85
Merge branch 'feat/add-camera_av_settings_user_level_management' into 'main'
...
Add camera_av_settings_user_level_management cluster in esp_matter
See merge request app-frameworks/esp-matter!1334
2025-12-18 18:51:54 +08:00
Hrishikesh Dhayagude
c5e0ace727
Merge branch 'feat/add-chime-device-type' into 'main'
...
Add Chime Device Type
See merge request app-frameworks/esp-matter!1331
2025-12-18 16:18:29 +08:00
mahesh
1c382d7a0f
components/esp_matter: add push_av_stream_transport cluster in esp_matter
2025-12-18 12:45:07 +05:30
mahesh
79ace0f5c1
components/esp_matter: add camera_av_settings_user_level_management cluster in esp_matter
2025-12-18 12:45:01 +05:30
Hrishikesh Dhayagude
6bfec7735a
Merge branch 'gh-typo-workflow' into 'main'
...
gh_action: add workflow to check typos on the PRs
See merge request app-frameworks/esp-matter!1352
2025-12-18 14:47:57 +08:00
Hrishikesh Dhayagude
9b315c43cf
Merge branch 'remove-ESP32SecureCertDataProvider-copy' into 'main'
...
examples: use symlink for ESP32SecureCertDataProvider.h instead of copy
See merge request app-frameworks/esp-matter!1349
2025-12-18 14:45:20 +08:00
mahesh
6daddbffe7
components/esp_matter: Add chime device type
2025-12-18 11:11:00 +05:30
Rohit
ba887f9f6a
components/esp-matter: Fix the set_val call and add RAII lock.
2025-12-18 10:31:49 +05:30
Tomas McGuinness
66c6c84f8e
Fix typos
2025-12-17 15:03:31 +00:00
Shubham Patil
e591d6bc41
gh_action: add workflow to check typos on the PRs
2025-12-17 20:32:38 +05:30
Tomas McGuinness
a77b0f6a48
Add unpair_complete_callback to pairing_command
2025-12-17 07:38:06 +00:00
Shubham Patil
1e7ad58145
examples: use symlink for ESP32SecureCertDataProvider.h instead of copy
2025-12-16 20:36:07 +05:30
Hrishikesh Dhayagude
46d1af520f
Merge branch 'esp_matter/attr_flags_icd' into 'main'
...
esp_matter: fix attributes flags for icd-management cluster
See merge request app-frameworks/esp-matter!1337
2025-12-16 14:58:02 +08:00
WanqQixiang
60d24aea7f
esp_matter: fix attributes flags for ICD Management cluster and Time Synchronization cluster
2025-12-16 12:25:18 +08:00
Hrishikesh Dhayagude
fe36711534
Merge branch 'feat/add-closure_devices' into 'main'
...
Add closure device types
See merge request app-frameworks/esp-matter!1333
2025-12-16 01:26:03 +08:00
mahesh
17257d95b6
components/esp_matter: Add closure device types
2025-12-15 15:23:08 +05:30
Shu Chen
e39ff3e3b4
Merge branch 'example/add_rainmaker_bridge' into 'main'
...
example/bridge: Add rainmaker bridge example
See merge request app-frameworks/esp-matter!1237
2025-12-15 06:38:09 +00:00
Hrishikesh Dhayagude
51e263b19a
Merge branch 'fix/link' into 'main'
...
all-device-types-app: Fix broken link in readme.
See merge request app-frameworks/esp-matter!1341
2025-12-15 13:58:09 +08:00