Skip to content

[Draft] Conversion of Thermostat to Code-Driven Cluster#42325

Draft
hasty wants to merge 128 commits into
project-chip:masterfrom
hasty:granbery/code_driven_thermostat
Draft

[Draft] Conversion of Thermostat to Code-Driven Cluster#42325
hasty wants to merge 128 commits into
project-chip:masterfrom
hasty:granbery/code_driven_thermostat

Conversation

@hasty
Copy link
Copy Markdown
Contributor

@hasty hasty commented Dec 8, 2025

Summary

This is the initial conversion of the Thermostat cluster to the code-driven style. It replaces the existing functionality which
was previously handled in ember callbacks and the attribute access interface.

It is meant to be merged after #41739.

Testing

Ran test suite

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 undertakes a significant refactoring of the Thermostat cluster, converting it to the modern code-driven implementation style. This is a large change that touches many example applications, ZAP configurations, and the core cluster logic itself. The changes correctly move attribute and command handling from the old attribute access interface and Ember callbacks into a new ThermostatCluster class. The new implementation is well-structured, separating concerns into different files for read, write, setpoints, presets, and atomic operations.

My review has identified a couple of areas for improvement:

  • A copy-paste error in a new header file that should be corrected.
  • An inconsistency in error logging during cluster initialization that could hinder debugging.

Overall, this is a solid first draft for this major conversion. The new structure is much cleaner and aligns with the current SDK architecture.

Comment thread examples/thermostat/thermostat-common/include/thermostat-app.h Outdated
Comment thread examples/thermostat/linux/main.cpp
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2025

PR #42325: Size comparison from efdf99d to c2d2a9d

Full report (3 builds for realtek, stm32)
platform target config section efdf99d c2d2a9d change % change
realtek light-switch-app rtl8777g FLASH 708688 708688 0 0.0
RAM 107188 107188 0 0.0
lighting-app rtl8777g FLASH 757392 757392 0 0.0
RAM 127320 127320 0 0.0
stm32 light STM32WB5MM-DK FLASH 470244 470244 0 0.0
RAM 141392 141392 0 0.0

…driven_thermostat

# Conflicts:
#	examples/all-clusters-app/linux/main-common.cpp
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2025

PR #42325: Size comparison from efdf99d to c1a8831

Full report (3 builds for realtek, stm32)
platform target config section efdf99d c1a8831 change % change
realtek light-switch-app rtl8777g FLASH 708688 709488 800 0.1
RAM 107188 107204 16 0.0
lighting-app rtl8777g FLASH 757392 758168 776 0.1
RAM 127320 127336 16 0.0
stm32 light STM32WB5MM-DK FLASH 470244 470800 556 0.1
RAM 141392 141400 8 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2025

PR #42325: Size comparison from efdf99d to 0438f4a

Full report (3 builds for realtek, stm32)
platform target config section efdf99d 0438f4a change % change
realtek light-switch-app rtl8777g FLASH 708688 709000 312 0.0
RAM 107188 107204 16 0.0
lighting-app rtl8777g FLASH 757392 757408 16 0.0
RAM 127320 127336 16 0.0
stm32 light STM32WB5MM-DK FLASH 470244 470048 -196 -0.0
RAM 141392 141400 8 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 9, 2025

PR #42325: Size comparison from efdf99d to 6b81f9b

Full report (3 builds for realtek, stm32)
platform target config section efdf99d 6b81f9b change % change
realtek light-switch-app rtl8777g FLASH 708688 709000 312 0.0
RAM 107188 107204 16 0.0
lighting-app rtl8777g FLASH 757392 757408 16 0.0
RAM 127320 127336 16 0.0
stm32 light STM32WB5MM-DK FLASH 470244 470048 -196 -0.0
RAM 141392 141400 8 0.0

@mergify mergify Bot added the conflict label Dec 9, 2025
@mergify mergify Bot removed the conflict label Jan 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 4, 2026

PR #42325: Size comparison from cb38d7b to 623dfa6

Full report (3 builds for realtek, stm32)
platform target config section cb38d7b 623dfa6 change % change
realtek light-switch-app rtl8777g FLASH 709056 709056 0 0.0
RAM 107212 107212 0 0.0
lighting-app rtl8777g FLASH 757448 757448 0 0.0
RAM 127336 127336 0 0.0
stm32 light STM32WB5MM-DK FLASH 470092 470092 0 0.0
RAM 141408 141408 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 5, 2026

