Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the use of the ServerClusterInterfaceRegistry in Codegen Provider #37851

Merged

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Mar 3, 2025

This assumes that ServerClusterInterface are fully handling read/write/invoke (i.e. no more fallback or "not implemented" as the AAI/CHI supports).

This is to assess code increases and code style.
Contains all changes from #37850 and that one should probably be merged and considered first.

General changes:

  • ServerClusterInterface supports an init/shutdown
  • DefaultServerClusterInterface supports triggering attribute change notifications
  • Registry supports context setting and calls init/shutdown on each underlying cluster as needed

Testing

  • Unit tests for new code
  • CI integration tests should validate new code does not break old code

@github-actions github-actions bot added documentation Improvements or additions to documentation lib app core darwin labels Mar 3, 2025
@andy31415 andy31415 force-pushed the use_server_cluster_interface_in_codegen branch from 7a7cc5e to 4b503a9 Compare March 6, 2025 17:51
@andy31415 andy31415 force-pushed the use_server_cluster_interface_in_codegen branch from 5a4e0c8 to f959226 Compare March 6, 2025 20:43
@andy31415 andy31415 marked this pull request as ready for review March 6, 2025 20:43
@andy31415 andy31415 requested a review from a team as a code owner March 6, 2025 20:43
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@project-chip project-chip deleted a comment from github-actions bot Mar 6, 2025
@andy31415 andy31415 requested a review from a team as a code owner March 6, 2025 20:48
Copy link

github-actions bot commented Mar 6, 2025

PR #37851: Size comparison from b38c5b8 to 86f46e5

Full report (3 builds for cc32xx, stm32)
platform target config section b38c5b8 86f46e5 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540790 541646 856 0.2
RAM 205128 205152 24 0.0
lock CC3235SF_LAUNCHXL FLASH 574890 575746 856 0.1
RAM 205376 205400 24 0.0
stm32 light STM32WB5MM-DK FLASH 459920 460752 832 0.2
RAM 141472 141496 24 0.0

Copy link

github-actions bot commented Mar 6, 2025

PR #37851: Size comparison from b38c5b8 to 8de7e04

Increases above 0.2%:

platform target config section b38c5b8 8de7e04 change % change
stm32 light STM32WB5MM-DK FLASH 459920 460848 928 0.2
Full report (1 build for stm32)
platform target config section b38c5b8 8de7e04 change % change
stm32 light STM32WB5MM-DK FLASH 459920 460848 928 0.2
RAM 141472 141496 24 0.0

andy31415 and others added 2 commits March 6, 2025 16:48
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Copy link

github-actions bot commented Mar 6, 2025

PR #37851: Size comparison from b38c5b8 to 7e25e3f

Full report (16 builds for bl602, bl702, bl702l, esp32, linux, nxp, stm32)
platform target config section b38c5b8 7e25e3f change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1096882 1098094 1212 0.1
RAM 94842 94866 24 0.0
bl702 lighting-app bl702+eth FLASH 651856 653072 1216 0.2
RAM 33509 33533 24 0.1
bl702+wifi FLASH 829128 830344 1216 0.1
RAM 22233 22257 24 0.1
bl706+mfd+rpc+littlefs FLASH 1061524 1062742 1218 0.1
RAM 32157 32181 24 0.1
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 892368 893584 1216 0.1
RAM 26896 26920 24 0.1
lighting-app bl702l+mfd+littlefs FLASH 975264 976480 1216 0.1
RAM 24644 24668 24 0.1
esp32 all-clusters-app c3devkit DRAM 98704 98728 24 0.0
FLASH 1593152 1594296 1144 0.1
IRAM 83820 83820 0 0.0
m5stack DRAM 117492 117524 32 0.0
FLASH 1559858 1560838 980 0.1
IRAM 117039 117039 0 0.0
linux chip-tool-ipv6only arm64 unknown 21992 22000 8 0.0
FLASH 11488152 11491656 3504 0.0
RAM 655536 655576 40 0.0
thermostat-no-ble arm64 unknown 9448 9456 8 0.1
FLASH 4141688 4145160 3472 0.1
RAM 229808 229848 40 0.0
nxp contact k32w0+release FLASH 587440 588264 824 0.1
RAM 70980 71004 24 0.0
mcxw71+release FLASH 602640 603488 848 0.1
RAM 63120 63144 24 0.0
light k32w0+release FLASH 613172 614060 888 0.1
RAM 70268 70292 24 0.0
k32w1+release FLASH 686656 687592 936 0.1
RAM 72032 72056 24 0.0
lock mcxw71+release FLASH 751416 752352 936 0.1
RAM 67532 67556 24 0.0
stm32 light STM32WB5MM-DK FLASH 459920 460848 928 0.2
RAM 141472 141496 24 0.0

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Copy link

github-actions bot commented Mar 7, 2025

PR #37851: Size comparison from b38c5b8 to 29a1502

Full report (7 builds for bl602, bl702, bl702l, stm32)
platform target config section b38c5b8 29a1502 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1096882 1098094 1212 0.1
RAM 94842 94866 24 0.0
bl702 lighting-app bl702+eth FLASH 651856 653072 1216 0.2
RAM 33509 33533 24 0.1
bl702+wifi FLASH 829128 830344 1216 0.1
RAM 22233 22257 24 0.1
bl706+mfd+rpc+littlefs FLASH 1061524 1062742 1218 0.1
RAM 32157 32181 24 0.1
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 892368 893584 1216 0.1
RAM 26896 26920 24 0.1
lighting-app bl702l+mfd+littlefs FLASH 975264 976480 1216 0.1
RAM 24644 24668 24 0.1
stm32 light STM32WB5MM-DK FLASH 459920 460848 928 0.2
RAM 141472 141496 24 0.0

Copy link

github-actions bot commented Mar 7, 2025

PR #37851: Size comparison from b38c5b8 to 366eb23

Increases above 0.2%:

platform target config section b38c5b8 366eb23 change % change
stm32 light STM32WB5MM-DK FLASH 459920 460856 936 0.2
Full report (1 build for stm32)
platform target config section b38c5b8 366eb23 change % change
stm32 light STM32WB5MM-DK FLASH 459920 460856 936 0.2
RAM 141472 141496 24 0.0

Copy link

github-actions bot commented Mar 7, 2025

PR #37851: Size comparison from b38c5b8 to 33fad9c

Full report (51 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, nrfconnect, psoc6, qpg, stm32, telink, tizen)
platform target config section b38c5b8 33fad9c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1096882 1098098 1216 0.1
RAM 94842 94866 24 0.0
bl702 lighting-app bl702+eth FLASH 651856 653076 1220 0.2
RAM 33509 33533 24 0.1
bl702+wifi FLASH 829128 830348 1220 0.1
RAM 22233 22257 24 0.1
bl706+mfd+rpc+littlefs FLASH 1061524 1062746 1222 0.1
RAM 32157 32181 24 0.1
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 892368 893588 1220 0.1
RAM 26896 26920 24 0.1
lighting-app bl702l+mfd+littlefs FLASH 975264 976484 1220 0.1
RAM 24644 24668 24 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 817216 818184 968 0.1
RAM 120272 120296 24 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 826144 827104 960 0.1
RAM 125368 125392 24 0.0
pump-app LP_EM_CC1354P10_6 FLASH 773028 773972 944 0.1
RAM 113740 113764 24 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 757288 758248 960 0.1
RAM 113948 113972 24 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540790 541742 952 0.2
RAM 205128 205152 24 0.0
lock CC3235SF_LAUNCHXL FLASH 574890 575850 960 0.2
RAM 205376 205400 24 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 658925 659877 952 0.1
RAM 75412 75436 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 678777 679737 960 0.1
RAM 78052 78076 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 678777 679737 960 0.1
RAM 78052 78076 24 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 635717 636669 952 0.1
RAM 70480 70504 24 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 619165 620125 960 0.2
RAM 71652 71676 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 638801 639761 960 0.2
RAM 74196 74220 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 638801 639761 960 0.2
RAM 74196 74220 24 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 638653 639613 960 0.2
RAM 74660 74684 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 658377 659329 952 0.1
RAM 77204 77228 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 658377 659329 952 0.1
RAM 77204 77228 24 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614993 615961 968 0.2
RAM 68748 68772 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634853 635821 968 0.2
RAM 71388 71412 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634853 635821 968 0.2
RAM 71388 71412 24 0.0
efr32 lock-app BRD4187C FLASH 939760 940688 928 0.1
RAM 159920 159944 24 0.0
BRD4338a FLASH 733376 734376 1000 0.1
RAM 234840 234856 16 0.0
window-app BRD4187C FLASH 1032264 1033256 992 0.1
RAM 128024 128048 24 0.0
esp32 all-clusters-app c3devkit DRAM 98704 98728 24 0.0
FLASH 1593152 1594294 1142 0.1
IRAM 83820 83820 0 0.0
m5stack DRAM 117492 117524 32 0.0
FLASH 1559858 1560842 984 0.1
IRAM 117039 117039 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914784 915732 948 0.1
RAM 142881 142881 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 907992 908760 768 0.1
RAM 125221 125221 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851604 852552 948 0.1
RAM 141243 141243 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1660300 1661300 1000 0.1
RAM 212320 212344 24 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1564604 1565596 992 0.1
RAM 208536 208560 24 0.0
light cy8ckit_062s2_43012 FLASH 1441340 1442332 992 0.1
RAM 197296 197320 24 0.0
lock cy8ckit_062s2_43012 FLASH 1470212 1471212 1000 0.1
RAM 224960 224984 24 0.0
qpg lighting-app qpg6105+debug FLASH 663844 664796 952 0.1
RAM 105156 105180 24 0.0
lock-app qpg6105+debug FLASH 622312 623256 944 0.2
RAM 99768 99792 24 0.0
stm32 light STM32WB5MM-DK FLASH 459920 460864 944 0.2
RAM 141472 141496 24 0.0
telink bridge-app tl7218x FLASH 664564 665644 1080 0.2
RAM 90712 90712 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 622146 623226 1080 0.2
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 760920 762000 1080 0.1
RAM 40420 40420 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 754028 755108 1080 0.1
RAM 97540 97540 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 681078 682158 1080 0.2
RAM 52192 52192 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 709636 710716 1080 0.2
RAM 73400 73400 0 0.0
light-switch-app-ota-shell-factory-data tl3218x_retention FLASH 702186 703266 1080 0.2
RAM 37664 37664 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601756 602836 1080 0.2
RAM 138640 138640 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 789044 790124 1080 0.1
RAM 96388 96388 0 0.0
tizen all-clusters-app arm unknown 5152 5152 0 0.0
FLASH 1780076 1782772 2696 0.2
RAM 94152 94168 16 0.0
chip-tool-ubsan arm unknown 11500 11500 0 0.0
FLASH 18967558 18980238 12680 0.1
RAM 8299372 8306164 6792 0.1

Copy link

github-actions bot commented Mar 7, 2025

PR #37851: Size comparison from b38c5b8 to 806081a

Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
platform target config section b38c5b8 806081a change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 817216 818168 952 0.1
RAM 120272 120296 24 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 826144 827088 944 0.1
RAM 125368 125392 24 0.0
pump-app LP_EM_CC1354P10_6 FLASH 773028 773956 928 0.1
RAM 113740 113764 24 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 757288 758232 944 0.1
RAM 113948 113972 24 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540790 541742 952 0.2
RAM 205128 205152 24 0.0
lock CC3235SF_LAUNCHXL FLASH 574890 575850 960 0.2
RAM 205376 205400 24 0.0
qpg lighting-app qpg6105+debug FLASH 663844 664780 936 0.1
RAM 105156 105180 24 0.0
lock-app qpg6105+debug FLASH 622312 623240 928 0.1
RAM 99768 99792 24 0.0
stm32 light STM32WB5MM-DK FLASH 459920 460856 936 0.2
RAM 141472 141496 24 0.0
tizen all-clusters-app arm unknown 5152 5152 0 0.0
FLASH 1780076 1782676 2600 0.1
RAM 94152 94168 16 0.0
chip-tool-ubsan arm unknown 11500 11500 0 0.0
FLASH 18967558 18980214 12656 0.1
RAM 8299372 8306204 6832 0.1

Copy link

github-actions bot commented Mar 7, 2025

PR #37851: Size comparison from b38c5b8 to 3635171

Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section b38c5b8 3635171 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1096882 1098098 1216 0.1
RAM 94842 94866 24 0.0
bl702 lighting-app bl702+eth FLASH 651856 653076 1220 0.2
RAM 33509 33533 24 0.1
bl702+wifi FLASH 829128 830348 1220 0.1
RAM 22233 22257 24 0.1
bl706+mfd+rpc+littlefs FLASH 1061524 1062746 1222 0.1
RAM 32157 32181 24 0.1
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 892368 893588 1220 0.1
RAM 26896 26920 24 0.1
lighting-app bl702l+mfd+littlefs FLASH 975264 976484 1220 0.1
RAM 24644 24668 24 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 817216 818168 952 0.1
RAM 120272 120296 24 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 826144 827088 944 0.1
RAM 125368 125392 24 0.0
pump-app LP_EM_CC1354P10_6 FLASH 773028 773956 928 0.1
RAM 113740 113764 24 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 757288 758232 944 0.1
RAM 113948 113972 24 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540790 541742 952 0.2
RAM 205128 205152 24 0.0
lock CC3235SF_LAUNCHXL FLASH 574890 575850 960 0.2
RAM 205376 205400 24 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 658925 659869 944 0.1
RAM 75412 75436 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 678777 679729 952 0.1
RAM 78052 78076 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 678777 679729 952 0.1
RAM 78052 78076 24 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 635717 636661 944 0.1
RAM 70480 70504 24 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 619165 620117 952 0.2
RAM 71652 71676 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 638801 639753 952 0.1
RAM 74196 74220 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 638801 639753 952 0.1
RAM 74196 74220 24 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 638653 639605 952 0.1
RAM 74660 74684 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 658377 659321 944 0.1
RAM 77204 77228 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 658377 659321 944 0.1
RAM 77204 77228 24 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614993 615945 952 0.2
RAM 68748 68772 24 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634853 635805 952 0.1
RAM 71388 71412 24 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634853 635805 952 0.1
RAM 71388 71412 24 0.0
efr32 lock-app BRD4187C FLASH 939760 940656 896 0.1
RAM 159920 159944 24 0.0
BRD4338a FLASH 733376 734312 936 0.1
RAM 234840 234856 16 0.0
window-app BRD4187C FLASH 1032264 1033192 928 0.1
RAM 128024 128048 24 0.0
esp32 all-clusters-app c3devkit DRAM 98704 98728 24 0.0
FLASH 1593152 1594290 1138 0.1
IRAM 83820 83820 0 0.0
m5stack DRAM 117492 117524 32 0.0
FLASH 1559858 1560838 980 0.1
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4752 4752 0 0.0
FLASH 2653843 2658393 4550 0.2
RAM 112304 112304 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 5975292 5979810 4518 0.1
RAM 515608 515608 0 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5311902 5316386 4484 0.1
RAM 222648 222680 32 0.0
bridge-app debug unknown 5472 5472 0 0.0
FLASH 4625658 4630174 4516 0.1
RAM 200984 201000 16 0.0
camera-app debug unknown 5456 5456 0 0.0
FLASH 4675720 4680268 4548 0.1
RAM 195792 195808 16 0.0
camera-controller debug unknown 5776 5776 0 0.0
FLASH 11279431 11283947 4516 0.0
RAM 594048 594064 16 0.0
chip-tool debug unknown 6112 6112 0 0.0
FLASH 13292411 13296927 4516 0.0
RAM 602944 602944 0 0.0
chip-tool-ipv6only arm64 unknown 21992 22000 8 0.0
FLASH 11488152 11491832 3680 0.0
RAM 655536 655576 40 0.0
fabric-admin debug unknown 5800 5800 0 0.0
FLASH 11573059 11577575 4516 0.0
RAM 602728 602728 0 0.0
fabric-bridge-app debug unknown 4720 4720 0 0.0
FLASH 4456614 4461162 4548 0.1
RAM 188168 188200 32 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5573573 5578085 4512 0.1
RAM 470864 470880 16 0.0
lighting-app debug+rpc+ui unknown 6192 6192 0 0.0
FLASH 5519953 5524481 4528 0.1
RAM 205168 205168 0 0.0
lock-app debug unknown 5424 5424 0 0.0
FLASH 4692434 4696950 4516 0.1
RAM 192344 192360 16 0.0
ota-provider-app debug unknown 4760 4760 0 0.0
FLASH 4314612 4319096 4484 0.1
RAM 181000 181016 16 0.0
ota-requestor-app debug unknown 4712 4712 0 0.0
FLASH 4444964 4449480 4516 0.1
RAM 185488 185504 16 0.0
shell debug unknown 4240 4240 0 0.0
FLASH 2952188 2956716 4528 0.2
RAM 145424 145456 32 0.0
thermostat-no-ble arm64 unknown 9448 9456 8 0.1
FLASH 4141688 4145352 3664 0.1
RAM 229808 229848 40 0.0
tv-app debug unknown 5752 5752 0 0.0
FLASH 5912421 5916965 4544 0.1
RAM 594296 594312 16 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11463069 11467613 4544 0.0
RAM 718208 718224 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 914784 915716 932 0.1
RAM 142881 142881 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 907992 908744 752 0.1
RAM 125221 125221 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851604 852536 932 0.1
RAM 141243 141243 0 0.0
nxp contact k32w0+release FLASH 587440 588280 840 0.1
RAM 70980 71004 24 0.0
mcxw71+release FLASH 602640 603496 856 0.1
RAM 63120 63144 24 0.0
light k32w0+release FLASH 613172 614060 888 0.1
RAM 70268 70292 24 0.0
k32w1+release FLASH 686656 687592 936 0.1
RAM 72032 72056 24 0.0
lock mcxw71+release FLASH 751416 752360 944 0.1
RAM 67532 67556 24 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1660300 1661220 920 0.1
RAM 212320 212344 24 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1564604 1565516 912 0.1
RAM 208536 208560 24 0.0
light cy8ckit_062s2_43012 FLASH 1441340 1442252 912 0.1
RAM 197296 197320 24 0.0
lock cy8ckit_062s2_43012 FLASH 1470212 1471148 936 0.1
RAM 224960 224984 24 0.0
qpg lighting-app qpg6105+debug FLASH 663844 664780 936 0.1
RAM 105156 105180 24 0.0
lock-app qpg6105+debug FLASH 622312 623240 928 0.1
RAM 99768 99792 24 0.0
stm32 light STM32WB5MM-DK FLASH 459920 460856 936 0.2
RAM 141472 141496 24 0.0
telink bridge-app tl7218x FLASH 664564 665640 1076 0.2
RAM 90712 90712 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 622146 623222 1076 0.2
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 760920 761996 1076 0.1
RAM 40420 40420 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 754028 755104 1076 0.1
RAM 97540 97540 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 681078 682154 1076 0.2
RAM 52192 52192 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 709636 710712 1076 0.2
RAM 73400 73400 0 0.0
light-switch-app-ota-shell-factory-data tl3218x_retention FLASH 702186 703262 1076 0.2
RAM 37664 37664 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 601756 602832 1076 0.2
RAM 138640 138640 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 789044 790120 1076 0.1
RAM 96388 96388 0 0.0
tizen all-clusters-app arm unknown 5152 5152 0 0.0
FLASH 1780076 1782676 2600 0.1
RAM 94152 94168 16 0.0
chip-tool-ubsan arm unknown 11500 11500 0 0.0
FLASH 18967558 18980214 12656 0.1
RAM 8299372 8306204 6832 0.1

@gmarcosb gmarcosb self-assigned this Mar 7, 2025
@mergify mergify bot merged commit 9fe8c73 into project-chip:master Mar 7, 2025
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants