Skip to content

[Energy] Water Heater App#42835

Merged
mergify[bot] merged 14 commits intoproject-chip:masterfrom
lpbeliveau-silabs:feature/water-heater-app
Feb 6, 2026
Merged

[Energy] Water Heater App#42835
mergify[bot] merged 14 commits intoproject-chip:masterfrom
lpbeliveau-silabs:feature/water-heater-app

Conversation

@lpbeliveau-silabs
Copy link
Copy Markdown
Contributor

@lpbeliveau-silabs lpbeliveau-silabs commented Jan 27, 2026

Summary

This PR continues what was started in #42711,

It implemented the water-heater-app as a standalone app that uses sources from the energy-management common folder.

This PR also attempts at addressing the WHM confusion going on across the example:
According to the spec, WHM stands for the "Water Heater Mode" cluster.
The source apps and various variables have therefore been renamed to address this confusion.

It also re-enables the CI for water-heater tests that were previously disabled.

Related issues

Fixes: #42804

Testing

Build and running has been locally validated, the CI will be instrumental in verifying the rest of the tests.

Readability checklist

The checklist below will help the reviewer finish PR review in time and keep the
code readable:

  • PR title is
    descriptive
  • Apply the
    “When in Rome…”
    rule (coding style)
  • PR size is short
  • Try to avoid "squashing" and "force-update" in commit history
  • CI time didn't increase

See: Pull Request Guidelines

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request successfully refactors the water heater functionality into a standalone application, including updates to build configurations, documentation, and tests. My review focuses on improving consistency, modularity, and correctness across the newly created files. I've identified several areas for improvement, such as correcting copy-paste errors in configuration files, aligning application naming in build scripts, enhancing build file modularity, and fixing a reference to a non-existent directory that would cause build failures. All original comments were retained, with one comment enhanced by a reference to a relevant consistency rule.

Comment thread examples/water-heater-app/esp32/main/include/CHIPProjectConfig.h
Comment thread examples/water-heater-app/esp32/sdkconfig.defaults Outdated
Comment thread src/BUILD.gn Outdated
Comment thread docs/platforms/silabs/silabs_getting_started.md Outdated
Comment thread examples/water-heater-app/esp32/main/Kconfig.projbuild Outdated
Comment thread examples/water-heater-app/silabs/BUILD.gn Outdated
Comment thread examples/water-heater-app/silabs/src/AppTask.cpp
Comment thread examples/water-heater-app/water-heater-common/BUILD.gn
Comment thread scripts/build/builders/esp32.py Outdated
Comment thread scripts/build/builders/host.py Outdated
@mergify mergify Bot added the conflict label Jan 28, 2026
@mergify mergify Bot removed the conflict label Jan 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 28, 2026

PR #42835: Size comparison from ec3f3f2 to 5698356

Full report (5 builds for cc32xx, realtek, stm32)
platform target config section ec3f3f2 5698356 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555340 555340 0 0.0
RAM 205496 205496 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589224 589224 0 0.0
RAM 205752 205752 0 0.0
realtek light-switch-app rtl8777g FLASH 701992 701992 0 0.0
RAM 113548 113548 0 0.0
lighting-app rtl8777g FLASH 743872 743872 0 0.0
RAM 114768 114768 0 0.0
stm32 light STM32WB5MM-DK FLASH 470804 470804 0 0.0
RAM 141408 141408 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 29, 2026

PR #42835: Size comparison from ec3f3f2 to 07d88ff

Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
platform target config section ec3f3f2 07d88ff change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555340 555340 0 0.0
RAM 205496 205496 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589224 589224 0 0.0
RAM 205752 205752 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 935932 935932 0 0.0
RAM 161974 161974 0 0.0
realtek light-switch-app rtl8777g FLASH 701992 701992 0 0.0
RAM 113548 113548 0 0.0
lighting-app rtl8777g FLASH 743872 743872 0 0.0
RAM 114768 114768 0 0.0
stm32 light STM32WB5MM-DK FLASH 470804 470804 0 0.0
RAM 141408 141408 0 0.0

@lpbeliveau-silabs lpbeliveau-silabs force-pushed the feature/water-heater-app branch 4 times, most recently from 5577420 to 19f6808 Compare January 29, 2026 00:50
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 29, 2026

PR #42835: Size comparison from ec3f3f2 to 19f6808

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section ec3f3f2 19f6808 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1106440 1106440 0 0.0
RAM 178978 178978 0 0.0
bl702 lighting-app bl702+eth FLASH 661210 661210 0 0.0
RAM 135049 135049 0 0.0
bl702+wifi FLASH 837050 837050 0 0.0
RAM 124517 124517 0 0.0
bl706+mfd+rpc+littlefs FLASH 1070974 1070974 0 0.0
RAM 117389 117389 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 903548 903548 0 0.0
RAM 105964 105964 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 983620 983620 0 0.0
RAM 109884 109884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 771284 771284 0 0.0
RAM 103408 103408 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 784320 784320 0 0.0
RAM 108736 108736 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 729456 729456 0 0.0
RAM 97484 97484 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 714032 714032 0 0.0
RAM 97692 97692 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555340 555340 0 0.0
RAM 205496 205496 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589224 589224 0 0.0
RAM 205752 205752 0 0.0
efr32 lock-app BRD4187C FLASH 967504 967496 -8 -0.0
RAM 125704 125704 0 0.0
BRD4338a FLASH 761332 761332 0 0.0
RAM 237968 237968 0 0.0
window-app BRD4187C FLASH 1063848 1063840 -8 -0.0
RAM 126828 126828 0 0.0
esp32 all-clusters-app c3devkit DRAM 98204 98204 0 0.0
FLASH 1584468 1584468 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 935932 935932 0 0.0
RAM 161974 161974 0 0.0
nxp contact mcxw71+release FLASH 744632 744632 0 0.0
RAM 67152 67152 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1696244 1696244 0 0.0
RAM 214484 214484 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1597300 1597300 0 0.0
RAM 211476 211476 0 0.0
light cy8ckit_062s2_43012 FLASH 1460940 1460940 0 0.0
RAM 197808 197808 0 0.0
lock cy8ckit_062s2_43012 FLASH 1495044 1495044 0 0.0
RAM 225688 225688 0 0.0
qpg lighting-app qpg6200+debug FLASH 838716 838716 0 0.0
RAM 128032 128032 0 0.0
lock-app qpg6200+debug FLASH 777164 777164 0 0.0
RAM 118972 118972 0 0.0
realtek light-switch-app rtl8777g FLASH 701992 701992 0 0.0
RAM 113548 113548 0 0.0
lighting-app rtl8777g FLASH 743872 743872 0 0.0
RAM 114768 114768 0 0.0
stm32 light STM32WB5MM-DK FLASH 470804 470804 0 0.0
RAM 141408 141408 0 0.0
telink bridge-app tl7218x FLASH 711642 711642 0 0.0
RAM 93088 93088 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 797432 797432 0 0.0
RAM 41272 41272 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 788762 788762 0 0.0
RAM 96172 96172 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 717432 717432 0 0.0
RAM 54264 54264 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 753242 753242 0 0.0
RAM 73288 73288 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 721814 721814 0 0.0
RAM 34992 34992 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 609728 609728 0 0.0
RAM 117960 117960 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 822266 822270 4 0.0
RAM 94560 94560 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 29, 2026

PR #42835: Size comparison from 55f0e1f to fcf05da

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section 55f0e1f fcf05da change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1106440 1106440 0 0.0
RAM 178978 178978 0 0.0
bl702 lighting-app bl702+eth FLASH 661210 661210 0 0.0
RAM 135049 135049 0 0.0
bl702+wifi FLASH 837050 837050 0 0.0
RAM 124517 124517 0 0.0
bl706+mfd+rpc+littlefs FLASH 1070974 1070974 0 0.0
RAM 117389 117389 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 903548 903548 0 0.0
RAM 105964 105964 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 983620 983620 0 0.0
RAM 109884 109884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 771284 771284 0 0.0
RAM 103408 103408 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 784320 784320 0 0.0
RAM 108736 108736 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 729456 729456 0 0.0
RAM 97484 97484 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 714032 714032 0 0.0
RAM 97692 97692 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555340 555340 0 0.0
RAM 205496 205496 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589224 589224 0 0.0
RAM 205752 205752 0 0.0
efr32 lock-app BRD4187C FLASH 967504 967496 -8 -0.0
RAM 125704 125704 0 0.0
BRD4338a FLASH 761332 761332 0 0.0
RAM 237968 237968 0 0.0
window-app BRD4187C FLASH 1063848 1063840 -8 -0.0
RAM 126828 126828 0 0.0
esp32 all-clusters-app c3devkit DRAM 98204 98204 0 0.0
FLASH 1584460 1584460 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 935928 935928 0 0.0
RAM 161974 161974 0 0.0
nxp contact mcxw71+release FLASH 744632 744632 0 0.0
RAM 67152 67152 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1696236 1696236 0 0.0
RAM 214484 214484 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1597300 1597300 0 0.0
RAM 211476 211476 0 0.0
light cy8ckit_062s2_43012 FLASH 1460940 1460940 0 0.0
RAM 197808 197808 0 0.0
lock cy8ckit_062s2_43012 FLASH 1495044 1495044 0 0.0
RAM 225688 225688 0 0.0
qpg lighting-app qpg6200+debug FLASH 838716 838716 0 0.0
RAM 128032 128032 0 0.0
lock-app qpg6200+debug FLASH 777164 777164 0 0.0
RAM 118972 118972 0 0.0
realtek light-switch-app rtl8777g FLASH 701992 701992 0 0.0
RAM 113548 113548 0 0.0
lighting-app rtl8777g FLASH 743872 743872 0 0.0
RAM 114768 114768 0 0.0
stm32 light STM32WB5MM-DK FLASH 470804 470804 0 0.0
RAM 141408 141408 0 0.0
telink bridge-app tl7218x FLASH 711642 711642 0 0.0
RAM 93088 93088 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 797432 797432 0 0.0
RAM 41272 41272 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 788762 788762 0 0.0
RAM 96172 96172 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 717432 717432 0 0.0
RAM 54264 54264 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 753242 753242 0 0.0
RAM 73288 73288 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 721814 721814 0 0.0
RAM 34992 34992 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 609728 609728 0 0.0
RAM 117960 117960 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 822266 822270 4 0.0
RAM 94560 94560 0 0.0

@lpbeliveau-silabs lpbeliveau-silabs force-pushed the feature/water-heater-app branch 2 times, most recently from e3abe67 to d159bf5 Compare January 29, 2026 16:34
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 29, 2026

PR #42835: Size comparison from 27b6094 to d159bf5

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section 27b6094 d159bf5 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1106440 1106440 0 0.0
RAM 178978 178978 0 0.0
bl702 lighting-app bl702+eth FLASH 661210 661210 0 0.0
RAM 135049 135049 0 0.0
bl702+wifi FLASH 837050 837050 0 0.0
RAM 124517 124517 0 0.0
bl706+mfd+rpc+littlefs FLASH 1070974 1070974 0 0.0
RAM 117389 117389 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 903548 903548 0 0.0
RAM 105964 105964 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 983620 983620 0 0.0
RAM 109884 109884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 771284 771284 0 0.0
RAM 103408 103408 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 784320 784320 0 0.0
RAM 108736 108736 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 729456 729456 0 0.0
RAM 97484 97484 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 714032 714032 0 0.0
RAM 97692 97692 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555340 555340 0 0.0
RAM 205496 205496 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589224 589224 0 0.0
RAM 205752 205752 0 0.0
efr32 lock-app BRD4187C FLASH 967504 967496 -8 -0.0
RAM 125704 125704 0 0.0
BRD4338a FLASH 761332 761332 0 0.0
RAM 237968 237968 0 0.0
window-app BRD4187C FLASH 1063848 1063840 -8 -0.0
RAM 126828 126828 0 0.0
esp32 all-clusters-app c3devkit DRAM 98204 98204 0 0.0
FLASH 1584460 1584460 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 935928 935928 0 0.0
RAM 161975 161975 0 0.0
nxp contact mcxw71+release FLASH 744632 744632 0 0.0
RAM 67152 67152 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1696236 1696236 0 0.0
RAM 214484 214484 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1597300 1597300 0 0.0
RAM 211476 211476 0 0.0
light cy8ckit_062s2_43012 FLASH 1460940 1460940 0 0.0
RAM 197808 197808 0 0.0
lock cy8ckit_062s2_43012 FLASH 1495044 1495044 0 0.0
RAM 225688 225688 0 0.0
qpg lighting-app qpg6200+debug FLASH 838716 838716 0 0.0
RAM 128032 128032 0 0.0
lock-app qpg6200+debug FLASH 777164 777164 0 0.0
RAM 118972 118972 0 0.0
realtek light-switch-app rtl8777g FLASH 701992 701992 0 0.0
RAM 113548 113548 0 0.0
lighting-app rtl8777g FLASH 743872 743872 0 0.0
RAM 114768 114768 0 0.0
stm32 light STM32WB5MM-DK FLASH 470804 470804 0 0.0
RAM 141408 141408 0 0.0
telink bridge-app tl7218x FLASH 711642 711642 0 0.0
RAM 93088 93088 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 797432 797432 0 0.0
RAM 41272 41272 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 788762 788762 0 0.0
RAM 96172 96172 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 717432 717432 0 0.0
RAM 54264 54264 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 753242 753242 0 0.0
RAM 73288 73288 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 721814 721814 0 0.0
RAM 34992 34992 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 609728 609728 0 0.0
RAM 117960 117960 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 822266 822270 4 0.0
RAM 94560 94560 0 0.0

@lpbeliveau-silabs lpbeliveau-silabs marked this pull request as ready for review January 29, 2026 18:06
@lpbeliveau-silabs lpbeliveau-silabs requested review from a team as code owners January 29, 2026 18:06
Copilot AI review requested due to automatic review settings January 29, 2026 18:06
@pullapprove pullapprove Bot requested a review from andy31415 January 29, 2026 18:06
Comment thread examples/water-heater-app/linux/README.md
Comment thread examples/water-heater-app/linux/README.md
Copy link
Copy Markdown
Contributor

@jamesharrow jamesharrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a few minor things in the README matter-repl section I've included as suggestions to fix, but once those are merged then happy for this to be merged.

Thanks for the hard work on this!

Copilot AI review requested due to automatic review settings February 6, 2026 20:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 89 out of 91 changed files in this pull request and generated 9 comments.

Comment thread examples/water-heater-app/linux/README.md
Comment thread examples/water-heater-app/linux/README.md
Comment thread examples/water-heater-app/linux/README.md
Comment thread examples/water-heater-app/linux/README.md
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

PR #42835: Size comparison from a5400be to 32e970f

Full report (5 builds for cc32xx, realtek, stm32)
platform target config section a5400be 32e970f change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555372 555636 264 0.0
RAM 205528 204432 -1096 -0.5
lock CC3235SF_LAUNCHXL FLASH 589448 589824 376 0.1
RAM 205808 204720 -1088 -0.5
realtek light-switch-app rtl8777g FLASH 702320 702944 624 0.1
RAM 113652 113260 -392 -0.3
lighting-app rtl8777g FLASH 744240 744952 712 0.1
RAM 114864 114472 -392 -0.3
stm32 light STM32WB5MM-DK FLASH 471224 471556 332 0.1
RAM 141512 141120 -392 -0.3

Copilot AI review requested due to automatic review settings February 6, 2026 20:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 89 out of 91 changed files in this pull request and generated 4 comments.

Comment thread examples/water-heater-app/esp32/main/DeviceCallbacks.cpp
Comment thread examples/water-heater-app/silabs/README.md
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

PR #42835: Size comparison from aa91661 to ab362f1

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section aa91661 ab362f1 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1107008 1107008 0 0.0
RAM 178602 178602 0 0.0
bl702 lighting-app bl702+eth FLASH 661914 661914 0 0.0
RAM 134617 134617 0 0.0
bl702+wifi FLASH 837630 837630 0 0.0
RAM 124149 124149 0 0.0
bl706+mfd+rpc+littlefs FLASH 1072064 1072064 0 0.0
RAM 117037 117037 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 904262 904262 0 0.0
RAM 105628 105628 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 984710 984710 0 0.0
RAM 109524 109524 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 772012 772012 0 0.0
RAM 103112 103112 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 785008 785008 0 0.0
RAM 108432 108432 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 730068 730068 0 0.0
RAM 97188 97188 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 714588 714588 0 0.0
RAM 97388 97388 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 555636 555636 0 0.0
RAM 204432 204432 0 0.0
lock CC3235SF_LAUNCHXL FLASH 589824 589824 0 0.0
RAM 204720 204720 0 0.0
efr32 lock-app BRD4187C FLASH 968208 968200 -8 -0.0
RAM 125412 125412 0 0.0
BRD4338a FLASH 761748 761748 0 0.0
RAM 237680 237680 0 0.0
window-app BRD4187C FLASH 1065024 1065016 -8 -0.0
RAM 126536 126536 0 0.0
esp32 all-clusters-app c3devkit DRAM 97956 97956 0 0.0
FLASH 1587294 1587294 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 938044 938044 0 0.0
RAM 161739 161739 0 0.0
nxp contact mcxw71+release FLASH 745512 745512 0 0.0
RAM 66848 66848 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1698716 1698716 0 0.0
RAM 213540 213540 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1600012 1600012 0 0.0
RAM 210532 210532 0 0.0
light cy8ckit_062s2_43012 FLASH 1461564 1461564 0 0.0
RAM 196808 196808 0 0.0
lock cy8ckit_062s2_43012 FLASH 1495612 1495612 0 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6200+debug FLASH 839564 839564 0 0.0
RAM 127720 127720 0 0.0
lock-app qpg6200+debug FLASH 777844 777844 0 0.0
RAM 118660 118660 0 0.0
realtek light-switch-app rtl8777g FLASH 702944 702944 0 0.0
RAM 113260 113260 0 0.0
lighting-app rtl8777g FLASH 744952 744952 0 0.0
RAM 114472 114472 0 0.0
stm32 light STM32WB5MM-DK FLASH 471556 471556 0 0.0
RAM 141120 141120 0 0.0
telink bridge-app tl7218x FLASH 712738 712738 0 0.0
RAM 92796 92796 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 798406 798406 0 0.0
RAM 41356 41356 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 789654 789654 0 0.0
RAM 95876 95876 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 718222 718222 0 0.0
RAM 53968 53968 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 754032 754032 0 0.0
RAM 72992 72992 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 722756 722756 0 0.0
RAM 35076 35076 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 610736 610736 0 0.0
RAM 118044 118044 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 823158 823162 4 0.0
RAM 94264 94264 0 0.0

@mergify mergify Bot merged commit 28dfe07 into project-chip:master Feb 6, 2026
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Water Heater Management] Water Heater Management disabled

6 participants