PR #42325: Size comparison from cb38d7b to 9c92d71

Full report (21 builds for bl602, bl702, bl702l, cc13x4_26x4, realtek, stm32, telink)
platform target config section cb38d7b 9c92d71 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1105660 1105660 0 0.0
RAM 178970 178970 0 0.0
bl702 lighting-app bl702+eth FLASH 660708 660708 0 0.0
RAM 135041 135041 0 0.0
bl702+wifi FLASH 836292 836292 0 0.0
RAM 124509 124509 0 0.0
bl706+mfd+rpc+littlefs FLASH 1070096 1070096 0 0.0
RAM 117373 117373 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 902634 902634 0 0.0
RAM 105964 105964 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 982998 982998 0 0.0
RAM 109876 109876 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 770724 770724 0 0.0
RAM 103408 103408 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 783736 783736 0 0.0
RAM 108728 108728 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 728736 728736 0 0.0
RAM 97484 97484 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 713312 713312 0 0.0
RAM 97684 97684 0 0.0
realtek light-switch-app rtl8777g FLASH 709056 709056 0 0.0
RAM 107212 107212 0 0.0
lighting-app rtl8777g FLASH 757448 757448 0 0.0
RAM 127336 127336 0 0.0
stm32 light STM32WB5MM-DK FLASH 470092 470092 0 0.0
RAM 141408 141408 0 0.0
telink bridge-app tl7218x FLASH 710792 710792 0 0.0
RAM 93064 93064 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 796788 796788 0 0.0
RAM 41256 41256 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 788138 788138 0 0.0
RAM 96156 96156 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 716734 716734 0 0.0
RAM 54248 54248 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 752546 752546 0 0.0
RAM 73272 73272 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 721102 721102 0 0.0
RAM 34976 34976 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 608882 608882 0 0.0
RAM 117944 117944 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 821640 821644 4 0.0
RAM 94544 94544 0 0.0

@mergify mergify Bot added the conflict label Jan 8, 2026
@mergify mergify Bot removed the conflict label Feb 11, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 11, 2026

PR #42325: Size comparison from 852d166 to a262f00

Full report (21 builds for bl602, bl702, bl702l, cc13x4_26x4, realtek, stm32, telink)
platform target config section 852d166 a262f00 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1107424 1107424 0 0.0
RAM 178650 178650 0 0.0
bl702 lighting-app bl702+eth FLASH 662428 662428 0 0.0
RAM 134665 134665 0 0.0
bl702+wifi FLASH 838144 838144 0 0.0
RAM 124189 124189 0 0.0
bl706+mfd+rpc+littlefs FLASH 1072496 1072496 0 0.0
RAM 117117 117117 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 905050 905050 0 0.0
RAM 105724 105724 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 985500 985500 0 0.0
RAM 109604 109604 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 772448 772448 0 0.0
RAM 103200 103200 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 785256 785256 0 0.0
RAM 108480 108480 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 730344 730344 0 0.0
RAM 97236 97236 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 714856 714856 0 0.0
RAM 97436 97436 0 0.0
realtek light-switch-app rtl8777g FLASH 703448 703448 0 0.0
RAM 113356 113356 0 0.0
lighting-app rtl8777g FLASH 745344 745344 0 0.0
RAM 114564 114564 0 0.0
stm32 light STM32WB5MM-DK FLASH 472220 472220 0 0.0
RAM 141208 141208 0 0.0
telink bridge-app tl7218x FLASH 713400 713400 0 0.0
RAM 93512 93512 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 799260 799260 0 0.0
RAM 42112 42112 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 790508 790508 0 0.0
RAM 96632 96632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 719096 719096 0 0.0
RAM 54724 54724 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 754906 754906 0 0.0
RAM 73756 73756 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 723524 723524 0 0.0
RAM 33136 33136 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 611452 611452 0 0.0
RAM 118120 118120 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 823914 823918 4 0.0
RAM 95020 95020 0 0.0

@mergify mergify Bot added the conflict label Feb 15, 2026
@mergify mergify Bot removed the conflict label Feb 23, 2026
@github-actions
Copy link
Copy Markdown

PR #42325: Size comparison from b2c44f5 to 1de2b7c

Full report (3 builds for realtek, stm32)
platform target config section b2c44f5 1de2b7c change % change
realtek light-switch-app rtl8777g FLASH 705928 705928 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 752464 752464 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478336 478336 0 0.0
RAM 141392 141392 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 23, 2026

PR #42325: Size comparison from 089617b to 64b0640

Full report (13 builds for bl602, bl702, bl702l, cc13x4_26x4, realtek, stm32)
platform target config section 089617b 64b0640 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108494 1108494 0 0.0
RAM 178746 178746 0 0.0
bl702 lighting-app bl702+eth FLASH 663574 663574 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839276 839276 0 0.0
RAM 124293 124293 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073508 1073508 0 0.0
RAM 117205 117205 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906130 906130 0 0.0
RAM 105828 105828 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986574 986574 0 0.0
RAM 109692 109692 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779224 779224 0 0.0
RAM 103384 103384 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786900 786900 0 0.0
RAM 108584 108584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 731948 731948 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716468 716468 0 0.0
RAM 97524 97524 0 0.0
realtek light-switch-app rtl8777g FLASH 705928 705928 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 752464 752464 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478336 478336 0 0.0
RAM 141392 141392 0 0.0

@hasty hasty force-pushed the granbery/code_driven_thermostat branch from f79aa02 to 823d966 Compare May 30, 2026 22:27
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 30, 2026

PR #42325: Size comparison from 8a162c6 to 42b7c97

Full report (23 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, nrfconnect, realtek, stm32, telink)
platform target config section 8a162c6 42b7c97 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094216 1094216 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105524 1105524 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593296 1593296 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057224 1057224 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896020 896020 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776944 776944 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789640 789640 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738772 738772 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 718928 718928 0 0.0
RAM 97636 97636 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834248 836136 1888 0.2
RAM 157540 157747 207 0.1
realtek light-switch-app rtl8777g FLASH 688624 688624 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729680 729680 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478384 478384 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813028 813028 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606480 606480 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731392 731392 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851748 851748 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843076 843076 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731882 731882 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795108 795108 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731812 731812 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614528 614528 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841190 841194 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 31, 2026

PR #42325: Size comparison from 8a162c6 to 7367915

Full report (23 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, nrfconnect, realtek, stm32, telink)
platform target config section 8a162c6 7367915 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094216 1094216 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105524 1105524 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593296 1593296 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057224 1057224 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896020 896020 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776944 776944 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789640 789640 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738772 738772 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 718928 718928 0 0.0
RAM 97636 97636 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834248 836236 1988 0.2
RAM 157540 157747 207 0.1
realtek light-switch-app rtl8777g FLASH 688624 688624 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729680 729680 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478384 478384 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813028 813028 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606480 606480 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731392 731392 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851748 851748 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843076 843076 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731882 731882 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795108 795108 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731812 731812 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614528 614528 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841190 841194 4 0.0
RAM 97364 97364 0 0.0

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 31, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 31, 2026

PR #42325: Size comparison from 8a162c6 to ca989c8

Increases above 0.2%:

platform target config section 8a162c6 ca989c8 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568690 575650 6960 1.2
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834248 835952 1704 0.2
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733916 1737412 3496 0.2
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622708 1632620 9912 0.6
Full report (32 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
platform target config section 8a162c6 ca989c8 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094216 1094216 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105524 1105524 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593296 1593296 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057224 1057224 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896020 896020 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776944 776944 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789640 789640 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738772 738772 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 718928 718928 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568690 575650 6960 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596178 596178 0 0.0
RAM 205256 205256 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621508 1623474 1966 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834248 835952 1704 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733916 1737412 3496 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622708 1632620 9912 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1470196 1470196 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503332 1503332 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 845080 845080 0 0.0
RAM 127964 127964 0 0.0
lock-app qpg6200+debug FLASH 783812 783812 0 0.0
RAM 118912 118912 0 0.0
realtek light-switch-app rtl8777g FLASH 688624 688624 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729680 729680 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478384 478384 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813028 813028 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606480 606480 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731392 731392 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851748 851748 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843076 843076 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731882 731882 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795108 795108 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731812 731812 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614528 614528 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841190 841194 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 31, 2026

PR #42325: Size comparison from 8a162c6 to 6965e19

Increases above 0.2%:

platform target config section 8a162c6 6965e19 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568690 575650 6960 1.2
psoc6 all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622708 1632620 9912 0.6
Full report (35 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
platform target config section 8a162c6 6965e19 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094216 1094216 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105524 1105524 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593296 1593296 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057224 1057224 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896020 896020 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776944 776944 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789640 789640 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738772 738772 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 718928 718928 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568690 575650 6960 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596178 596178 0 0.0
RAM 205256 205256 0 0.0
efr32 lock-app BRD4187C FLASH 994060 994060 0 0.0
RAM 131288 131288 0 0.0
BRD4338a FLASH 798629 798629 0 0.0
RAM 243424 243424 0 0.0
window-app BRD4187C FLASH 1100480 1100480 0 0.0
RAM 130360 130360 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621508 1623474 1966 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834248 835952 1704 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733916 1737412 3496 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622708 1632620 9912 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1470196 1470196 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503332 1503332 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 845080 845080 0 0.0
RAM 127964 127964 0 0.0
lock-app qpg6200+debug FLASH 783812 783812 0 0.0
RAM 118912 118912 0 0.0
realtek light-switch-app rtl8777g FLASH 688624 688624 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729680 729680 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478384 478384 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813028 813028 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606480 606480 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731392 731392 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851748 851748 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843076 843076 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731882 731882 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795108 795108 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731812 731812 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614528 614528 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841190 841194 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

PR #42325: Size comparison from ca3e67c to 74ec094

Increases above 0.2%:

platform target config section ca3e67c 74ec094 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575722 6904 1.2
psoc6 all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632660 9904 0.6
Full report (35 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
platform target config section ca3e67c 74ec094 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094324 1094324 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105636 1105636 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593424 1593424 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057326 1057326 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896162 896162 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776976 776976 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789744 789744 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738868 738868 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 719032 719032 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575722 6904 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596298 596298 0 0.0
RAM 205256 205256 0 0.0
efr32 lock-app BRD4187C FLASH 994188 994188 0 0.0
RAM 131288 131288 0 0.0
BRD4338a FLASH 798741 798741 0 0.0
RAM 243424 243424 0 0.0
window-app BRD4187C FLASH 1100608 1100608 0 0.0
RAM 130360 130360 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621642 1623536 1894 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834276 835776 1500 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733676 1737188 3512 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632660 9904 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1469988 1469988 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503428 1503428 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 844200 844200 0 0.0
RAM 127948 127948 0 0.0
lock-app qpg6200+debug FLASH 782276 782276 0 0.0
RAM 118856 118856 0 0.0
realtek light-switch-app rtl8777g FLASH 688760 688760 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729712 729712 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478416 478416 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813116 813116 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606574 606574 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731480 731480 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851824 851824 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843152 843152 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731974 731974 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795200 795200 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731904 731904 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614610 614610 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841268 841272 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

PR #42325: Size comparison from ca3e67c to 2c72e3c

Increases above 0.2%:

platform target config section ca3e67c 2c72e3c change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
psoc6 all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
Full report (35 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
platform target config section ca3e67c 2c72e3c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094324 1094324 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105636 1105636 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593424 1593424 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057326 1057326 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896162 896162 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776976 776976 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789744 789744 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738868 738868 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 719032 719032 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596298 596298 0 0.0
RAM 205256 205256 0 0.0
efr32 lock-app BRD4187C FLASH 994188 994188 0 0.0
RAM 131288 131288 0 0.0
BRD4338a FLASH 798741 798741 0 0.0
RAM 243424 243424 0 0.0
window-app BRD4187C FLASH 1100608 1100608 0 0.0
RAM 130360 130360 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621642 1623506 1864 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834276 835756 1480 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733676 1737156 3480 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1469988 1469988 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503428 1503428 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 844200 844200 0 0.0
RAM 127948 127948 0 0.0
lock-app qpg6200+debug FLASH 782276 782276 0 0.0
RAM 118856 118856 0 0.0
realtek light-switch-app rtl8777g FLASH 688760 688760 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729712 729712 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478416 478416 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813116 813116 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606574 606574 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731480 731480 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851824 851824 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843152 843152 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731974 731974 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795200 795200 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731904 731904 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614610 614610 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841268 841272 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

PR #42325: Size comparison from f1767a8 to f067ae6

Increases above 0.2%:

platform target config section f1767a8 f067ae6 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733676 1737156 3480 0.2
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
Full report (35 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, realtek, stm32, telink)
platform target config section f1767a8 f067ae6 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094324 1094324 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105636 1105636 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593424 1593424 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057326 1057326 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896162 896162 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776976 776976 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789744 789744 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738868 738868 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 719032 719032 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596298 596298 0 0.0
RAM 205256 205256 0 0.0
efr32 lock-app BRD4187C FLASH 994188 994188 0 0.0
RAM 131288 131288 0 0.0
BRD4338a FLASH 798741 798741 0 0.0
RAM 243424 243424 0 0.0
window-app BRD4187C FLASH 1100608 1100608 0 0.0
RAM 130360 130360 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621642 1623506 1864 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834276 835756 1480 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733676 1737156 3480 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1469988 1469988 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503428 1503428 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 844200 844200 0 0.0
RAM 127948 127948 0 0.0
lock-app qpg6200+debug FLASH 782276 782276 0 0.0
RAM 118856 118856 0 0.0
realtek light-switch-app rtl8777g FLASH 688760 688760 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729712 729712 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478416 478416 0 0.0
RAM 141476 141476 0 0.0
telink all-devices-app tl7218x FLASH 813116 813116 0 0.0
RAM 97196 97196 0 0.0
tlsr9118bdk40d FLASH 606574 606574 0 0.0
RAM 120152 120152 0 0.0
bridge-app tl7218x FLASH 731480 731480 0 0.0
RAM 95864 95864 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851824 851824 0 0.0
RAM 44332 44332 0 0.0
tl7218x FLASH 843152 843152 0 0.0
RAM 99656 99656 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 731974 731974 0 0.0
RAM 55980 55980 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 795200 795200 0 0.0
RAM 75164 75164 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 731904 731904 0 0.0
RAM 33468 33468 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614610 614610 0 0.0
RAM 118496 118496 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841268 841272 4 0.0
RAM 97364 97364 0 0.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

PR #42325: Size comparison from 9cf1485 to e9a971d

Increases above 0.2%:

platform target config section 9cf1485 e9a971d change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
psoc6 all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
Full report (25 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, psoc6, qpg, realtek, stm32)
platform target config section 9cf1485 e9a971d change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094324 1094324 0 0.0
RAM 144882 144882 0 0.0
bl616 lighting-app bl616+thread FLASH 1105636 1105636 0 0.0
RAM 104280 104280 0 0.0
bl616+wifi+shell FLASH 1593424 1593424 0 0.0
RAM 98176 98176 0 0.0
bl702 lighting-app bl702+eth FLASH 1057326 1057326 0 0.0
RAM 108509 108509 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 896162 896162 0 0.0
RAM 105884 105884 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 776976 776976 0 0.0
RAM 103388 103388 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 789744 789744 0 0.0
RAM 108676 108676 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 738868 738868 0 0.0
RAM 97596 97596 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 719032 719032 0 0.0
RAM 97636 97636 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 568818 575706 6888 1.2
RAM 205056 205264 208 0.1
lock CC3235SF_LAUNCHXL FLASH 596298 596298 0 0.0
RAM 205256 205256 0 0.0
efr32 lock-app BRD4187C FLASH 994188 994188 0 0.0
RAM 131288 131288 0 0.0
BRD4338a FLASH 798741 798741 0 0.0
RAM 243424 243424 0 0.0
window-app BRD4187C FLASH 1100608 1100608 0 0.0
RAM 130360 130360 0 0.0
esp32 all-clusters-app c3devkit DRAM 99716 99908 192 0.2
FLASH 1621642 1623506 1864 0.1
IRAM 94776 94776 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 834276 835756 1480 0.2
RAM 157540 157731 191 0.1
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1733676 1737156 3480 0.2
RAM 215260 215444 184 0.1
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1622756 1632644 9888 0.6
RAM 211548 211756 208 0.1
light cy8ckit_062s2_43012 FLASH 1469988 1469988 0 0.0
RAM 197420 197420 0 0.0
lock cy8ckit_062s2_43012 FLASH 1503428 1503428 0 0.0
RAM 225252 225252 0 0.0
qpg lighting-app qpg6200+debug FLASH 844200 844200 0 0.0
RAM 127948 127948 0 0.0
lock-app qpg6200+debug FLASH 782276 782276 0 0.0
RAM 118856 118856 0 0.0
realtek light-switch-app rtl8777g FLASH 688760 688760 0 0.0
RAM 101764 101764 0 0.0
lighting-app rtl8777g FLASH 729712 729712 0 0.0
RAM 102044 102044 0 0.0
stm32 light STM32WB5MM-DK FLASH 478416 478416 0 0.0
RAM 141476 141476 0 0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants